PropertyFlags
enum PropertyFlags
Defines some properties of a CSS property.
Exclusive maximum is 0x100.
Inclusive maximum is 0x0FF.
Animatable = 8
The property is supported in animations.
Hashless = 2
The property supports hashless colors in quirks mode.
Inherited = 1
The property can be inherited.
None = 0
No special properties.
Shorthand = 16
The property is actually a shorthand.
Unitless = 4
The property supports unitless lengths in quirks mode.