Re: DOM Level 3 events

Hi Jon.

Jon Ferraiolo:
> However, you can register an event listener using either name. Your handler 
> will get invoked no matter whether you listen to the "error" event or the 
> "SVGError" event. I would assume that, when your handler receives the event 
> object, the event name would match the name of the event to which your 
> event listener was listening. Thus, if you listened for "SVGError", the 
> event type on the event object would be "SVGError".

Does this mean also that as the event bubbles (and captures) and goes to
different handlers, the type attribute should be changed to what each
particular handler is expecting?

Cameron

-- 
Cameron McCormack
|  Web: http://mcc.id.au/
|  ICQ: 26955922

Received on Tuesday, 18 January 2005 23:00:08 UTC