css

Case-Insensitive Attribute Selectors

Published on · 1 minute reading time

Attribute selectors can be made case-insensitive via the i identifier.

Partial Attribute Selectors

Published on · 1 minute reading time

Describes CSS’s partial attribute selectors (~=, *=, ^=, $=, and |=).