Skip to content

Commit d326f6c

Browse files
committed
[selectors] Add a missing equals sign
1 parent 1fd914f commit d326f6c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

selectors/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3097,7 +3097,7 @@ Grammar</h2>
30973097
30983098
<dfn>&lt;id-selector></dfn> = <<hash-token>>
30993099
3100-
<dfn>&lt;class-selector></dfn> '.' <<ident-token>>
3100+
<dfn>&lt;class-selector></dfn> = '.' <<ident-token>>
31013101
31023102
<dfn>&lt;attribute-selector></dfn> = '[' <<wq-name>> ']' |
31033103
'[' <<wq-name>> <<attr-matcher>> [ <<string-token>> | <<ident-token>> ] <<attr-modifier>>? ']'

0 commit comments

Comments
 (0)