diff --git a/files/en-us/web/api/svganimatedlengthlist/animval/index.md b/files/en-us/web/api/svganimatedlengthlist/animval/index.md index 97333fb7daf4eb4..720b21996b64728 100644 --- a/files/en-us/web/api/svganimatedlengthlist/animval/index.md +++ b/files/en-us/web/api/svganimatedlengthlist/animval/index.md @@ -16,9 +16,6 @@ This property provides access to the current animated state of the attribute as An {{domxref("SVGLengthList")}} object representing the animated value of the attribute. The list contains one or more items corresponding to the individual lengths, percentages, or numbers specified in the attribute. -- If the attribute is being animated, `animVal` reflects the animation's progress in real time. -- If the attribute is not animated, `animVal` is identical to {{domxref("SVGAnimatedLengthList.baseVal")}}. - ## Specifications {{Specifications}} diff --git a/files/en-us/web/api/svganimatedlengthlist/baseval/index.md b/files/en-us/web/api/svganimatedlengthlist/baseval/index.md index 2b020c02e93057b..2c21e48b09eeee8 100644 --- a/files/en-us/web/api/svganimatedlengthlist/baseval/index.md +++ b/files/en-us/web/api/svganimatedlengthlist/baseval/index.md @@ -14,9 +14,7 @@ This property provides access to the initial or static value of the associated a ## Value -An {{domxref("SVGLengthList")}} object representing the base value of the attribute. The list contains one or more items corresponding to the individual lengths, percentages, or numbers specified in the attribute. - -- Changes to the `SVGLengthList` reflected by `baseVal` directly update the attribute on the SVG element. +An {{domxref("SVGLengthList")}} object representing the base value of the attribute. ## Specifications