Skip to content

Commit

Permalink
add links to make understanding easier for `InputEvent.getTargetRange…
Browse files Browse the repository at this point in the history
…s()` (mdn#32759)
  • Loading branch information
fuchunhui authored Mar 20, 2024
1 parent a000324 commit 8ca15ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/en-us/web/api/inputevent/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ _This interface inherits properties from its parents, {{DOMxRef("UIEvent")}} and
_This interface inherits methods from its parents, {{DOMxRef("UIEvent")}} and {{DOMxRef("Event")}}._

- {{DOMxRef('InputEvent.getTargetRanges()')}}
- : Returns an array of static ranges that will be affected by a change to the DOM if the input event is not canceled.
- : Returns an array of {{domxref("StaticRange")}} objects that will be affected by a change to the DOM if the input event is not canceled.

## Specifications

Expand Down

0 comments on commit 8ca15ba

Please sign in to comment.