Skip to content

Commit 52554f8

Browse files
committed
[selectors] Remove the Selectors-specific tokens, rephrase in terms of delim tokens.
1 parent 177fc30 commit 52554f8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

selectors/Overview.bs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3152,7 +3152,7 @@ Grammar</h2>
31523152
31533153
<dfn>&lt;relative-selector></dfn> = <<combinator>>? <<complex-selector>>
31543154
3155-
<dfn>&lt;combinator></dfn> = '>>' | '>' | '+' | '~' | <<column-token>>
3155+
<dfn>&lt;combinator></dfn> = '>>' | '>' | '+' | '~' | [ '|' '|' ]
31563156
31573157
<dfn>&lt;compound-selector></dfn> = <<simple-selector>>+
31583158
@@ -3173,8 +3173,7 @@ Grammar</h2>
31733173
<dfn>&lt;attribute-selector></dfn> = '[' <<wq-name>> ']' |
31743174
'[' <<wq-name>> <<attr-matcher>> [ <<string-token>> | <<ident-token>> ] <<attr-modifier>>? ']'
31753175
3176-
<dfn>&lt;attr-matcher></dfn> = '=' | <<include-match-token>> | <<dash-match-token>> | <<prefix-match-token>> |
3177-
<<suffix-match-token>> | <<substring-match-token>>
3176+
<dfn>&lt;attr-matcher></dfn> = [ '~' | '|' | '^' | '$' | '*' ]? '='
31783177
31793178
<dfn>&lt;attr-modifier></dfn> = i
31803179

0 commit comments

Comments
 (0)