Open
Bug 1107646
(image-set)
Opened 5 years ago
Updated 19 days ago
Implement image-set().
Categories
(Core :: CSS Parsing and Computation, enhancement, P2)
Core
CSS Parsing and Computation
P2
Tracking
()
NEW
People
(Reporter: marcosc, Unassigned)
References
(Blocks 4 open bugs, )
Details
(Keywords: dev-doc-needed, Whiteboard: [tw-dom][layout:backlog])
Implement image-set from CSS Image Values and Replaced Content Module Level 3 to enable a complete responsive images solution.
| Reporter | ||
Updated•5 years ago
|
| Reporter | ||
Updated•5 years ago
|
Blocks: responsive-images
| Reporter | ||
Updated•5 years ago
|
Alias: image-set
Up to now, only Firefox and IE (Edge) does not support image-set. http://caniuse.com/#feat=css-image-set
Updated•4 years ago
|
Whiteboard: [tw-dom]
Comment 2•3 years ago
|
||
https://github.com/w3c/csswg-drafts/issues/1148 suggests to move this feature to css-images-4 due to a lack of implementations. Sebastian
Updated•3 years ago
|
Blocks: css-images-3
Comment 3•2 years ago
|
||
Can you please implement image-set() ? When devicePixelRatio is more than 1, and I use the custom cursor (PNG image), Firefox scales up the cursor according to devicePixelRatio (so it is blurry). W3C suggests to solve it with image-set() (which already works in Chrome for several years).
Comment 4•2 years ago
|
||
I want to do some cleanup of style images in bug 1440305 once I'm back from vacation. I'll do it with implementing this into account, so that implementing this is trivial-ish after that.
Depends on: 1440305
Summary: Implement image-set from CSS Image Values and Replaced Content Module Level 3 → Implement image-set().
Updated•2 years ago
|
| Comment hidden (advocacy) |
| Comment hidden (advocacy) |
| Comment hidden (offtopic) |
| Comment hidden (offtopic) |
Updated•9 months ago
|
Type: defect → enhancement
Updated•3 months ago
|
Updated•2 months ago
|
Priority: -- → P2
Updated•2 months ago
|
Whiteboard: [tw-dom] → [tw-dom][layout:backlog]
Comment 9•1 month ago
|
||
Webkit nightly now supports most of the standard syntax:
https://trac.webkit.org/changeset/255228/webkit
https://trac.webkit.org/changeset/254861/webkit
https://trac.webkit.org/changeset/254406/webkit
It's been unprefixed in webkit for a long time.
New PR for WPT with comprehensive web platform tests:
https://github.com/web-platform-tests/wpt/pull/21539
Chromium bug to unprefix:
https://bugs.chromium.org/p/chromium/issues/detail?id=630597&q=image-set&can=2
You need to log in
before you can comment on or make changes to this bug.
Description
•