Re: [csswg-drafts] [css-mediaqueries-4] should color-gamut be evaluated in a boolean context? (#7121)

So after checking a bit more

### Firefox

- `not (grid)` matches
- `not (grid: 0)` does not match
- `not (grid: 1)` matches

### Chrome

- `(grid: 0)` matches
- `(grid)` does not match
- `(grid: 1)` does not match
- `not (grid: 1)` does not match


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


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

Received on Thursday, 10 March 2022 18:41:34 UTC