[Bug 6474] New: Event handler DOM attributes on HTMLDocument

http://www.w3.org/Bugs/Public/show_bug.cgi?id=6474

           Summary: Event handler DOM attributes on HTMLDocument
           Product: HTML WG
           Version: unspecified
          Platform: Other
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Spec bugs
        AssignedTo: dave.null@w3.org
        ReportedBy: simonp@opera.com
         QAContact: public-html-bugzilla@w3.org
                CC: ian@hixie.ch, mike@w3.org, public-html@w3.org


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.


-- 
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 Tuesday, 27 January 2009 10:17:29 UTC