Negative animation Begin value and small error

Why is nagative begin value not supported (error) in SVG? SMIL supports 
negative begin values! I would like to set A wallclock time in the past.

offset-value ::= ( S? \"+\" | \"-\" S? )? ( Clock-value ) 
For SMIL Animation, this describes the element begin as an offset from an 
implicit syncbase. For SVG, the implicit syncbase begin is defined to be 
relative to the document begin. SInce the document end in SVG is always 
undetermined, a negative offset value in SVG is always an error.


Small error:
the link for ISO8601 is incorrect

\"wallclock-sync-value : wallclock(\" wallclock-value \")\" 
Describes the element begin as a real-world clock time. The wallclock time 
syntax is based upon syntax defined in [ISO8601]. 


iztok jeras
www.rattus.info

Received on Monday, 18 February 2002 07:45:40 UTC