CSSRuleList

js.html.CSSRuleList (extern class)

A CSSRuleList is an (indirect-modify only) array-like object containing an ordered collection of CSSRule objects.

Documentation CSSRuleList by Mozilla Contributors, licensed under CC-BY-SA 2.5.

See:

Instance Members

length: Int

item(index: Int): CSSRule
Name Type
index Int
Returns
CSSRule