These no longer serve any purpose now that we run the IDLGenerator on all of these files at once.
5 lines
212 B
Text
5 lines
212 B
Text
// https://drafts.csswg.org/css-nesting-1/#cssnesteddeclarations
|
|
[Exposed=Window]
|
|
interface CSSNestedDeclarations : CSSRule {
|
|
[SameObject, PutForwards=cssText] readonly attribute CSSStyleProperties style;
|
|
};
|