Re: SVG12: DOM-based animation

* Chris Lilley wrote:
>  <handler type="application/ecmascript" ev:event="timer">
>        if (evt.target == mytimer)
>        {
>        showAndGrowElement();
>        }
>  </handler>

This is one of the reasons why the example can't work as expected, the
'timer' event is only ever dispatched to the event listeners registered
on the Timer object, not to any node in the document. At least the draft
does not mention that.
-- 
Björn Höhrmann · mailto:bjoern@hoehrmann.de · http://bjoern.hoehrmann.de
Weinh. Str. 22 · Telefon: +49(0)621/4309674 · http://www.bjoernsworld.de
68309 Mannheim · PGP Pub. KeyID: 0xA4357E78 · http://www.websitedev.de/ 

Received on Friday, 23 December 2005 10:52:57 UTC