Re: Proposed change in removeEventHandler semantics

>
> Well, I always found its current specification to be a bit strange,
> in part because it was unmotivated.  Before changing it I'd like to
> hear the rationale:  why was it originally specified that way?
>

I believe that the intent was to make the set of Event listeners invoked be
independent of the order that the events are delivered.  The order of
delivery is left undefined by the specification.

  -- Andy

Received on Sunday, 26 March 2000 11:35:26 UTC