improve HTMLInputElement.selectionEnd description - #44142
Merged
Conversation
These changes bring the HTMLInputElement.selectionEnd page in line with changes I made yesterday to the selectionStart reference.
Contributor
|
Preview URLs (4 pages)
(comment last updated: 2026-09-01 09:04:46) |
chrisdavidmills
requested changes
May 18, 2026
chrisdavidmills
left a comment
Contributor
There was a problem hiding this comment.
Thanks, @clarkfannin. A few comments for you to consider.
Josh-Cena
requested review from
chrisdavidmills and
sideshowbarker
and removed request for
a team and
sideshowbarker
September 1, 2026 07:35
Member
|
These four pages are now made almost word-for-word identical, save for the property names and interface names. |
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
chrisdavidmills
approved these changes
Sep 1, 2026
chrisdavidmills
left a comment
Contributor
There was a problem hiding this comment.
Cool, this looks good to go, thanks @clarkfannin.
I made a few edits to improve the page structure (put the extended information in a "Description" section and added a subheading for the examples), but the content wasn't changed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
These changes bring the HTMLInputElement.selectionEnd page in line with changes I made yesterday to the selectionStart reference.
Description
Fixed grammar issues and tightened sentence structure, clarified the type of exception thrown
Motivation
To bring this reference in line with the selectionStart page I updated yesterday and improve readability and accuracy.
Additional details
N/A
Related issues and pull requests
Relates to #44137