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: 26955922Received on Tuesday, 18 January 2005 23:00:08 UTC
This archive was generated by hypermail 2.3.1 : Wednesday, 8 March 2017 09:47:01 UTC