Skip to content

Commit d2ed7a9

Browse files
committed
[css-shadow-1] Move WPTs to the correct section. Closes #10977
1 parent bd473df commit d2ed7a9

1 file changed

Lines changed: 16 additions & 13 deletions

File tree

css-shadow-1/Overview.bs

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -605,6 +605,22 @@ Selecting Slot-Assigned Content: the ''::slotted()'' pseudo-element</h4>
605605
The only way to style assigned text nodes
606606
is by styling the <a>slot</a> and relying on inheritance.
607607

608+
<wpt>
609+
css-scoping-shadow-slotted-nested.html
610+
css-scoping-shadow-slotted-rule.html
611+
reslot-text-inheritance.html
612+
slotted-invalidation.html
613+
slotted-link.html
614+
slotted-matches.html
615+
slotted-nested.html
616+
slotted-parsing.html
617+
slotted-placeholder.html
618+
slotted-slot.html
619+
slotted-specificity-002.html
620+
slotted-specificity.html
621+
slotted-with-pseudo-element.html
622+
</wpt>
623+
608624
<h4 id='the-has-slotted-pseudo'>
609625
Matching on the Presence of Slot-Assigned Nodes: the '':has-slotted'' pseudo-class</h4>
610626

@@ -625,8 +641,6 @@ Matching on the Presence of Slot-Assigned Nodes: the '':has-slotted'' pseudo-cla
625641
as the latter would not match slotted text nodes, but '':has-slotted'' does.
626642

627643
<wpt>
628-
css-scoping-shadow-slotted-nested.html
629-
css-scoping-shadow-slotted-rule.html
630644
has-slotted-001.html
631645
has-slotted-002.html
632646
has-slotted-003.html
@@ -638,17 +652,6 @@ Matching on the Presence of Slot-Assigned Nodes: the '':has-slotted'' pseudo-cla
638652
has-slotted-flattened-004.html
639653
has-slotted-manual-assignment.html
640654
has-slotted-query-selector.html
641-
reslot-text-inheritance.html
642-
slotted-invalidation.html
643-
slotted-link.html
644-
slotted-matches.html
645-
slotted-nested.html
646-
slotted-parsing.html
647-
slotted-placeholder.html
648-
slotted-slot.html
649-
slotted-specificity-002.html
650-
slotted-specificity.html
651-
slotted-with-pseudo-element.html
652655
</wpt>
653656

654657
<!--

0 commit comments

Comments
 (0)