Skip to content

Commit 7cc5056

Browse files
committed
[css-shadow-parts-1] Add more detail on IDL attributes
1 parent c4b82a8 commit 7cc5056

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

css-shadow-parts-1/Overview.bs

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -368,11 +368,15 @@ but never match additional <a>shadow-part pseudo-elements</a>.
368368
Extensions to the {{Element}} Interface {#idl}
369369
==============================================
370370

371-
We expose the `part` and `exposedparts` attributes as read/write string properties on Element.
372-
373371
<pre class=idl>
374372
partial interface Element {
375373
attribute DOMString part;
376374
attribute DOMString exposedParts;
377375
};
378376
</pre>
377+
378+
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

Comments
 (0)