mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +02:00
10 lines
304 B
Plaintext
10 lines
304 B
Plaintext
#import <CSS/CSSGroupingRule.idl>
|
|
#import <CSS/CSSPageDescriptors.idl>
|
|
|
|
// https://drafts.csswg.org/cssom/#csspagerule
|
|
[Exposed=Window]
|
|
interface CSSPageRule : CSSGroupingRule {
|
|
attribute CSSOMString selectorText;
|
|
[SameObject, PutForwards=cssText] readonly attribute CSSPageDescriptors style;
|
|
};
|