Closed
Description
The border-color
definition seems to be using parentheses for grouping instead of brackets as described in Component value combinators. Correct value should be [<color>{1,4}]#
.
Also, the "Value" header link is wrong, it should target https://drafts.csswg.org/css-backgrounds-4/#values
as in all other property definition tables.
Similarly, I would expect to be able to parse the new values of background-clip
using the usual Value Definition Syntax. For that to be possible, value should be text | border
, and not text, border
.