Skip to content

Commit

Permalink
Update attr-modifier to match selectors grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
sirreal committed Dec 9, 2024
1 parent 70cf7f7 commit 355c9a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
* <attribute-selector> = '[' <ident-token> ']' |
* '[' <ident-token> <attr-matcher> [ <string-token> | <ident-token> ] <attr-modifier>? ']'
* <attr-matcher> = [ '~' | '|' | '^' | '$' | '*' ]? '='
* <attr-modifier> = i | I | s | S
* <attr-modifier> = i | s
*
* @link https://www.w3.org/TR/selectors/#grammar Refer to the grammar for more details.
*
Expand Down

0 comments on commit 355c9a2

Please sign in to comment.