Definition
CSS Object Model (CSSOM) 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 Level 1 refers to
CSSRuleList