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

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

Boris Zbarsky <bzbarsky@mit.edu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bzbarsky@mit.edu

--- Comment #4 from Boris Zbarsky <bzbarsky@mit.edu> 2010-09-29 14:01:40 UTC ---
> What do you do with drawImage() 

Gecko will synchronously complete the decode there, I believe.

To be clear, "complete" in Gecko means that we have all the raw image bytes. 
We might not have done the decoding yet, though.

-- 
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, 29 September 2010 14:01:46 UTC