|
Mac Dev Center
Mac OS X Reference Library Networking, Internet, & Web: Web Client WebKit DOM Reference
|
CSSValue |
| Module: | css |
| Declared In: |
Use the links in the table of contents to the left to access the documentation.
CSS_CUSTOM |
const unsigned short CSS_CUSTOM = 3;
CSS_INHERIT |
const unsigned short CSS_INHERIT = 0;
CSS_PRIMITIVE_VALUE |
const unsigned short CSS_PRIMITIVE_VALUE = 1;
CSS_VALUE_LIST |
const unsigned short CSS_VALUE_LIST = 2;
cssText |
attribute DOMString cssText setter raises(DOMException);
cssValueType |
readonly attribute unsigned short cssValueType;
Last Updated: 2009-05-29