cssValueType
(attribute
)
Owning interface and usage:
Member of these other interfaces:
Readonly: yes
Description:
A code defining the type of the value as defined below.
Available values for the cssValueType attribute:
An integer indicating which type of unit applies to the value.
- 0 = CSS_INHERIT (of type unsigned short)
-
The value is inherited and the cssText contains "inherit".
- 1 = CSS_PRIMITIVE_VALUE (of type unsigned short)
-
The value is a primitive value and an instance of the CSSPrimitiveValue interface can be obtained by using binding-specific casting methods on this instance of the CSSValue interface.
- 2 = CSS_VALUE_LIST (of type unsigned short)
-
The value is a CSSValue list and an instance of the CSSValueList interface can be obtained by using binding-specific casting methods on this instance of the CSSValue interface.
- 3 = CSS_CUSTOM (of type unsigned short)
-
The value is a custom value.