Skip to content

Commit bd3dd78

Browse files
committed
[selectors] Remove reference combinator form the grammar
It was deferred to level 5.
1 parent a28b43c commit bd3dd78

3 files changed

Lines changed: 253 additions & 219 deletions

File tree

selectors/Overview.bs

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

31763176
combinator
31773177
/* combinators can be surrounded by whitespace */
3178-
: S+ | S* [ '>' | '+' | '~' | COLUMN | '/' IDENT '/' ] S*
3178+
: S+ | S* [ '>' | '+' | '~' | COLUMN ] S*
31793179
;
31803180

31813181
compound_selector_list

0 commit comments

Comments
 (0)