css-shadow-parts.idl (324B)
1 // GENERATED CONTENT - DO NOT EDIT 2 // Content was automatically extracted by Reffy into webref 3 // (https://github.com/w3c/webref) 4 // Source: CSS Shadow Parts Module Level 1 (https://drafts.csswg.org/css-shadow-parts-1/) 5 6 partial interface Element { 7 [SameObject, PutForwards=value] readonly attribute DOMTokenList part; 8 };