This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
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.
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.