- From: Tab Atkins Jr. via GitHub <sysbot+gh@w3.org>
- Date: Tue, 25 Jun 2024 21:03:44 +0000
- To: public-css-archive@w3.org
There's already a selector that matches the shadow *host* - `:host`. The shadow *root* isn't an element; it's a DocumentFragment, and doesn't reflect into CSS's tree. I'm a little confused by the use-case, tho - how would this help `:has([popover]:popover-open) [popovertarget="mypopover"]` match? `:root` isn't mentioned in there at all. Is the first compound meant to match the host element? -- GitHub Notification of comment by tabatkins Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/10492#issuecomment-2189966742 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 25 June 2024 21:03:45 UTC