Skip to content

Commit d108b02

Browse files
committed
[css-values-5] allow a single syntax component. Closes #11088
1 parent 00804b2 commit d108b02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-values-5/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ used in specifications to define CSS features,
213213
and which represents a [=syntax definition=]:
214214

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

0 commit comments

Comments
 (0)