Re: [csswg-drafts] [css-contain-3] What happens when the queried dimension is not contained by the nearest container? (#6303)

What if you have multiple conditions whose closest container with the necessary containment is different?:
 
```css
@container (block-size >= 100px) and (inline-size >= 100px) {}
```

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


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

Received on Tuesday, 25 May 2021 13:20:47 UTC