Re: DOM Level 3 events

Peter Sorotokin wrote:
>> 2)  That the implementation is keeping the event listeners for the two 
>> types in
>>     separate lists (is this desirable?  Should registering a listener 
>> for both
>>     types involved make it get the event twice?).
> 
> You can do it per-listener rather than on per-list basis; but I'd keep 
> two separate lists.

In other words, a listener registered for both event names would indeed get the 
event twice?

Note that this is something that the spec should clearly state if it goes this 
route.

-Boris

Received on Tuesday, 18 January 2005 20:48:00 UTC