ladybird/Libraries/LibWeb/CSS/CSSRuleList.idl

9 lines
199 B
Text
Raw Permalink Normal View History

// https://drafts.csswg.org/cssom/#the-cssrulelist-interface
[Exposed=Window]
interface CSSRuleList {
getter CSSRule? item(unsigned long index);
readonly attribute unsigned long length;
};