ATTRIBUTES

Constant ATTRIBUTES 

Source
pub const ATTRIBUTES: &[&str];
Expand description

Every attribute name this vocabulary knows, beyond the data- and aria- prefixes.

Flat rather than per element. A per-element table is what an HTML validator has and it is a larger claim than this needs to make: what docs/104 §104.8 measured is misspellings — cls for class — and a name nothing in HTML has is a misspelling whichever element it lands on. Refusing colspan on a <div> is a different feature, and one whose false refusals would cost more than it catches.