Re: [SVGMobile12] animation and getAttribute()

T Rowley wrote:
> When animation of an attribute is occuring, should getAttribute() return 
> the original document specified value or the current animation value?

The SVG specification doesn't modify definitions from the core DOM, so 
getAttribute() (or, since you're talking about SVG Mobile, 
getAttributeNS() as the non-NS version is absent there) is totally 
ignorant of animation and returns the base value.

-- 
Robin Berjon
   Research Scientist
   Expway, http://expway.com/

Received on Friday, 6 May 2005 19:12:44 UTC