[csswg-drafts] [css-backgrounds-4] Invalid value for border-color (#3586)

pyoor has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-backgrounds-4] Invalid value for border-color ==
According to the https://drafts.csswg.org/css-values-3/#component-multipliers

`
A hash mark (#) indicates that the preceding type, word, or group occurs one or more times, separated by comma tokens (which may optionally be surrounded by white space and/or comments). It may optionally be followed by the curly brace forms, above, to indicate precisely how many times the repetition occurs, like <length>#{1,4}.
`

The border-color should be `<color>#{1,4}` instead of `<color>{1,4}#`

https://github.com/w3c/csswg-drafts/blob/0abf9c8232377af38149293038548da8e58779b5/css-backgrounds-4/Overview.bs#L188

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/3586 using your GitHub account

Received on Friday, 1 February 2019 17:28:22 UTC