Re: [csswg-drafts] [css-backgrounds] Incorrect value dfn for border-color and background-clip

I don't want to make things unnecessarily complicated but something I had overlooked in this case is that the [definition of `background-clip`](https://drafts.csswg.org/css-backgrounds-3/#propdef-background-clip) is `<box>#`, and "New value" actually extends `<box>` (defined as `border-box | padding-box | content-box`), not the property itself.

In other words, the spec probably wants the final property to be defined as `[ border-box | padding-box | content-box | text | border ] #` and not as `<box># | text | border`, the latter being what a strict application of the rules would yield.

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

Received on Tuesday, 17 July 2018 10:16:43 UTC