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