Re: [csswg-drafts] [css-contain-3] Multiple <container-query>s with multiple containers (#6876)

> `@container wrapper size(inline-size > 30em) and child style(--responsive = true)`

Would it then make sense to somehow associate the name/container-selection part with the corresponding condition in a way that's more visually obvious? E.g.

`@container wrapper:size(inline-size > 30em) and child:style(--responsive = true)`
`@container wrapper:(size(inline-size > 30em) and style(--responsive = true))`

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


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

Received on Monday, 7 February 2022 23:50:19 UTC