Re: [csswg-drafts] [mediaqueries] How do media queries with calc() where it can be resolved early serialize?

At least Firefox and WebKit (I suspect Blink too), serialize directly to:

```css
@media not all { ... }
```

Which means that the rule is invalid at parse time. That's probably ok, but it's definitely observable.

IIUC, clamping after parsing would involve evaluating that media query as if it was `(aspect-ratio: 1 / 1)`, right? Happy to make that change.

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

Received on Wednesday, 7 February 2018 00:10:20 UTC