[web-animations] Wrong attribute name "path"

Description of path parameter of MotionPathEffect constructor
(http://w3c.github.io/web-animations/#the-motionpatheffect-interface)
reads "The resulting SVGPathSegList is assigned to the path attribute of
the generated object without copying". There's no path attribute in
MotionPathEffect interface. There's "segments" attribute which returns
SVGPathSegList.
--
Regards,
Sergey G. Grekhov

Received on Wednesday, 1 October 2014 15:33:09 UTC