Skip to content

Commit

Permalink
[css-values-5] allow a single syntax component. Closes #11088
Browse files Browse the repository at this point in the history
  • Loading branch information
tabatkins committed Oct 25, 2024
1 parent 00804b2 commit d108b02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css-values-5/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ used in specifications to define CSS features,
and which represents a [=syntax definition=]:

<pre class="prod def" nohighlight>
<dfn><<syntax>></dfn> = '*' | <<syntax-component>> [ <<syntax-combinator>> <<syntax-component>> ]+ | <<syntax-string>>
<dfn><<syntax>></dfn> = '*' | <<syntax-component>> [ <<syntax-combinator>> <<syntax-component>> ]* | <<syntax-string>>
<dfn><<syntax-component>></dfn> = <<syntax-single-component>> <<syntax-multiplier>>?
| '<' transform-list '>'
<dfn><<syntax-single-component>></dfn> = '<' <<syntax-type-name>> '>' | <<ident>>
Expand Down

0 comments on commit d108b02

Please sign in to comment.