From e728a7ee9e7ceca68d3a33191df4e1e634af93fe Mon Sep 17 00:00:00 2001 From: Huston Bokinsky Date: Tue, 14 May 2019 14:58:06 -0700 Subject: [PATCH] Enable text area selectionStart and selectionEnd calls. --- crates/web-sys/webidls/enabled/HTMLTextAreaElement.webidl | 2 -- 1 file changed, 2 deletions(-) diff --git a/crates/web-sys/webidls/enabled/HTMLTextAreaElement.webidl b/crates/web-sys/webidls/enabled/HTMLTextAreaElement.webidl index a54e367d9..2a254e504 100644 --- a/crates/web-sys/webidls/enabled/HTMLTextAreaElement.webidl +++ b/crates/web-sys/webidls/enabled/HTMLTextAreaElement.webidl @@ -64,12 +64,10 @@ interface HTMLTextAreaElement : HTMLElement { readonly attribute NodeList labels; void select(); -/* TODO Optional u32 not supported [Throws] attribute unsigned long? selectionStart; [Throws] attribute unsigned long? selectionEnd; -*/ [Throws] attribute DOMString? selectionDirection; [Throws]