Re: [csswg-drafts] [css-ui] Two different colours for a "double" style outline (#1172)

> It seems like an agreement about what to add to CSS to allow two color outlines was reached with consensus, and it just needed to get written up.

That is correct. Sorry this is taking so long!

I looked into making the change a while ago. It's a fairly non-trivial edit. It requires these three changes:

1. We first need to define 1-dimensional images separately from everything else, in CSS Images 4.
2. Then the `stripes()` function (also in CSS Images 4) which produces a 1-dimensional image based on the syntax we resolved on.
3. Lastly, we need to allow 1-dimensional images in `border-color` and `outline-color` and provide some examples with `stripes()`.

I'm up for doing 2 and 3 but I don't feel I'm experienced enough to do 1 properly, so I would feel more comfortable if @tabatkins or @fantasai did that one.

-- 
GitHub Notification of comment by LeaVerou
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/1172#issuecomment-498792277 using your GitHub account

Received on Tuesday, 4 June 2019 18:38:18 UTC