This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 6263 - document.onreadystatechange
Summary: document.onreadystatechange
Status: CLOSED FIXED
Alias: None
Product: HTML WG
Classification: Unclassified
Component: pre-LC1 HTML5 spec (editor: Ian Hickson) (show other bugs)
Version: unspecified
Hardware: All All
: P2 normal
Target Milestone: ---
Assignee: Ian 'Hixie' Hickson
QA Contact: HTML WG Bugzilla archive list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-03 06:50 UTC by Simon Pieters
Modified: 2010-10-04 13:55 UTC (History)
3 users (show)

See Also:


Attachments

Description Simon Pieters 2008-12-03 06:50:44 UTC
The spec says to fire a readystatechanged event on Document, but in IE the event is called readystatechange (without the trailing 'd').

Also, the spec doesn't seem to have the DOM event handler attribute onreadystatechange on HTMLDocument.
Comment 1 Ian 'Hixie' Hickson 2008-12-29 11:06:41 UTC
Fixed the first part. The second part will be fixed when I go through and define all the event handlers to cover all the events in the spec.