@@ -160,8 +160,6 @@ To calculate the part element map of a shadow root, |outerRoot|:
160160</ol>
161161
162162
163- Issue: There is no need for the part element map values to be ordered, can we drop that?
164-
165163Naming a Shadow Element: the <{html-global/part}> attribute {#part-attr}
166164------------------------------------------------------------------------
167165
@@ -214,14 +212,6 @@ Each part mapping is one of:
214212
215213Note: It's okay to map a sub-part to several names.
216214
217- Issue(w3c/csswg-drafts#2411): Decide whether to allow "ident1 : ident2 ident3 ..."
218- as shorthand for "ident1 : ident2, ident1 : ident3, ...".
219-
220- Issue(w3c/csswg-drafts#2411): Decide whether to allow wild-card forwarding,
221- e.g exportparts="button-* buttons".
222- Consider excluding sub-parts that have been explicitly forwarded.
223- Consider a mechanism to exclude sub-parts without forwarding them.
224-
225215<pre class="example">
226216<style>
227217 c-e<b> ::part(textspan)</b> { color: red; }
@@ -318,8 +308,7 @@ whose associated element is the context object
318308and whose associated attribute’s local name is part.
319309The token set of this particular DOMTokenList object are also known as the element’s parts.
320310
321- Issue(w3c/csswg-drafts#2414): Define this as a superglobal in the DOM spec.
322- Issue(w3c/csswg-drafts#2414): Define IDL for structured setting and getting of `exportparts`.
311+ Issue(w3c/csswg-drafts#3424): Define this as a superglobal in the DOM spec.
323312
324313Microsyntaxes for parsing {#parsing}
325314==============================================
0 commit comments