From 065b17deea15f22aba3de5c2916cbf10d74d8deb Mon Sep 17 00:00:00 2001 From: Lea Verou Date: Fri, 27 Sep 2024 14:30:01 -0700 Subject: [PATCH] [css-scoping] First pass at adding `:has-slotted` (#10959) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * First pass at adding `:has-slotted` `assignedNodes` reference doesn’t work * Fix assignedNodes * Update css-scoping-1/Overview.bs Co-authored-by: Tab Atkins Jr. * Fix --------- Co-authored-by: Tab Atkins Jr. --- css-scoping-1/Overview.bs | 26 +++++++++++++++++++++++--- 1 file changed, 23 insertions(+), 3 deletions(-) diff --git a/css-scoping-1/Overview.bs b/css-scoping-1/Overview.bs index e0d52f0c3b9..22cac0482c2 100644 --- a/css-scoping-1/Overview.bs +++ b/css-scoping-1/Overview.bs @@ -24,7 +24,8 @@ spec:dom; type:dfn; text:find slottables text:find flattened slottables text:element; for:/ -spec:html; type:element; text:style +spec:html; type:element; + text:style spec:selectors-4; type:dfn; text: static profile text: dynamic profile @@ -40,7 +41,7 @@ spec:dom; type:dfn; text:child spec:css-color-5; type:function; text:color() -