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

For the two browsers that currently implement this (Firefox and WebKit), both examples above serialize to `(min-aspect-ratio: 1 / 1)`. I'm working on implementing this in Chrome, and the current setup would serialize the same as Firefox/WebKit. It would seem this isn't spec-compliant behavior, but since 2/4 browsers are currently shipping without the `calc()` wrapper, maybe that should be changed?

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

Received on Wednesday, 24 January 2018 13:52:45 UTC