Re: SVGT 1.2: dynamic changes to <handler> elements

"Maciej Stachowiak" <mjs@apple.com> wrote in message 
news:342DB765-C2C1-4F74-BCB3-423572ED3DE5@apple.com...
> * Removing a <handler> element doesn't remove the corresponding event 
> handler on its observer.
> * Inserting a <handler> element doesn't add an event handler on its 
> observer unless this happens as part of parsing.
> * Changing the text contents of even an inline handler element  doesn't 
> change what happens when the event fires.
>
> All of these seem counter-intuitive, contrary to how the <listener> 
> element works, and contrary to how "onfoo" style inline event  attributes 
> work.

Er, this is exactly equivalent to how on ofoo inline events work I would 
say.  It's never been clearly specified in any specification.

Jim. 

Received on Wednesday, 28 December 2005 12:28:34 UTC