Array of CSS rules.
Platform Support
| IE | Mozilla | Netscape | Opera | Safari | Chrome | no | 1.0+ | no | 9.0+ | 1.0+ | no |
|---|
Constructors
| Constructor | Action | IE | Mozilla | Netscape | Opera | Safari | Chrome | ||
|---|---|---|---|---|---|---|---|---|---|
|
CSSRuleList Constructor() : CSSRuleList
Array of CSS rules.
|
Show Details | no | 1.0+ | no | 9.0+ | 1.0+ | no | ||
CSSRuleList() : CSSRuleListArray of CSS rules. Returns
|
|||||||||
Properties
| Property | Action | IE | Mozilla | Netscape | Opera | Safari | Chrome |
|---|---|---|---|---|---|---|---|
|
length
: Number
Number of CSS rules in the CSS rule list.
|
Show Details | no | 1.0+ | no | 9.0+ | 1.0+ | no |
|
|||||||
Functions
| Method | Action | IE | Mozilla | Netscape | Opera | Safari | Chrome | |||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
item(Number index) : CSSRule
Returns the CSSRule object from the specified position.
|
Show Details | no | 1.0+ | no | 9.0+ | 1.0+ | no | |||||
|
Parameters
Returns
|
||||||||||||
For examples, see the quirksmode test page:
http://www.quirksmode.org/dom/tests/item.html
Availability
HTML DOM Level 2|W3C