CSSLint / csslint

Automated linting of Cascading Stylesheets
http://csslint.net
Other
4.76k stars 484 forks source link

Attribute selectors dont support case [in]sensitive options #748

Open nawill81 opened 5 years ago

nawill81 commented 5 years ago

Getting a "Expected RBRACKET at line x, col y." parsing error when using the "i" or "s" case sensitivity options in attribute selectors.

example: input[type="checkbox" i] { }

https://www.w3.org/TR/selectors-4/#attribute-case