Re: Setting animVal.value?

Brian Birtles:
> My main concern was actually with whether the CONTENTS of animVal are
> ALWAYS read only. I think that's implied by the new text:
> 
>    A read only SVGLength representing the current animated value of
> the given attribute.
> 
> although do we need to make explicit the fact that the CONTENTS of
> aanimVal re readonly?
> 
> In SVG 1.1 animVal was always readonly (i.e. you can't set
> animatedLength.animVal) but its contents were not (i.e. sometimes you can
> set animatedLength.animVal.value).
> 
> I think it would be better if we made that explicit, but I'll leave it with
> you.

I’ve made it more explicit now.  Let me know what you think:

  http://dev.w3.org/SVG/profiles/1.1F2/publish/types.html#InterfaceSVGAnimatedLength
  http://dev.w3.org/SVG/profiles/1.1F2/publish/types.html#InterfaceSVGLength

-- 
Cameron McCormack ≝ http://mcc.id.au/

Received on Tuesday, 18 August 2009 08:38:28 UTC