Linux Mac OSX Windows

  
[scriptable, uuid(009f7ea5-9e80-41be-b008-db62f10823f2)]
interface nsIDOMCSSValue : nsISupports

Constants

 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

 @status FROZEN
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

Attributes


        
attribute DOMString cssText

        
readonly attribute unsigned short cssValueType