Fields Summary |
---|
public static final short | CSS_INHERITThe value is inherited and the cssText contains "inherit". |
public static final short | CSS_PRIMITIVE_VALUEThe 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. |
public static final short | CSS_VALUE_LISTThe 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. |
public static final short | CSS_CUSTOMThe value is a custom value. |