WARNING: Most of this content (with the exception of the Mozilla 1.9 XPCOM reference) is very old, and can be expected to be out of date and possibly obsolete. For better XUL documentation, please visit the XUL hub at the Mozilla Developer Center.

nsIDOMCSSValue

IID:009f7ea5-9e80-41be-b008-db62f10823f2
Inherits From: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

PRUint16 CSS_INHERIT = 0
PRUint16 CSS_PRIMITIVE_VALUE = 1
PRUint16 CSS_VALUE_LIST = 2
PRUint16 CSS_CUSTOM = 3

Properties

DOMString cssText

readonly PRUint16 cssValueType


References

This interface is returned from the following methods:

nsIDOMCSSStyleDeclaration.getPropertyCSSValue, nsIDOMCSSValueList.item, nsIDOMSVGStylable.getPresentationAttribute

Reference documentation is generated from Mozilla's source.