2.1.4 [SVG1.1:2011] Section 8.5, DOM interfaces

V0035:

The specification states:

 DOM attribute normalizedPathSegList provides normalized access to the static/base contents of the d attribute where all path data commands are expressed in terms of the following subset of SVGPathSeg types: SVG_PATHSEG_MOVETO_ABS (M), SVG_PATHSEG_LINETO_ABS (L), SVG_PATHSEG_CURVETO_CUBIC_ABS (C) and SVG_PATHSEG_CLOSEPATH (z).and two lists to access the current animated values of the d attribute:

IE9 Mode, IE10 Mode, IE11 Mode, and EdgeHTML Mode (All Versions)

The normalizedPathSegList attribute is not supported.

C0025:

The specification defines the pathLength attribute of the SVGPathElement interface as follows:

 readonly attribute SVGAnimatedNumber pathLength;

IE9 Mode, IE10 Mode, IE11 Mode, and EdgeHTML Mode (All Versions)

The pathLength attribute is not supported.