csslint icon indicating copy to clipboard operation
csslint copied to clipboard

Attribute selectors dont support case [in]sensitive options

Open nawill81 opened this issue 6 years ago • 0 comments

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

nawill81 avatar Feb 27 '19 17:02 nawill81