Skip to content

Commit

Permalink
Fix links for other references (mdn#18501)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfuji09 authored Jul 19, 2022
1 parent 294e54f commit 6d76783
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion files/en-us/web/api/dompoint/dompoint/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,6 @@ newTopLeft.y += 100;

## See also

- {{domxref("DOMPointReadOnly.DOMPoint", "DOMPointReadOnly()")}}
- {{domxref("DOMPointReadOnly.DOMPointReadOnly", "DOMPointReadOnly()")}}
- {{domxref("DOMRect")}}
- {{domxref("DOMMatrix")}}
8 changes: 4 additions & 4 deletions files/en-us/web/api/dompoint/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ _`DOMPoint` inherits methods from its parent, {{domxref("DOMPointReadOnly")}}._

_`DOMPoint` inherits properties from its parent, {{domxref("DOMPointReadOnly")}}._

- {{domxref("DOMPointReadOnly.x", "DOMPoint.x")}}
- {{domxref("DOMPoint.x")}}
- : The `x` coordinate of the `DOMPoint`.
- {{domxref("DOMPointReadOnly.y", "DOMPoint.y")}}
- {{domxref("DOMPoint.y")}}
- : The `y` coordinate of the `DOMPoint`.
- {{domxref("DOMPointReadOnly.z", "DOMPoint.z")}}
- {{domxref("DOMPoint.z")}}
- : The `z` coordinate of the `DOMPoint`.
- {{domxref("DOMPointReadOnly.w", "DOMPoint.w")}}
- {{domxref("DOMPoint.w")}}
- : The perspective value of the `DOMPoint`.

## Examples
Expand Down

0 comments on commit 6d76783

Please sign in to comment.