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

@emilio WebKit serializes that as `calc(1em + 10px)`. After more testing, it appears that calc with a length in all properties (in both WebKit and Chrome) is serialized to `calc(<length>)` whereas calc with a number is serialized to `<number>`.

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

Received on Wednesday, 24 January 2018 22:10:50 UTC