diff --git a/css-scoping-1/Overview.bs b/css-scoping-1/Overview.bs index 22cac0482c28..872684c8f9ca 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 - -