We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00804b2 commit d108b02Copy full SHA for d108b02
css-values-5/Overview.bs
@@ -213,7 +213,7 @@ used in specifications to define CSS features,
213
and which represents a [=syntax definition=]:
214
215
<pre class="prod def" nohighlight>
216
- <dfn><<syntax>></dfn> = '*' | <<syntax-component>> [ <<syntax-combinator>> <<syntax-component>> ]+ | <<syntax-string>>
+ <dfn><<syntax>></dfn> = '*' | <<syntax-component>> [ <<syntax-combinator>> <<syntax-component>> ]* | <<syntax-string>>
217
<dfn><<syntax-component>></dfn> = <<syntax-single-component>> <<syntax-multiplier>>?
218
| '<' transform-list '>'
219
<dfn><<syntax-single-component>></dfn> = '<' <<syntax-type-name>> '>' | <<ident>>
0 commit comments