CSSRuleList

Property/Method Functional Description Data Test Case
length The number of CSSRules in the list. The range of valid child rule indices is 0 to length-1 inclusive. readonly
item() Used to retrieve a CSS rule by ordinal index. The order in this collection represents the order of the rules in the CSS style sheet.