Skip to content

Commit 71dca47

Browse files
SelenITtabatkins
authored andcommitted
Allow universal selector with no namespace
Fixes #957.
1 parent 4912a68 commit 71dca47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

selectors/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3160,7 +3160,7 @@ Grammar</h2>
31603160
<<class-selector>> | <<attribute-selector>> |
31613161
<<pseudo-class-selector>> | <<pseudo-element-selector>>
31623162
3163-
<dfn>&lt;type-selector></dfn> = <<wq-name>> | <<ns-prefix>> '*'
3163+
<dfn>&lt;type-selector></dfn> = <<wq-name>> | <<ns-prefix>>? '*'
31643164
31653165
<dfn>&lt;ns-prefix></dfn> = [ <<ident-token>> | '*' ]? '|'
31663166

0 commit comments

Comments
 (0)