Attribute Selectors (with empty strings) with a match

Orange - Selector matches nothing

Green - Selector matches

Attribute presence and values selectors CSS2

p.-test38[class|=""] - class="-test38"

div.test40 [class|=""] - class=""

Other test with Wildcard Attribute Selectors

References and other links

  1. 6.3.1. Attribute presence and values selectors
  2. 6.3.2. Substring matching attribute selectors
  3. CSS3 Selectors Test Suite Index

Selectors - CSS Class Test