CSSValue in DOM Level 2 CSS
(no overview available)
Inerhited by:
Instance Properties
| name | type | description |
|---|---|---|
| cssText | String | |
| cssValueType | Number | (read only) |
Constants
| name | object | value | description |
|---|---|---|---|
| CSS_INHERIT | CSSValue | 0 | |
| CSS_PRIMITIVE_VALUE | CSSValue | 1 | |
| CSS_VALUE_LIST | CSSValue | 2 | |
| CSS_CUSTOM | CSSValue | 3 |
Methods that return a CSSValue
| name | of object | description |
|---|---|---|
| getPropertyCSSValue() | CSSStyleDeclaration | |
| item() | CSSValueList | |
| getPresentationAttribute() | SVGStylable |