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

Thanks! That matches Firefox as of right now.

Also just realized that we can't just absolutize the lenghts, because the initial font size used for `em` and such depends on the zoom level, so we would have to reparse the media queries instead of re-evaluate them when the zoom level changes, which would be unnecessarily complex.

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

Received on Wednesday, 24 January 2018 22:23:13 UTC