CSSValue

Module:
css
Declared In:

Overview

Use the links in the table of contents to the left to access the documentation.



Member Data

CSS_CUSTOM
CSS_INHERIT
CSS_PRIMITIVE_VALUE
CSS_VALUE_LIST
cssText
cssValueType

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