Constant style::selector_map::RARE_PSEUDO_CLASS_STATES
source · const RARE_PSEUDO_CLASS_STATES: ElementState;
Expand description
This is a set of pseudo-classes that are both relatively-rare (they don’t affect most elements by default) and likely or known to have global rules (in e.g., the UA sheets).
We can avoid selector-matching those global rules for all elements without these pseudo-class states.