Skip to content

Commit c7514b7

Browse files
MartinKavikalexcrichton
authored andcommitted
Enable selectionStart and selectionEnd for HTMLInputElement (#1811)
1 parent ebef7a7 commit c7514b7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

crates/web-sys/webidls/enabled/HTMLInputElement.webidl

-2
Original file line numberDiff line numberDiff line change
@@ -120,12 +120,10 @@ interface HTMLInputElement : HTMLElement {
120120

121121
void select();
122122

123-
/* TODO optional u32 not supported
124123
[Throws]
125124
attribute unsigned long? selectionStart;
126125
[Throws]
127126
attribute unsigned long? selectionEnd;
128-
*/
129127
[Throws]
130128
attribute DOMString? selectionDirection;
131129
[Throws]

0 commit comments

Comments
 (0)