We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4b82a8 commit 7cc5056Copy full SHA for 7cc5056
css-shadow-parts-1/Overview.bs
@@ -368,11 +368,15 @@ but never match additional <a>shadow-part pseudo-elements</a>.
368
Extensions to the {{Element}} Interface {#idl}
369
==============================================
370
371
-We expose the `part` and `exposedparts` attributes as read/write string properties on Element.
372
-
373
<pre class=idl>
374
partial interface Element {
375
attribute DOMString part;
376
attribute DOMString exposedParts;
377
};
378
</pre>
+
+The `exposedParts` attribute must reflect the `exposedparts` content attribute.
379
380
+The `part` attribute must reflect the `part` content attribute.
381
382
+Issue(w3c/csswg-drafts#2414): Define these as superglobals in the DOM spec.
0 commit comments