Re: [csswg-drafts] [mediaqueries][css-conditional] else (#112)

> I guess I'm trying to think of a use case where one would combine @media and @supports, and then would need to exclude those criteria in an @else. 

Say you wanted to use Grid to layout the page when the viewport is wide enough. If you're being extra-careful, you may want to test for grid support *as well*; if *either* grid isn't supported *or* the viewport is narrow, you default to a simple block-based layout.

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


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

Received on Friday, 25 March 2022 22:35:20 UTC