Skip to content

Commit a1c7bf0

Browse files
sideshowbarkerdomenic
authored andcommitted
Editorial: Fix “should” in input/textarea domintro
This change replaces an accidental occurrence of the RFC 2119 keyword “should” in the domintro for attributes and methods related to selection inside “input” and “textarea” element content.
1 parent d4d1178 commit a1c7bf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54577,7 +54577,7 @@ MIT Room 32-G524
5457754577

5457854578
<p>Replaces a range of text with the new text. If the <var>start</var> and <var>end</var> arguments are not provided, the range is assumed to be the selection.</p>
5457954579

54580-
<p>The final argument determines how the selection should be set after the text has been
54580+
<p>The final argument determines how the selection will be set after the text has been
5458154581
replaced. The possible values are:</p>
5458254582

5458354583
<dl>

0 commit comments

Comments
 (0)