css-nesting.idl (356B)
1 // GENERATED CONTENT - DO NOT EDIT 2 // Content was automatically extracted by Reffy into webref 3 // (https://github.com/w3c/webref) 4 // Source: CSS Nesting Module Level 1 (https://drafts.csswg.org/css-nesting-1/) 5 6 [Exposed=Window] 7 interface CSSNestedDeclarations : CSSRule { 8 [SameObject, PutForwards=cssText] readonly attribute CSSStyleProperties style; 9 };