- From: <bugzilla@jessica.w3.org>
 - Date: Fri, 09 Sep 2011 23:12:16 +0000
 - To: www-dom@w3.org
 
http://www.w3.org/Bugs/Public/show_bug.cgi?id=14099
           Summary: Automatically define constructors on interfaces that
                    inherit from Event to be event constructors
           Product: WebAppsWG
           Version: unspecified
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DOM Core
        AssignedTo: annevk@opera.com
        ReportedBy: ian@hixie.ch
         QAContact: member-webapi-cvs@w3.org
                CC: mike@w3.org, www-dom@w3.org
Please change the following line:
   When an event constructor is invoked these steps must be run:
...to be instead something like:
   When a constructor is invoked for an interface that inherits from Event,
these steps must be run:
This would mean we wouldn't ever have to mention that the constructors are
event constructors, which would make defining event interfaces even easier!
-- 
Configure bugmail: http://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 Friday, 9 September 2011 23:12:17 UTC