SVG12: cascading order vs animation

Dear Scalable Vector Graphics Working Group,

  In http://www.w3.org/TR/2004/WD-SVG12-20041027/ it is unclear how the
presentation values are considered in the style cascade. In particular,
it is unclear whether something like

  <rect style="fill:green" height="100" width="100">
    <set attributeType = "XML"
         attributeName = "fill"
         begin         = "0s"
         dur           = "1s"
         fill          = "freeze"
         to            = "red" />
  </rect>

would yield in a red rect. It seems obvious that it would not, but this
is not interoperably implemented. Please change the draft such that it
clearly defines the cascading order in the context of animation.

regards.
-- 
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 Sunday, 10 April 2005 22:17:14 UTC