[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 #18 from Kyle Simpson <w3c@getify.myspamkiller.com> 2011-09-06 22:07:10 UTC ---
(In reply to comment #17)
> 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.

According to my test, IE doesn't fire `onreadystatechange` for both "loaded"
and "complete", only one or the other. I haven't inspected whether it changes
the property without firing the event. That is quite funky if any UA's do that.

-- 
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 22:07:18 UTC