Re: ISSUE-2 (OnFoo Attributes): Event Handler Attributes (onfoo Attributes) and Add/Remove Event Listener [DOM3 Events]

No browsers do that. I'd say leave it as is.

>>
>
> I don't think any browser exposes these currently via addEventListener/
> removeEventListener, but they do participate in the event dispatch
> order. Another way to look at it is: they are added, but the function
> created from the attribute is not added directly, it is wrapped with
> an event listener that cannot be observed from JavaScript.
>

Right; event handler properties and events added via addEventListener
are two separate things.

Can the issue be closed?

Garrett

Received on Thursday, 21 October 2010 00:52:01 UTC