Re: [csswg-drafts] [css-contain-3] What container features can be queried? (#5989)

@argyleink That's an interesting idea. I feel like it would need some clarifying syntax - since the default is a computed value comparison, and this is something new… Maybe like:

```css
@container state(stuck) { … }
@container (min-width: 30em) and not state(overflow) { … }
```

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


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

Received on Tuesday, 23 February 2021 00:46:08 UTC