SVGT 1.2: mention of removeEventListener for <listener> element

Section 15.4 says:

"Whenever a 'listener' element is removed (via uDOM, discard, ...),  
the behavior is the same as if the removeEventListener method was  
called on the observer element on which the event listener was  
registered."

removeEventListener with what arguments? Does inserting a <listener>  
act as if the addEventListener method was called? The spec doesn't  
say. Neither does XML Events make any such claim. But if this is the  
intent, then again I'd ask with what arguments?

Regards,
Maciej

Received on Thursday, 29 December 2005 00:15:51 UTC