[Bug 9895] HTMLImageElement's "complete" attribute definition implies immediate image decoding

http://www.w3.org/Bugs/Public/show_bug.cgi?id=9895

--- Comment #6 from Adrian Bateman [MSFT] <adrianba@microsoft.com> 2010-10-13 19:10:10 UTC ---
In IE, load fires and complete is set to true when the download is complete and
the the image is decoded. We don't carry out the decoding synchronously -
making this sometimes synchronous doesn't seem like the best optimisation for
web developers.

We are investigating several optimisations in this area but all of them ensure
that load and complete continue to mean the image is ready for immediate use.

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Wednesday, 13 October 2010 19:10:12 UTC