Skip to content

Commit 25a33ef

Browse files
committed
[selectors] Put the column combinator back into the grammar. #9544
1 parent eb123ff commit 25a33ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

selectors-4/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3601,7 +3601,7 @@ Grammar</h2>
36013601
<dfn>&lt;simple-selector></dfn> = <<type-selector>> | <<subclass-selector>>
36023602
36033603
3604-
<dfn>&lt;combinator></dfn> = '>' | '+' | '~'
3604+
<dfn>&lt;combinator></dfn> = '>' | '+' | '~' | [ '|' '|' ]
36053605
36063606
<dfn noexport>&lt;wq-name></dfn> = <<ns-prefix>>? <<ident-token>>
36073607
<dfn noexport>&lt;ns-prefix></dfn> = [ <<ident-token>> | '*' ]? '|'

0 commit comments

Comments
 (0)