diff --git a/.vscode/dictionaries/code-entities.txt b/.vscode/dictionaries/code-entities.txt index 6422154d7d43853..93b2d3b987fbd79 100644 --- a/.vscode/dictionaries/code-entities.txt +++ b/.vscode/dictionaries/code-entities.txt @@ -299,6 +299,7 @@ importmap imscjs inactivetitlebarcolor indexeddb-examples +indexifembedded inputreport inputsourceschange intl.uidirection.locale @@ -363,6 +364,7 @@ layers.offmainthreadcomposition leavepictureinpicture legacycaller lepc +leptos levelchange libfdk_aac libvorbis diff --git a/files/en-us/web/api/svganimatednumber/baseval/index.md b/files/en-us/web/api/svganimatednumber/baseval/index.md index 8bdaed8547af1e1..a9dc08d928ef5ea 100644 --- a/files/en-us/web/api/svganimatednumber/baseval/index.md +++ b/files/en-us/web/api/svganimatednumber/baseval/index.md @@ -10,7 +10,7 @@ browser-compat: api.SVGAnimatedNumber.baseVal The **`baseVal`** property of the {{domxref("SVGAnimatedNumber")}} interface represents the base (non-animated) value of an animatable numeric attribute. -Some animateable SVG attributes accept a single numeric value, such as the {{SVGAttr("radius")}} attribute of the {{SVGElement("circle")}} or {{SVGElement("ellipse")}} elements and the {{SVGAttr("width")}} and {{SVGAttr("height")}} attributes of the {{SVGElement("rect")}} element, and many others. The `baseVal` property reflects and updates the base, or non-animated, value of the numeric attribute. +Some animatable SVG attributes accept a single numeric value, such as the {{SVGAttr("radius")}} attribute of the {{SVGElement("circle")}} or {{SVGElement("ellipse")}} elements and the {{SVGAttr("width")}} and {{SVGAttr("height")}} attributes of the {{SVGElement("rect")}} element, and many others. The `baseVal` property reflects and updates the base, or non-animated, value of the numeric attribute. ## Value