Skip to content

Commit 91c6466

Browse files
committed
[selectors] Add >> to the grammar productions.
1 parent f528665 commit 91c6466

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

selectors/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3225,7 +3225,7 @@ Grammar</h2>
32253225

32263226
combinator
32273227
/* combinators can be surrounded by whitespace */
3228-
: S+ | S* [ '>' | '+' | '~' | COLUMN | '/' IDENT '/' ] S*
3228+
: S+ | S* [ '>' | '>>' | '+' | '~' | COLUMN | '/' IDENT '/' ] S*
32293229
;
32303230

32313231
compound_selector_list

selectors/Overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5044,7 +5044,7 @@ <h2 class="heading settled" data-level="16" id="grammar"><span class="secno">16.
50445044

50455045
combinator
50465046
/* combinators can be surrounded by whitespace */
5047-
: S+ | S* [ '>' | '+' | '~' | COLUMN | '/' IDENT '/' ] S*
5047+
: S+ | S* [ '>' | '>>' | '+' | '~' | COLUMN | '/' IDENT '/' ] S*
50485048
;
50495049

50505050
compound_selector_list

0 commit comments

Comments
 (0)