Skip to content

Commit 0e5677a

Browse files
committed
Revert e9661dc2f646: [selectors] Remove reference combinator form the grammar
This syntax is now genaralized and used for named combinators, the first of which is /deep/: http://dev.w3.org/csswg/css-scoping/#deep-combinator --HG-- extra : rebase_source : efe8e3010c9112c538633492aab13854e733e98c
1 parent 10d4087 commit 0e5677a

3 files changed

Lines changed: 219 additions & 253 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 ] S*
3178+
: S+ | S* [ '>' | '+' | '~' | COLUMN | '/' IDENT '/' ] S*
31793179
;
31803180

31813181
compound_selector_list

0 commit comments

Comments
 (0)