These no longer serve any purpose now that we run the IDLGenerator on all of these files at once.
6 lines
232 B
Text
6 lines
232 B
Text
// https://drafts.csswg.org/cssom/#csspagerule
|
|
[Exposed=Window]
|
|
interface CSSPageRule : CSSGroupingRule {
|
|
attribute CSSOMString selectorText;
|
|
[SameObject, PutForwards=cssText] readonly attribute CSSPageDescriptors style;
|
|
};
|