You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems the current HTML specification doesn't define the initial value of selectionDirection.
The initial state of INPUT and TEXTAREA is "a text entry cursor at the beginning of the control." selectionStart and selectionEnd in a case of text entry cursor are defined, but selectionDirection is not defined in such case.
Actual initial value in major UAs is "none" if the platform supports it, or "forward". I remember some of WPT tests already imply it.
The text was updated successfully, but these errors were encountered:
It seems the current HTML specification doesn't define the initial value of selectionDirection.
The initial state of INPUT and TEXTAREA is "a text entry cursor at the beginning of the control."
selectionStart
andselectionEnd
in a case of text entry cursor are defined, butselectionDirection
is not defined in such case.Actual initial value in major UAs is "none" if the platform supports it, or "forward". I remember some of WPT tests already imply it.
The text was updated successfully, but these errors were encountered: