The nsIDOMCSSValue interface is a datatype for a CSS value in the Document Object Model. More...
import "nsIDOMCSSValue.idl";
Inheritance diagram for nsIDOMCSSValue:Public Attributes | |
| const unsigned short | CSS_INHERIT = 0 |
| const unsigned short | CSS_PRIMITIVE_VALUE = 1 |
| const unsigned short | CSS_VALUE_LIST = 2 |
| const unsigned short | CSS_CUSTOM = 3 |
| attribute DOMString | cssText |
| readonly attribute unsigned short | cssValueType |
The nsIDOMCSSValue interface is a datatype for a CSS value in the Document Object Model.
For more information on this interface please see http://www.w3.org/TR/DOM-Level-2-Style
| const unsigned short nsIDOMCSSValue::CSS_CUSTOM = 3 |
| const unsigned short nsIDOMCSSValue::CSS_INHERIT = 0 |
| const unsigned short nsIDOMCSSValue::CSS_PRIMITIVE_VALUE = 1 |
| const unsigned short nsIDOMCSSValue::CSS_VALUE_LIST = 2 |
| attribute DOMString nsIDOMCSSValue::cssText |
| readonly attribute unsigned short nsIDOMCSSValue::cssValueType |
1.7.1