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

@LeaVerou Should it be `<color>+` instead of `<color>#` in the *Value* row of the `border-*-color` definition box, since in a multicolor border, the color values are not comma-separated (according to the [spec example][1])?

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

[1]: https://drafts.csswg.org/css-backgrounds-4/#the-border-color 

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

Received on Saturday, 18 November 2017 19:36:48 UTC