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 |
|---|---|---|
| getPropertyCSSValue() | CSSValue | |
| getPropertyPriority() | String | |
| getPropertyValue() | String | |
| item() | String | |
| removeProperty() | String | |
| setProperty() | (none) |
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 |