mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 12:20:00 +01: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;
|
|
};
|