Skip to content

Commit 80d1405

Browse files
SebastianZsvgeesus
authored andcommitted
[css-shadow-1][editorial] Updated WPTs
1 parent 869f018 commit 80d1405

1 file changed

Lines changed: 49 additions & 0 deletions

File tree

css-shadow-1/Overview.bs

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,10 @@ Matching Selectors Against Shadow Trees</h4>
297297
shadow-reassign-dynamic-001.html
298298
shadow-reassign-dynamic-002.html
299299
shadow-reassign-dynamic-004.html
300+
shadow-reassign-dynamic-005-crash.html
301+
shadow-reassign-dynamic-006.html
300302
shadow-root-insert-into-document.html
303+
slotted-text-with-flex.html
301304
whitespace-crash-001.html
302305
</wpt>
303306

@@ -318,6 +321,17 @@ Selecting Shadow Hosts from within a Shadow Tree</h4>
318321
the <a>shadow host</a> is <a>featureless</a>.
319322
Only the '':host'', '':host()'', and '':host-context()'' pseudo-classes are allowed to match it.
320323

324+
<wpt>
325+
host-descendant-003.html
326+
host-is-006.html
327+
host-is-featureless.html
328+
host-multiple-002.html
329+
host-multiple-003.html
330+
host-multiple-004.html
331+
host-multiple-005.html
332+
host-not-001.html
333+
</wpt>
334+
321335
<details class='note'>
322336
<summary>Why is the shadow host so weird?</summary>
323337

@@ -354,6 +368,7 @@ Selecting Shadow Hosts from within a Shadow Tree</h4>
354368
host-is-004.html
355369
host-is-005.html
356370
host-parsing.html
371+
scope-pseudo-in-shadow.html
357372
</wpt>
358373

359374
<!--
@@ -468,6 +483,12 @@ Selecting Into the Light: the '':host'', '':host()'', and '':host-context()'' ps
468483
host-descendant-invalidation.html
469484
host-dom-001.html
470485
host-functional-descendant-invalidation.html
486+
host-has-internal-001.html
487+
host-has-internal-002.html
488+
host-has-internal-003.html
489+
host-has-internal-004.html
490+
host-in-host-context-selector.html
491+
host-in-host-selector.html
471492
host-multiple-001.html
472493
host-nested-001.html
473494
host-slotted-001.html
@@ -476,6 +497,7 @@ Selecting Into the Light: the '':host'', '':host()'', and '':host-context()'' ps
476497
host-specificity.html
477498
shadow-host-removal-invalidation.html
478499
shadow-at-import.html
500+
shadow-host-style-sharing.html
479501
shadow-link-rel-stylesheet.html
480502
shadow-shared-style-cache-001.html
481503
stylesheet-title-001.html
@@ -512,10 +534,22 @@ Selecting Slot-Assigned Content: the ''::slotted()'' pseudo-element</h4>
512534
* <a lt="find flattened slottables">assigned, after flattening,</a> to the <a>slot</a> that is ''::slotted''’s originating element
513535
* <a lt="match a selector against an element">matched</a> by its <<compound-selector>> argument
514536

537+
<wpt>
538+
slotted-has-001.html
539+
slotted-has-002.html
540+
slotted-has-003.html
541+
slotted-has-004.html
542+
</wpt>
543+
515544
The ''::slotted()'' pseudo-element can be followed by a <a>tree-abiding pseudo-element</a>,
516545
like ''::slotted()::before'',
517546
representing the appropriate pseudo-element of the elements represented by the ''::slotted()'' pseudo-element.
518547

548+
<wpt>
549+
slotted-details-content.html
550+
slotted-file-selector-button.html
551+
</wpt>
552+
519553
The [=specificity=] of ''::slotted()'' is that of a pseudo-element,
520554
plus the [=specificity=] of its argument.
521555

@@ -589,6 +623,17 @@ Matching on the Presence of Slot-Assigned Nodes: the '':has-slotted'' pseudo-cla
589623
<wpt>
590624
css-scoping-shadow-slotted-nested.html
591625
css-scoping-shadow-slotted-rule.html
626+
has-slotted-001.html
627+
has-slotted-002.html
628+
has-slotted-003.html
629+
has-slotted-changing-001.html
630+
has-slotted-changing-002.html
631+
has-slotted-flattened-001.html
632+
has-slotted-flattened-002.html
633+
has-slotted-flattened-003.html
634+
has-slotted-flattened-004.html
635+
has-slotted-manual-assignment.html
636+
has-slotted-query-selector.html
592637
reslot-text-inheritance.html
593638
slotted-invalidation.html
594639
slotted-link.html
@@ -783,6 +828,10 @@ Name-Defining Constructs and Inheritance</h3>
783828
This [=root=] reference stays with the [=tree-scoped reference=]
784829
as it is inherited.
785830

831+
<wpt>
832+
svg-id-ref-001.html
833+
</wpt>
834+
786835
If a [=tree-scoped name=] is <dfn export for="tree-scoped name">global</dfn>
787836
(such as ''@font-face'' names),
788837
then when a [=tree-scoped reference=] is dereferenced to find it,

0 commit comments

Comments
 (0)