File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -3152,7 +3152,7 @@ Grammar</h2>
31523152
31533153 <dfn><relative-selector></dfn> = <<combinator>> ? <<complex-selector>>
31543154
3155- <dfn><combinator></dfn> = '>>' | '>' | '+' | '~' | <<column-token>>
3155+ <dfn><combinator></dfn> = '>>' | '>' | '+' | '~' | [ '|' '|' ]
31563156
31573157 <dfn><compound-selector></dfn> = <<simple-selector>> +
31583158
@@ -3173,8 +3173,7 @@ Grammar</h2>
31733173 <dfn><attribute-selector></dfn> = '[' <<wq-name>> ']' |
31743174 '[' <<wq-name>> <<attr-matcher>> [ <<string-token>> | <<ident-token>> ] <<attr-modifier>> ? ']'
31753175
3176- <dfn><attr-matcher></dfn> = '=' | <<include-match-token>> | <<dash-match-token>> | <<prefix-match-token>> |
3177- <<suffix-match-token>> | <<substring-match-token>>
3176+ <dfn><attr-matcher></dfn> = [ '~' | '|' | '^' | '$' | '*' ]? '='
31783177
31793178 <dfn><attr-modifier></dfn> = i
31803179
You can’t perform that action at this time.
0 commit comments