CSSEngineMode enumeration

CSSEngineMode enumeration

Specifies CSSEngine mode

The CSSEngineMode type exposes the following members:

Fields

FieldDescription
DEFAULTCSS engine will work like usual.
NOT_STRICTCSS parser will work in not strict mode. All not documented properties will be parsed and could be accessed through ICSSStyleDeclaration.

See Also