[css-values-5] Should an empty {}
match <declaration-value>
and <any-value>
in functions?
#11043
Labels
Closed as Question Answered
Used when the issue is more of a question than a problem, and it's been answered.
css-values-5
Considering the emphasized part below, I would say no because
<declaration-value>
and<any-value>
require one or more tokens:https://drafts.csswg.org/css-values-5/#comma-containing-productions
However, it matches
<whole-value>
, right? No use case in mind, I just want to be sure.The text was updated successfully, but these errors were encountered: