Overview
Use the links in the table of contents to the left to access the documentation.
Functions
- getPropertyCSSValue
- getPropertyPriority
- getPropertyShorthand
- getPropertyValue
- isPropertyImplicit
- item
- removeProperty
- setProperty
CSSValue getPropertyCSSValue(
in DOMString propertyName);
DOMString getPropertyPriority(
in DOMString propertyName);
DOMString getPropertyShorthand(
in DOMString propertyName);
DOMString getPropertyValue(
in DOMString propertyName);
boolean isPropertyImplicit(
in DOMString propertyName);
DOMString item(
in unsigned long index);
DOMString removeProperty(
in DOMString propertyName) raises(DOMException);
void setProperty(
in DOMString propertyName,
in DOMString value,
in DOMString priority) raises(DOMException);
Member Data
- cssText
- length
- parentRule
attribute DOMString cssText setter raises(DOMException);
readonly attribute unsigned long length;
readonly attribute CSSRule parentRule;
Last Updated: 2009-05-29