SelectorArray object (Object/browser)

A collection of style sheet rules.

Availability:

JScript - 3.0
Internet Explorer - 4.0
JavaScript syntax:IEmySelectorArray = myStyleSheet.rules
Object properties:length
Object methods:item()

This is sometimes referred to as a rules object which is not strictly true. It is often so named because it is referenced by the rules property of a stylesheet.

DOM level 2 describes this object as a CSSRuleList object. It implies it is a sub-class of the Collection object and therefore it supports the item() method.

See also:Collection object, rule object, rule.selectorText, StyleSheet.rules[]

PropertyJavaScriptJScriptNIEOperaNESECMADOMCSSHTMLNotes
length n/a3.0 3.0 n/a4.0 4.0 n/a n/a n/a n/a n/a n/aReadOnly.

MethodJavaScriptJScriptNIEOperaNESECMADOMCSSHTMLNotes
item() n/a3.0 3.0 n/a4.0 4.0 n/a n/a n/a n/a n/a n/a-