Definition
CSS Object Model (CSSOM) Module Level 1 defines CSSRuleList
[Exposed=Window]
interface CSSRuleList {
getter CSSRule? item(unsigned long index);
readonly attribute unsigned long length;
};
Methods and attributes that return objects implementing CSSRuleList
Referring IDL interfaces/dictionaries
Referring specifications
- CSS Animations Module Level 1 refers to
CSSRuleList