diff --git a/.vscode/dictionaries/code-entities.txt b/.vscode/dictionaries/code-entities.txt index 6422154d7d43853..ee5f311fae2dbe8 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 @@ -594,7 +595,6 @@ reflectionchange removestream replacewithcommas replacewithspaces -RFCOMM RGBX RGUI richlistbox diff --git a/.vscode/dictionaries/proper-names.txt b/.vscode/dictionaries/proper-names.txt index 33f75b176a79d3b..dce0d65f7a8d268 100644 --- a/.vscode/dictionaries/proper-names.txt +++ b/.vscode/dictionaries/proper-names.txt @@ -314,6 +314,7 @@ Leitura Lemieux Lempel Lennart +leptos Lesh Lexi Leyla diff --git a/.vscode/dictionaries/terms-abbreviations.txt b/.vscode/dictionaries/terms-abbreviations.txt index c1b55082d726f0f..a5ae1a6c676f117 100644 --- a/.vscode/dictionaries/terms-abbreviations.txt +++ b/.vscode/dictionaries/terms-abbreviations.txt @@ -562,6 +562,7 @@ retarget retargeted retargeting retargetings +RFCOMM RGTC roadmaps Rockhopper 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