mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-04 07:36:50 +00:00
Now that the implementation is in FormAssociatedElement, the implementation in HTMLInputElement is effectively just a passthrough, with some minor differences to handle small behavioural quirks between the two (such as the difference in nullability of types).
8 lines
274 B
Plaintext
8 lines
274 B
Plaintext
Well hello friends text selectionStart: 0
|
|
text selectionEnd: 0
|
|
date selectionStart: null
|
|
date selectionEnd: null
|
|
text selectionStart: 18
|
|
text selectionEnd: 18
|
|
date input setting selectionStart error: InvalidStateError: setSelectionStart does not apply to this input type
|