Enable selectionStart and selectionEnd for HTMLInputElement (#1811)

This commit is contained in:
Martin Kavík 2019-10-08 18:58:59 +02:00 committed by Alex Crichton
parent ebef7a7aa7
commit c7514b7ee8

View File

@ -120,12 +120,10 @@ interface HTMLInputElement : HTMLElement {
void select();
/* TODO optional u32 not supported
[Throws]
attribute unsigned long? selectionStart;
[Throws]
attribute unsigned long? selectionEnd;
*/
[Throws]
attribute DOMString? selectionDirection;
[Throws]