1#import <CSS/CSSRule.idl> 2 3[Exposed=Window] 4interface CSSRuleList { 5 6 getter CSSRule? item(unsigned long index); 7 readonly attribute unsigned long length; 8 9};