diff --git a/source b/source index fe1a5d69817..d3fd64f860f 100644 --- a/source +++ b/source @@ -48656,10 +48656,11 @@ You cannot submit this form when the field is incorrect.
Invoke the value sanitization algorithm, if the element's type
attribute's current state defines one.
If the new value is different from oldValue and the element has a text entry
- cursor position, move the text entry cursor position to the end of the text control,
- unselecting any selected text and resetting the
- selection direction to "none
".
If the element's value (after applying the
+ value sanitization algorithm) is different from oldValue, and the
+ element has a text entry cursor position, move the text entry cursor position to the end of the
+ text control, unselecting any selected text and resetting the selection direction to "none
".