CSSStyleDeclaration in DOM Level 2 CSS

(no overview available)

Instance Properties

name type description
cssText String
length Number (read only)
parentRule CSSRule (read only)

Instance Methods

name returns description
getPropertyValue() String
getPropertyCSSValue() CSSValue
removeProperty() String
getPropertyPriority() String
setProperty() (none)
item() String

Properties that are a CSSStyleDeclaration

name object description
style CSSStyleRule (read only)
style CSSFontFaceRule (read only)
style CSSPageRule (read only)
style ElementCSSInlineStyle (read only)

Methods that return a CSSStyleDeclaration

name of object description
getComputedStyle() ViewCSS
getOverrideStyle() DocumentCSS