CSSRuleList.idl 138 B

1234567
  1. [Exposed=Window]
  2. interface CSSRuleList {
  3. getter CSSRule? item(unsigned long index);
  4. readonly attribute unsigned long length;
  5. };