File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed
Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -301,4 +301,19 @@ but never match additional <a>shadow-part pseudo-elements</a>.
301301 ignoring any other labels.
302302</div>
303303
304- Issue(w3c/csswg-drafts#2414): Define IDL for structured setting and getting of `part` and `exportparts`.
304+ Extensions to the {{Element}} Interface {#idl}
305+ ==============================================
306+
307+ <pre class=idl>
308+ partial interface Element {
309+ [SameObject, PutForwards=value] readonly attribute DOMTokenList part;
310+ };
311+ </pre>
312+
313+ The part attribute’s getter must return a DOMTokenList object
314+ whose associated element is the context object
315+ and whose associated attribute’s local name is part.
316+ The token set of this particular DOMTokenList object are also known as the element’s parts.
317+
318+ Issue(w3c/csswg-drafts#2414): Define this as a superglobal in the DOM spec.
319+ Issue(w3c/csswg-drafts#2414): Define IDL for structured setting and getting of `exportparts`.
You can’t perform that action at this time.
0 commit comments