diff --git a/files/en-us/web/api/svgrectelement/x/index.md b/files/en-us/web/api/svgrectelement/x/index.md index fd51f947b4e2ad1..419d0b5acdda6f8 100644 --- a/files/en-us/web/api/svgrectelement/x/index.md +++ b/files/en-us/web/api/svgrectelement/x/index.md @@ -10,7 +10,7 @@ browser-compat: api.SVGRectElement.x The **`x`** read-only property of the {{domxref("SVGRectElement")}} interface describes the horizontal coordinate of the position of an SVG rectangle as a {{domxref("SVGAnimatedLength")}}. The `` is a length in the user coordinate system that is the given distance from the origin of the user coordinate system along the x-axis. Its syntax is the same as that for [``](/en-US/docs/Web/SVG/Content_type#length). -It reflects the {{SVGElement("rect")}} element's {{SVGAttr("x")}} presentational attribute value. The CSS {{cssxref("x")}} property takes precedence over the SVG `x` presentational attribute, so the value may not reflect the elements appearance. The default value is `0`. +It reflects the {{SVGElement("rect")}} element's {{SVGAttr("x")}} geometric attribute value. The CSS {{cssxref("x")}} property takes precedence over the SVG `x` geometric attribute, so the value may not reflect the elements appearance. The default value is `0`. ## Value diff --git a/files/en-us/web/api/svgrectelement/y/index.md b/files/en-us/web/api/svgrectelement/y/index.md index 7c5de407a051990..fd81bad5407b547 100644 --- a/files/en-us/web/api/svgrectelement/y/index.md +++ b/files/en-us/web/api/svgrectelement/y/index.md @@ -10,7 +10,7 @@ browser-compat: api.SVGRectElement.y The **`y`** read-only property of the {{domxref("SVGRectElement")}} interface describes the vertical coordinate of the position of an SVG rectangle as a {{domxref("SVGAnimatedLength")}}. The `` is a length in the user coordinate system that is the given distance from the origin of the user coordinate system along the y-axis. Its syntax is the same as that for [``](/en-US/docs/Web/SVG/Content_type#length). -It reflects the {{SVGElement("rect")}} element's {{SVGAttr("y")}} presentational attribute value. The CSS {{cssxref("y")}} property takes precedence over the SVG `y` presentational attribute, so the value may not reflect the elements appearance. The default value is `0`. +It reflects the {{SVGElement("rect")}} element's {{SVGAttr("y")}} geometric attribute value. The CSS {{cssxref("y")}} property takes precedence over the SVG `y` attribute, so the value may not reflect the elements appearance. The default value is `0`. ## Value