Re: [csswg-drafts] [css-ui-4] Showing crisp cursors

> Isn't everything with image-set() already doable with @media (resolution)?

No:
- you'd need to be able to set the cursor's width and size independently from it's intrinsic size, which you currently cannot do. (you can do it on background images, but not on cursors). Absent that, you need a way to indicate the intrinsic resolution of the image, so that it gets scaled correctly. `image-set()` provides that.
- `image-set()` allows the browser to be smart about which image to load (based on bandwidth, screen resolution, presence of multiple displays, etc). `@media` does not.

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

Received on Tuesday, 3 April 2018 03:55:23 UTC