SVGTransformList WebIDL

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. "

-- 
Best Regards,
David Zbarsky

Received on Thursday, 20 December 2012 06:11:11 UTC