nsIDOMCSSStyleDeclaration

The nsIDOMCSSStyleDeclaration interface is a datatype for a CSS
style declaration in the Document Object Model.

For more information on this interface please see
http://www.w3.org/TR/DOM-Level-2-Style

Methods

getPropertyValue(propertyName)

getPropertyCSSValue(propertyName)

removeProperty(propertyName)

getPropertyPriority(propertyName)

setProperty(propertyName, value, priority)

item(index)

Attributes

cssText

length

parentRule