Skip to content

Commit 2e5f28c

Browse files
authored
[css-cascade-6] Fix syntax of the <scope-boundaries> type (#13694)
This update removes the space introduced before the `?` multiplier and that makes the syntax invalid.
1 parent ac2982c commit 2e5f28c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

css-cascade-6/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -665,7 +665,7 @@ Syntax of ''@scope''</h4>
665665

666666
with <<scope-boundaries>> defined as:
667667
<pre class="prod def">
668-
<dfn export>&lt;scope-boundaries></dfn> = [ ( <<scope-start>> ) ] ? [ to ( <<scope-end>> ) ]?
668+
<dfn export>&lt;scope-boundaries></dfn> = [ ( <<scope-start>> ) ]? [ to ( <<scope-end>> ) ]?
669669
</pre>
670670

671671
and where:

0 commit comments

Comments
 (0)