class DOM.CSSValue |
|
|
The CSSValue interface represents a simple or a complexe value.
|
|
|
|
|
A string representation of the current value.
|
|
A code defining the type of the value as defined above.
|
|
|
|
Internal not part of the DOM |
|
|
see cssText CSSException SYNTAX_ERR: Raised if the specified CSS string value has a syntax error and is unparsable. DOMException NO_MODIFICATION_ALLOWED_ERR: Raised if this declaration is readonly.
|
CSS_INHERIT | - | ||
CSS_PRIMITIVE_VALUE | - | ||
CSS_VALUE_LIST | - | ||
CSS_CUSTOM | - | ||
CSS_INITIAL | - |