Re: SVG12: DOM-based animation

Bjoern Hoehrmann wrote:
>* 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.

We have added the following to the description of the Timer event:


This event is only applicable to 'svg' elements.
The target of the event is the 'svg' element.

Thank you for your thorough review.  Please let us know shortly if  this 
does not address your concerns.

Andrew.

Received on Monday, 8 May 2006 15:27:09 UTC