[Bug 13965] Exposing onreadystatechange on script elements seems to not be web-compatible unless they fire the event

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