Defines the properties and methods inherited by objects in the CSSRuleList prototype chain.
Syntax
| HTML | N/A |
|---|
| Scripting | CSSRuleList.prototype |
|---|
Members Table
The following table lists the members exposed by the
CSSRuleList Constructor
object.
Attributes/Properties
| Property | Description |
|---|
| length |
Retrieves the length of the key/value list. |
Methods
| Method | Description |
|---|
| item |
Retrieves an object from the rules collection. |
Remarks
For more information on this and other DOM Prototypes see
Document Object Model Prototypes, Part 1: Introduction.
This prototype does not derive from any objects.
Applies To
See Also