The "style" attribute and class list segments

This allows different modules set the "style" attribute or the class list of an element without overriding each other. The final value is the concat of all segments. When calling setNodeStyle or setNodeClass on an element, a segment can be specified.

Enumeration Members

ANIMATION_EXTRA: 2

The animation style segment, preserved for temporary transition

MAIN: 0

The main style segment, generally managed by the template engine (or manually set)

TEMPLATE_EXTRA: 1

The template style segment, preserved for template engine

TEMP_EXTRA: 3

The temporary style segment, preserved for high priority styles