We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c553e6 commit 099ac46Copy full SHA for 099ac46
1 file changed
css-shadow-parts-1/Overview.bs
@@ -360,18 +360,4 @@ but never match additional <a>shadow-part pseudo-elements</a>.
360
ignoring any other labels.
361
</div>
362
363
-Extensions to the {{Element}} Interface {#idl}
364
-==============================================
365
-
366
-<pre class=idl>
367
-partial interface Element {
368
- attribute DOMString part;
369
- attribute DOMString exportparts;
370
-};
371
-</pre>
372
373
-The `exportparts` attribute must reflect the `exportparts` content attribute.
374
375
-The `part` attribute must reflect the `part` content attribute.
376
377
-Issue(w3c/csswg-drafts#2414): Define these as superglobals in the DOM spec.
+Issue(w3c/csswg-drafts#2414): Define IDL for structured setting and getting of `part` and `exportparts`.
0 commit comments