Re: [csswg-drafts] [css-contain-4] Define a range syntax for style container queries (#8376)

> Another complexity: is it allowed to mention multiple properties? `style(margin < 3em < padding) { … }`

That syntax doesn't make sense to me. I'd say we should stick to the syntax defined for media queries. So that could be expressed as `style(margin < 3em) and style(padding > 3em)`. This also makes it more readable, in my opinion.

Sebastian

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


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

Received on Monday, 30 January 2023 22:41:21 UTC