webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
import"DeprecatedCSSOMValue.idl";
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 |
const unsigned short DeprecatedCSSOMValue::CSS_CUSTOM = 3 |
const unsigned short DeprecatedCSSOMValue::CSS_INHERIT = 0 |
const unsigned short DeprecatedCSSOMValue::CSS_PRIMITIVE_VALUE = 1 |
const unsigned short DeprecatedCSSOMValue::CSS_VALUE_LIST = 2 |
attribute DOMString DeprecatedCSSOMValue::cssText |