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