We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a97d823 commit 28ef697Copy full SHA for 28ef697
1 file changed
selectors/Overview.bs
@@ -3102,11 +3102,13 @@ Grammar</h2>
3102
<dfn><class-selector></dfn> '.' <<ident-token>>
3103
3104
<dfn><attribute-selector></dfn> = '[' <<wq-name>> ']' |
3105
- '[' <<wq-name>> <<attr-matcher>> [ <<string-token>> | <<ident-token>> ] ']'
+ '[' <<wq-name>> <<attr-matcher>> [ <<string-token>> | <<ident-token>> ] <<attr-modifier>>? ']'
3106
3107
<dfn><attr-matcher></dfn> = '=' | <<include-match-token>> | <<dash-match-token>> | <<prefix-match-token>> |
3108
<<suffix-match-token>> | <<substring-match-token>>
3109
3110
+ <dfn><attr-modifier></dfn> = i
3111
+
3112
<dfn><pseudo-class-selector></dfn> = ':' <<ident-token>> |
3113
':' <<function-token>> <<any-value>> ')'
3114
0 commit comments