Skip to content

Commit

Permalink
Fix TextUpdateEvent.selectionStart (mdn#36966)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikecat authored Nov 25, 2024
1 parent 6c1df7c commit 76f2007
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ browser-compat: api.TextUpdateEvent.selectionStart

{{APIRef("EditContext API")}}{{SeeCompatTable}}

The **`TextUpdateEvent.selectionStart`** read-only property indicates the position of the end of the selection (or caret) within the text content of the editable region attached to the {{domxref("EditContext")}} object.
The **`TextUpdateEvent.selectionStart`** read-only property indicates the position of the start of the selection (or caret) within the text content of the editable region attached to the {{domxref("EditContext")}} object.

## Value

Expand Down

0 comments on commit 76f2007

Please sign in to comment.