- From: Jon Ferraiolo <jferraio@Adobe.COM>
- Date: Wed, 23 Feb 2000 16:59:48 -0800
- To: sdickson@savagesoftware.com (Steve Dickson)
- Cc: www-svg@w3.org
At 04:28 PM 2/18/00 -0800, Steve Dickson wrote:
>In the 'definitive' HTML version of the SVG 1.0 Specification working
>draft of December 3, 1999, the following entries appear in the interface
>definition for SVGSVGElement:
>
>interface SVGSVGElement : SVGStyledElement {
> ...
> SVGTransformList createSVGTransformList();
> SVGLengthList createSVGTransformList();
> ...
>};
>
>Note also that the entry:
> SVGLenghtList createSVGLengthList();
>is already defined in the existing interface.
>
>Is this an error and, if so, how should the corrected version of the IDL
>spec for SVGSVGElement read?
>
>S.
Yes, this is an error. Here is what it should say:
SVGLengthList createSVGLengthList ( );
SVGTransformList createSVGTransformList ( );
Thanks for pointing out the error.
Jon Ferraiolo
SVG Editor
Adobe Systems Incorporated
Received on Wednesday, 23 February 2000 19:57:36 UTC