This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 27864 - Printing steps should apply "img environment changed" algorithm before and after printing and wait u [...]
Summary: Printing steps should apply "img environment changed" algorithm before and af...
Status: RESOLVED MOVED
Alias: None
Product: WHATWG
Classification: Unclassified
Component: HTML (show other bugs)
Version: unspecified
Hardware: Other All
: P3 normal
Target Milestone: Unsorted
Assignee: Ian 'Hixie' Hickson
QA Contact: contributor
URL: https://html.spec.whatwg.org/#printin...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-20 12:29 UTC by contributor
Modified: 2019-03-29 21:21 UTC (History)
7 users (show)

See Also:


Attachments

Description contributor 2015-01-20 12:29:56 UTC
Specification: https://html.spec.whatwg.org/multipage/webappapis.html
Multipage: https://html.spec.whatwg.org/multipage/#printing-steps
Complete: https://html.spec.whatwg.org/#printing-steps
Referrer: https://html.spec.whatwg.org/multipage/

Comment:
Printing steps should apply "img environment changed" algorithm before and
after printing and wait until the images have loaded before printing. Printing
the image that was chosen for screen results in a blurry image when printed.

https://github.com/ResponsiveImagesCG/picture-element/issues/230#issuecomment-
47816726

http://usecases.responsiveimages.org/#matching-media-features-and-media-types

Posted from: 212.247.211.200 by simonp@opera.com
User agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.28 Safari/537.36 OPR/27.0.1689.29 (Edition beta)
Comment 1 Simon Pieters 2015-01-20 12:33:01 UTC
Possibly the "img environment changed" algorithm should also act differently for printing, so that it doesn't abort the algorithm if a load is currently in progress.
Comment 2 Ian 'Hixie' Hickson 2015-01-22 17:03:31 UTC
Are UAs interested in implementing this?
Comment 3 Yoav Weiss 2015-01-23 09:05:06 UTC
I'm interested in implementing that in Blink.
Comment 4 Marcos Caceres 2015-01-23 09:07:11 UTC
I will be encouraging Mozilla to implement this as part of our responsive images solution.
Comment 5 Anne 2015-09-01 11:41:01 UTC
Yoav, interested in providing a PR? We could also merge this into https://github.com/whatwg/html/issues/52.
Comment 6 Domenic Denicola 2019-03-29 21:21:39 UTC
https://github.com/whatwg/html/issues/4482