Skip to content

Commit cefe08a

Browse files
committed
[css-shadow-parts-1] Migrate issues from spec to github.
These are obsolete or potential enhancements and are now captured in
1 parent 60fba2b commit cefe08a

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

css-shadow-parts-1/Overview.bs

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -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-
165163
Naming a Shadow Element: the <{html-global/part}> attribute {#part-attr}
166164
------------------------------------------------------------------------
167165

@@ -214,14 +212,6 @@ Each part mapping is one of:
214212

215213
Note: 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
&lt;style&gt;
227217
c-e<b>::part(textspan)</b> { color: red; }
@@ -318,8 +308,7 @@ whose associated element is the context object
318308
and whose associated attribute’s local name is part.
319309
The 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

324313
Microsyntaxes for parsing {#parsing}
325314
==============================================

0 commit comments

Comments
 (0)