File tree 1 file changed +5
-4
lines changed 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -48656,10 +48656,11 @@ You cannot submit this form when the field is incorrect.</samp></pre>
48656
48656
<li><p>Invoke the <span>value sanitization algorithm</span>, if the element's <code
48657
48657
data-x="attr-input-type">type</code> attribute's current state defines one.</p></li>
48658
48658
48659
- <li><p>If the new value is different from <var>oldValue</var> and the element has a text entry
48660
- cursor position, move the text entry cursor position to the end of the text control,
48661
- unselecting any selected text and <span data-x="set the selection direction">resetting the
48662
- selection direction</span> to "<code data-x="">none</code>".</p></li>
48659
+ <li><p>If the element's <span data-x="concept-fe-value">value</span> (after applying the
48660
+ <span>value sanitization algorithm</span>) is different from <var>oldValue</var>, and the
48661
+ element has a text entry cursor position, move the text entry cursor position to the end of the
48662
+ text control, unselecting any selected text and <span data-x="set the selection
48663
+ direction">resetting the selection direction</span> to "<code data-x="">none</code>".</p></li>
48663
48664
</ol>
48664
48665
</dd>
48665
48666
You can’t perform that action at this time.
0 commit comments