[Bug 15000] Don't fire load until the image is fully decodable. If the image is corrupt or unsupported, the spec says to fire load *and* error, but browsers don't do that.

https://www.w3.org/Bugs/Public/show_bug.cgi?id=15000

Ian 'Hixie' Hickson <ian@hixie.ch> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |NEW

--- Comment #2 from Ian 'Hixie' Hickson <ian@hixie.ch> 2012-01-31 21:00:50 UTC ---
I believe the spec matches reality here. Browsers fire 'load' before they
inspect the data in some cases. Do you have a test case demonstrating
otherwise?

-- 
Configure bugmail: https://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 Tuesday, 31 January 2012 21:00:53 UTC