- From: Emilio Cobos Álvarez via GitHub <sysbot+gh@w3.org>
- Date: Sat, 16 Jun 2018 17:12:24 +0000
- To: public-css-archive@w3.org
Yeah, though even if it's detectable it's kind of a pain to detect, you need to start accumulating tokens and doing lookahead instead of just looking at the feature name. Is `(100px < width < 500px)` really so much more useful than `(width > 100px) and (width < 500px)` to justify the implementation complexity? -- GitHub Notification of comment by emilio Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/2791#issuecomment-397826611 using your GitHub account
Received on Saturday, 16 June 2018 17:12:26 UTC