From 4eb447d82de8fe391aaee812a4dc32de121ffd5d Mon Sep 17 00:00:00 2001 From: Jeffrey Yasskin Date: Mon, 30 Sep 2024 12:45:05 -0700 Subject: [PATCH] Link the ::slotted tests from the right section. --- css-scoping-1/Overview.bs | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/css-scoping-1/Overview.bs b/css-scoping-1/Overview.bs index 22cac0482c2..872684c8f9c 100644 --- a/css-scoping-1/Overview.bs +++ b/css-scoping-1/Overview.bs @@ -508,6 +508,22 @@ Selecting Slot-Assigned Content: the ''::slotted()'' pseudo-element The only way to style assigned text nodes is by styling the slot and relying on inheritance. + + css-scoping-shadow-slotted-nested.html + css-scoping-shadow-slotted-rule.html + reslot-text-inheritance.html + slotted-invalidation.html + slotted-link.html + slotted-matches.html + slotted-nested.html + slotted-parsing.html + slotted-placeholder.html + slotted-slot.html + slotted-specificity-002.html + slotted-specificity.html + slotted-with-pseudo-element.html + +

Matching on the Presence of Slot-Assigned Nodes: the '':has-slotted'' pseudo-class

@@ -527,22 +543,6 @@ Matching on the Presence of Slot-Assigned Nodes: the '':has-slotted'' pseudo-cla '':has-slotted'' is not an alias of '':has-slotted(*)'', as the latter would not match slotted text nodes, but '':has-slotted'' does. - - css-scoping-shadow-slotted-nested.html - css-scoping-shadow-slotted-rule.html - reslot-text-inheritance.html - slotted-invalidation.html - slotted-link.html - slotted-matches.html - slotted-nested.html - slotted-parsing.html - slotted-placeholder.html - slotted-slot.html - slotted-specificity-002.html - slotted-specificity.html - slotted-with-pseudo-element.html - -