Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Point to the correct parent of SVGDescElement (SVGElement, not SVGGeometryElement) #32433

Merged
merged 4 commits into from
Feb 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion files/en-us/web/api/svgcircleelement/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ _This interface also inherits properties from its parent, {{domxref("SVGGeometry

## Instance methods

_This interface has no methods but inherits methods from its parent, {{domxref("SVGGeometryElement")}}._
_Inherits methods from its parent interface, {{domxref("SVGGeometryElement")}}._

## Examples

Expand Down
4 changes: 2 additions & 2 deletions files/en-us/web/api/svgdescelement/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ The **`SVGDescElement`** interface corresponds to the {{SVGElement("desc")}} ele

## Instance properties

_This interface also inherits properties from its parent, {{domxref("SVGGeometryElement")}}._
_Inherits methods from its parent interface, {{domxref("SVGElement")}}._

## Instance methods

_This interface has no methods but inherits methods from its parent, {{domxref("SVGGeometryElement")}}._
_Inherits methods from its parent interface, {{domxref("SVGElement")}}._

## Specifications

Expand Down
4 changes: 2 additions & 2 deletions files/en-us/web/api/svgellipseelement/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The **`SVGEllipseElement`** interface provides access to the properties of {{SVG

## Instance properties

_This interface also inherits properties from its parent interface, {{domxref("SVGGeometryElement")}}._
_Inherits methods from its parent interface, {{domxref("SVGGeometryElement")}}._

- {{domxref("SVGEllipseElement.cx")}} {{ReadOnlyInline}}
- : This property returns a {{domxref("SVGAnimatedLength")}} reflecting the {{SVGAttr("cx")}} attribute of the given {{SVGElement("ellipse")}} element.
Expand All @@ -26,7 +26,7 @@ _This interface also inherits properties from its parent interface, {{domxref("S

## Instance methods

_This interface doesn't implement any specific methods, but inherits methods from its parent interface, {{domxref("SVGGeometryElement")}}._
_Inherits methods from its parent interface, {{domxref("SVGGeometryElement")}}._

## Example

Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/api/svglineelement/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ _This interface also inherits properties from its parent, {{domxref("SVGGeometry

## Instance methods

_This interface doesn't implement any specific methods, but inherits methods from its parent interface, {{domxref("SVGGeometryElement")}}._
_Inherits methods from its parent interface, {{domxref("SVGGeometryElement")}}._

## Specifications

Expand Down
Loading