Closed
Description
Originally reported on W3C Bugzilla ISSUE-20764 Thu, 24 Jan 2013 22:57:14 GMT
Reported by Olli Pettay
Assigned to
First, EventListener should not be used for onfoo handlers.
EventHandler is the right type (or in very special legacy cases OnErrorEventHandler).
But more importantly, if ScriptProcessorNode isn't EventTarget dispatching
event to it isn't really possible, and the event wouldn't have any
.target.
So, either ScriptProcessorNode needs to become EventTarget somehow, and
get normal event handling, or the callback needs to not use Event objects.
Metadata
Metadata
Assignees
Labels
No labels