Re: SVGTransformList WebIDL

On 20/12/12 5:10 PM, David Zbarsky wrote:
> Should the following change be made to the WebIDL for SVGTransformList?
>
> -  SVGTransform consolidate();
> +  SVGTransform? consolidate();
>
> The spec says consolidate returns "The resulting SVGTransform object
> which becomes single item in the list. If the list was empty, then a
> value of null is returned. "

Thanks, fixed.

Received on Thursday, 20 December 2012 06:33:34 UTC