- From: Šime Vidas via GitHub <sysbot+gh@w3.org>
- Date: Sat, 18 Nov 2017 20:58:38 +0000
- To: public-css-archive@w3.org
@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