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

The boolean-feature condition is *not* that the feature evaluates to true for one of the "falsey" values, but that it *not* evaluate to true for any of the *truthy* values. If it lacks any falsey values entirely (as in `color-gamut`), it can be false in a boolean context so long as none of its truthy values match.

(That said, this is the sort of clever "technically correct" thing that specs shouldn't depend on; I'll make this case clearer in the spec.)

-- 
GitHub Notification of comment by tabatkins
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7121#issuecomment-1064319658 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 17:33:10 UTC