Skip to content

Commit

Permalink
Allow universal selector with no namespace
Browse files Browse the repository at this point in the history
Fixes #957.
  • Loading branch information
SelenIT authored and tabatkins committed Jan 20, 2017
1 parent 4912a68 commit 71dca47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selectors/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -3160,7 +3160,7 @@ Grammar</h2>
<<class-selector>> | <<attribute-selector>> |
<<pseudo-class-selector>> | <<pseudo-element-selector>>
<dfn>&lt;type-selector></dfn> = <<wq-name>> | <<ns-prefix>> '*'
<dfn>&lt;type-selector></dfn> = <<wq-name>> | <<ns-prefix>>? '*'
<dfn>&lt;ns-prefix></dfn> = [ <<ident-token>> | '*' ]? '|'
Expand Down

0 comments on commit 71dca47

Please sign in to comment.