- From: Jonathan Neal via GitHub <sysbot+gh@w3.org>
- Date: Mon, 07 May 2018 18:23:45 +0000
- To: public-css-archive@w3.org
jonathantneal has just created a new issue for https://github.com/w3c/csswg-drafts: == [css-images-4] image-set 1x equivalence == Would an `image-set()` with a single `1x` image be equivalent to not using `image-set()` to begin with? Or is there a scenario where a browser should not meet the `1x` threshold? ```pcss header { background-image: image-set(url("image@1x.png") 1x); } ``` In other words, presuming the above code, is there a scenario where a browser supporting `image-set` would not attempt to use `image@1x.png`? Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/2653 using your GitHub account
Received on Monday, 7 May 2018 18:23:48 UTC