Re: [csswg-drafts] [selectors] Pseudo-class to indicate when a slot has content (#6867)

A quick test tells me the current functionality is correct; slotting a `<slot></slot>` element does not render fallback content, meaning `flattened: false` will observe this, while `flattened: true` does not.

Test case:

`data:text/html,<div><template shadowrootmode="open"><div><template shadowrootmode="open"><slot>Nested Fallback</slot></template><slot></slot></div></template></div>`

-- 
GitHub Notification of comment by keithamus
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/6867#issuecomment-2579551542 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Thursday, 9 January 2025 09:18:57 UTC