Bug 206142 - image-set: Support dpi-based image selection and not just (x)
Summary: image-set: Support dpi-based image selection and not just (x)
Status: RESOLVED DUPLICATE of bug 100120
Alias: None
Product: WebKit
Classification: Unclassified
Component: Images (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: BrowserCompat, WPTImpact
Depends on:
Blocks:
 
Reported: 2020-01-12 02:05 PST by Noam Rosenthal
Modified: 2021-09-07 03:02 PDT (History)
6 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Noam Rosenthal 2020-01-12 02:05:28 PST
See https://drafts.csswg.org/css-images-4/#typedef-image-set-option
Currently only background-image: image-set( "foo.png" 1x, url("foo-2x.png") 2x) is supported.

Need to support:

image-set( "foo.png" 1x, url("foo-2x.png") 2x, "foo-print.png" 600dpi );
Comment 1 Simon Fraser (smfr) 2020-01-13 11:04:24 PST
I'm assuming that there are WPT that test this?
Comment 2 Sam Sneddon [:gsnedders] 2021-09-07 03:02:21 PDT

*** This bug has been marked as a duplicate of bug 100120 ***