- From: <bugzilla@jessica.w3.org>
- Date: Tue, 06 Sep 2011 21:54:19 +0000
- To: public-html-bugzilla@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=13965 --- Comment #17 from Ian 'Hixie' Hickson <ian@hixie.ch> 2011-09-06 21:54:17 UTC --- The order in IE seems to be: uninitialized loading loaded* interactive complete*. It only fires the readystatechange event for those states marked with a *. The "load" event fires after the last readystatechange and is synchronous with script execution. The "interactive" state is set while the script is running. -- 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 Tuesday, 6 September 2011 21:54:21 UTC