CSSRuleList
interface provides the abstraction of an
ordered collection of CSS rules.
The items in the CSSRuleList
are accessible via an
integral index, starting from 0.
See also the Document Object Model (DOM) Level 2 Style Specification.
DOM
- Level 2Method from org.w3c.dom.css.CSSRuleList Summary: |
---|
getLength, item |
Method from org.w3c.dom.css.CSSRuleList Detail: |
---|
CSSRules in the list. The range of valid
child rule indices is 0 to length-1
inclusive. |
null . |