[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 #15 from Boris Zbarsky <bzbarsky@mit.edu> 2011-09-05 03:29:33 UTC ---
Per comment 1, any UA which has an "onreadystatechange" property on <script>
must also at some point fire a "readystatechange" event at a point when
.readyState returns either "loaded" or "complete".  Not doing that breaks at
least Yandex.

It's not clear to me that your last proposal has this property.

-- 
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 Monday, 5 September 2011 03:29:46 UTC