mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-27 19:59:17 +00:00
10 lines
184 B
Plaintext
10 lines
184 B
Plaintext
#import <CSS/CSSRule.idl>
|
|
|
|
[Exposed=Window, NoInstanceWrapper]
|
|
interface CSSRuleList {
|
|
|
|
getter CSSRule? item(unsigned long index);
|
|
readonly attribute unsigned long length;
|
|
|
|
};
|