Re: [csswg-drafts] [css-contain] CQ vs shadow boundaries (#5984)

@lilles The thing is: `shadow tree may intercept the query` is the designed way how slotted content should work, I think. 

It should be ENTIRELY up the custom-component how it handles slotted light dom content. It can choose

- not to display it at all. 
- it can choose to iterate over the content with javascript and do something with it (e.g. image carousel)
- it can simply display the slotted content using a <slot>
- it can choose to put the content into a <slot> wrapped by a container

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


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

Received on Friday, 4 March 2022 08:03:25 UTC