W3cubDocs

/Haxe JavaScript

CSSRuleList

package js.html

@:native("CSSRuleList") Available on js

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:

Variables

read only length:Int

Methods

item (index:Int):CSSRule

© 2005–2018 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/CSSRuleList.html