- From: <bugzilla@jessica.w3.org>
- Date: Mon, 09 Sep 2013 06:45:28 +0000
- To: www-dom@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=23186
Bug ID: 23186
Summary: EventListener argument of addEventListener and
removeEventListener should not be nullable
Product: WebAppsWG
Version: unspecified
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P2
Component: DOM3 Events
Assignee: travil@microsoft.com
Reporter: masayuki@d-toybox.com
QA Contact: public-webapps-bugzilla@w3.org
CC: mike@w3.org, www-dom@w3.org
The definition table of arguments of addEventListener and removeEventListenr
defines the EventListener as nullable ("✔").
However, the explanation documents: The listener parameter MUST be an object
that implements the EventListener interface or a function.
Additionally, I have no idea the purpose of the argument nullable.
So, I think that they should be "✘".
--
You are receiving this mail because:
You are on the CC list for the bug.
Received on Monday, 9 September 2013 06:45:29 UTC