Re: [csswg-drafts] [css-contain] What is the migration path for Container Queries? (#6175)

It's funny:

| Code             | Firefox | Chromium | WebKit |
| ---------------- | ------- | -------- | ------ |
| `not foo()`      | true    | false    | false  |
| `not foo(bar)`   | true    | true     | false  |
| `not (foo())`    | true    | false    | true   |
| `not (foo(bar))` | true    | true     | true   |

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


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

Received on Monday, 26 April 2021 13:08:59 UTC