From c7514b7ee8c2531743fed2a48aabb49f611c764a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Kav=C3=ADk?= Date: Tue, 8 Oct 2019 18:58:59 +0200 Subject: [PATCH] Enable selectionStart and selectionEnd for HTMLInputElement (#1811) --- crates/web-sys/webidls/enabled/HTMLInputElement.webidl | 2 -- 1 file changed, 2 deletions(-) diff --git a/crates/web-sys/webidls/enabled/HTMLInputElement.webidl b/crates/web-sys/webidls/enabled/HTMLInputElement.webidl index fbc9745b1ee..e857e1ae9fe 100644 --- a/crates/web-sys/webidls/enabled/HTMLInputElement.webidl +++ b/crates/web-sys/webidls/enabled/HTMLInputElement.webidl @@ -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]