Skip to content

Commit 1d58ee6

Browse files
authored
[css-navigation-1] Fix syntax of <active-navigation-condition> (#13895)
The Value Definition Syntax does not allow spaces before the `?` multiplier.
1 parent efc0c6f commit 1d58ee6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

css-navigation-1/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ and the pseudo-class matches any element where:
489489

490490
<pre class="prod def" dfn-type="type" nohighlight>
491491
<dfn><<active-navigation-condition>></dfn> =
492-
<<navigation-relation>>? [ <<navigation-location>> | link-href ] ?
492+
<<navigation-relation>>? [ <<navigation-location>> | link-href ]?
493493
<dfn><<navigation-relation>></dfn> = at | with | from | to
494494
</pre>
495495

0 commit comments

Comments
 (0)