Skip to content

Commit

Permalink
[selectors-4] Why is this two tokens if '>>' isn't two tokens?
Browse files Browse the repository at this point in the history
  • Loading branch information
fantasai committed Jan 1, 2018
1 parent ca3274c commit b9350e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selectors-4/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -3265,7 +3265,7 @@ Grammar</h2>
<<pseudo-class-selector>> | <<pseudo-element-selector>>


<dfn>&lt;combinator></dfn> = '>>' | '>' | '+' | '~' | [ '|' '|' ]
<dfn>&lt;combinator></dfn> = '>>' | '>' | '+' | '~' | [ '||' ]

<dfn>&lt;type-selector></dfn> = <<wq-name>> | <<ns-prefix>>? '*'

Expand Down

0 comments on commit b9350e8

Please sign in to comment.