- From: Emilio Cobos Álvarez via GitHub <sysbot+gh@w3.org>
- Date: Wed, 07 Feb 2018 00:10:05 +0000
- To: public-css-archive@w3.org
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