WebApps-ISSUE-185 (handleEvent): Functions that Implement the EventListener Interface [DOM3 Events]

WebApps-ISSUE-185 (handleEvent): Functions that Implement the EventListener Interface [DOM3 Events]

http://www.w3.org/2008/webapps/track/issues/185

Raised by: Jacob Rossi
On product: DOM3 Events

LC issue raised on the behalf of Rob Brackett.

A fragment sentence seems to be left over in the description of EventListener:

> The listener parameter must be an object which implements the EventListener interface, such as a reference to a .
> 
> The listener parameter must be either an object that implements the EventListener interface, or a function. If listener is a function then it must be used as the callback for the event; otherwise, if listener implements EventTarget, then its handleEvent method must be used as the callback.
> 
> The listener parameter takes an object defined by the author which implements the EventListener interface and contains the method to be called when the event occurs.
> 

Received on Tuesday, 16 August 2011 18:08:17 UTC