This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
HTML5 needs to expose event handler DOM attributes on HTMLDocument. IE8, Firefox, WebKit and Opera support <script>document.onclick = function(e) { alert(1) }</script> and I'm pretty sure Web pages depend on this.