On Wed, 2002-10-02 at 04:12, Christian Parpart wrote: > I'd prever an setCurrentTarget function getting a parameter of type > "EventTarget". It is indeed a clear mistake in the CustomEvent interface. Even if it is expected that every node would implement the EventTarget interface, this module could be reuse outside the context of a DOM tree (with the DOM CSS for example). > Furthermore: > > The EventTarget's function addEventListener.addEventListenerXX does only put > the new listener into the list if it is unique, other wise the duplicate is > discarded. What duplicate? The old one or the new one? Given that they are duplicate, i.e. the same event listener, does this really matter? > And, what's equality > in the EventListener's object? Must the EventListener be of the same > interface? or even the same instance (object)? The same event listener, i.e. the same function reference is the case of ECMAScript or the same object instance in Java. PhilippeReceived on Wednesday, 2 October 2002 08:32:18 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Thursday, 3 May 2007 00:17:15 GMT