Attribute Selectors (with empty strings) with a match and the Negation pseudo-class

Orange - Selector matches nothing

Green - Selector matches

Substring matching attribute selectors CSS3

p.test23:not([class~=""]) - class="test23 x y"

p.test37-x:not([class|=""]) - class="test37-x"

Other test with Wildcard Attribute Selectors

References and other links

  1. 6.3.1. Attribute presence and values selectors
  2. 6.6.7. The negation pseudo-class
  3. CSS3 Selectors Test Suite Index

Selectors - CSS Class Test