Skip to content

Commit 28ef697

Browse files
committed
[selectors] Forgot about the attribute-selector modifier.
1 parent a97d823 commit 28ef697

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

selectors/Overview.bs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3102,11 +3102,13 @@ Grammar</h2>
31023102
<dfn>&lt;class-selector></dfn> '.' <<ident-token>>
31033103
31043104
<dfn>&lt;attribute-selector></dfn> = '[' <<wq-name>> ']' |
3105-
'[' <<wq-name>> <<attr-matcher>> [ <<string-token>> | <<ident-token>> ] ']'
3105+
'[' <<wq-name>> <<attr-matcher>> [ <<string-token>> | <<ident-token>> ] <<attr-modifier>>? ']'
31063106
31073107
<dfn>&lt;attr-matcher></dfn> = '=' | <<include-match-token>> | <<dash-match-token>> | <<prefix-match-token>> |
31083108
<<suffix-match-token>> | <<substring-match-token>>
31093109
3110+
<dfn>&lt;attr-modifier></dfn> = i
3111+
31103112
<dfn>&lt;pseudo-class-selector></dfn> = ':' <<ident-token>> |
31113113
':' <<function-token>> <<any-value>> ')'
31123114

0 commit comments

Comments
 (0)