- From: <bugzilla@jessica.w3.org>
- Date: Fri, 23 Dec 2011 23:08:51 +0000
- To: www-dom@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=15330 Summary: MouseWheel.initWheelEvent error Product: WebAppsWG Version: unspecified Platform: PC OS/Version: Windows NT Status: NEW Severity: normal Priority: P2 Component: DOM3 Events AssignedTo: schepers@w3.org ReportedBy: brandonyoyoslade@gmail.com QAContact: member-webapi-cvs@w3.org CC: mike@w3.org, www-dom@w3.org In the latest editor's draft (4 Sep. 2011) which can be found at http://dev.w3.org/2006/webapi/DOM-Level-3-Events/html/DOM3-Events.html there is an error in the definition for the MouseWheel.initWheelEvent(...) method. http://dev.w3.org/2006/webapi/DOM-Level-3-Events/html/DOM3-Events.html#events-event-type-initWheelEvent In it is a parameter called modifiersListArg of type DOMString. The specification tells you to "Refer to the MouseEvent.initMouseEvent() method for a description of this parameter." Following the link to look at initMouseEvent shows that MouseEvent.initMouseEvent does not accept this parameter - in fact, it does not accept any DOMString parameter! I think that modifiersListArg is an error with the specification. If not, please correct me and tell me what it is for and how to deal with it. Thanks, Brandon -- 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 Friday, 23 December 2011 23:08:54 UTC