publicfinalstatic
short CSS_INHERIT
= "0"
[Inherited From CSSValue]
cssText contains "inherit".
publicfinalstatic
short CSS_PRIMITIVE_VALUE
= "1"
[Inherited From CSSValue]
CSSPrimitiveValue interface can be obtained by using
binding-specific casting methods on this instance of the
CSSValue interface.
publicfinalstatic
short CSS_VALUE_LIST
= "2"
[Inherited From CSSValue]
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.