[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

Boris Zbarsky <bzbarsky@mit.edu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|blocker                     |normal

--- Comment #8 from Boris Zbarsky <bzbarsky@mit.edu> 2011-09-03 05:48:29 UTC ---
I think that would work ok with a few caveats:

1)  We would need an onreadystatechange event right after onload (at least)
    without the readyState actually changing.
2)  I've never seen IE go into "complete" for external scripts in my testing;
    just for inline scripts (which never go into loaded).
3)  Need to define this stuff for inline scripts in general, etc.

-- 
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 Saturday, 3 September 2011 05:48:39 UTC