[Bug 17556] New: HTML should define EventHandler so other specs can use it

https://www.w3.org/Bugs/Public/show_bug.cgi?id=17556

           Summary: HTML should define EventHandler so other specs can use
                    it
           Product: HTML WG
           Version: unspecified
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: HTML5 spec (editor: Ian Hickson)
        AssignedTo: ian@hixie.ch
        ReportedBy: w3c@marcosc.com
         QAContact: public-html-bugzilla@w3.org
                CC: mike@w3.org, public-html-wg-issue-tracking@w3.org,
                    public-html@w3.org


In [1] Cam suggested that the following be added to DOM4 - so that authors
could just use EventHandler instead of [TreatNonCallableAsNull] everywhere:

  [TreatNonCallableAsNull] callback EventHandler = void (Event event);

But in [2], Anne said that it was to be defined in HTML. 

[1] http://lists.w3.org/Archives/Public/www-dom/2012AprJun/0163.html
[2] http://lists.w3.org/Archives/Public/www-dom/2012AprJun/0165.html

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

Received on Wednesday, 20 June 2012 09:14:18 UTC