TIL

A collection of small knowledge fragments that do not justify a full blog post. Inspired by this wonderful repository.

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 |=).