Methods in DOM Level 2 CSS

name of object returns description
createCSSStyleSheet(title,media) DOMImplementationCSS CSSStyleSheet
deleteRule(index) CSSStyleSheet (none)
deleteRule(index) CSSMediaRule (none)
getComputedStyle(elt,pseudoElt) ViewCSS CSSStyleDeclaration
getCounterValue() CSSPrimitiveValue Counter
getFloatValue(unitType) CSSPrimitiveValue Number
getOverrideStyle(elt,pseudoElt) DocumentCSS CSSStyleDeclaration
getPropertyCSSValue(propertyName) CSSStyleDeclaration CSSValue
getPropertyPriority(propertyName) CSSStyleDeclaration String
getPropertyValue(propertyName) CSSStyleDeclaration String
getRectValue() CSSPrimitiveValue Rect
getRGBColorValue() CSSPrimitiveValue RGBColor
getStringValue() CSSPrimitiveValue String
insertRule(rule,index) CSSStyleSheet Number
insertRule(rule,index) CSSMediaRule Number
item(index) CSSValueList CSSValue
item(index) CSSStyleDeclaration String
item(index) CSSRuleList CSSRule
removeProperty(propertyName) CSSStyleDeclaration String
setFloatValue(unitType,floatValue) CSSPrimitiveValue (none)
setProperty(propertyName,value,priority) CSSStyleDeclaration (none)
setStringValue(stringType,stringValue) CSSPrimitiveValue (none)