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

@LeaVerou Ah, I read the spec example wrong and got it backwards. So, this should be correct:

```
border-color: black, white; /* multicolor border */
border-color: black white; /* black on the top/bottom, white on the sides */
```

In that case, should it be `<color>{1,4}` instead of `<color>{1,4}#` in the `border-color` definition box (same section)? If I’m reading the spec correctly, [`#` means comma-separated](https://drafts.csswg.org/css-values-3/#component-multipliers). 

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

Received on Saturday, 18 November 2017 20:58:43 UTC