Skip to content

Commit

Permalink
fix: see also section with relevant links
Browse files Browse the repository at this point in the history
  • Loading branch information
yashrajbharti committed Dec 6, 2024
1 parent f903384 commit 6798500
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 3 additions & 1 deletion files/en-us/web/api/svganimatedlengthlist/animval/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,7 @@ An {{domxref("SVGLengthList")}} object representing the animated value of the at

## See also

- {{domxref("SVGAnimatedLengthList")}}
- [`<length>`](/en-US/docs/Web/SVG/Content_type#length)
- [`<percentage>`](/en-US/docs/Web/SVG/Content_type#percentage)
- [`<number>`](/en-US/docs/Web/SVG/Content_type#number)
- {{domxref("SVGLengthList")}}
4 changes: 3 additions & 1 deletion files/en-us/web/api/svganimatedlengthlist/baseval/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,7 @@ An {{domxref("SVGLengthList")}} object representing the base value of the attrib

## See also

- {{domxref("SVGAnimatedLengthList")}}
- [`<length>`](/en-US/docs/Web/SVG/Content_type#length)
- [`<percentage>`](/en-US/docs/Web/SVG/Content_type#percentage)
- [`<number>`](/en-US/docs/Web/SVG/Content_type#number)
- {{domxref("SVGLengthList")}}
4 changes: 2 additions & 2 deletions files/en-us/web/api/svganimatedlengthlist/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,14 @@ The `SVGAnimatedLengthList` interface is used for attributes of type {{ domxref(
</thead>
<tbody>
<tr>
<td><code>{{domxref("SVGAnimatedLengthList.baseVal")}}</code></td>
<td><code>{{domxref("SVGAnimatedLengthList.baseVal", "baseVal")}}</code></td>
<td>{{ domxref("SVGLengthList") }}</td>
<td>
The base value of the given attribute before applying any animations.
</td>
</tr>
<tr>
<td><code>{{domxref("SVGAnimatedLengthList.animVal")}}</code></td>
<td><code>{{domxref("SVGAnimatedLengthList.animVal", "animVal")}}</code></td>
<td>{{ domxref("SVGLengthList") }}</td>
<td>
A read only {{ domxref("SVGLengthList") }} representing the
Expand Down

0 comments on commit 6798500

Please sign in to comment.