W3C

HTML 5

A vocabulary and associated APIs for HTML and XHTML

← 11. 10. Things that you can't do with this specification because they are better handled using other technologies that are further described hereinTable of contentsReferences →

Index

11.5. Events In the ECMAScript DOM binding, the ECMAScript native Function type must implement the EventListener interface such that invoking the handleEvent() method This section is non-normative.

List of that interface on the object from another language binding invokes the function itself, with the event argument as its only argument. In the ECMAScript binding itself, however, the handleEvent() method elements

List of the interface is not directly accessible on Function objects. Such functions, when invoked, must be called in the scope attributes

List of the browsing context that they were created in. interfaces

List of events