CSSRuleList.idl 184 B

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