Skip to content

Commit

Permalink
Enable selectionStart and selectionEnd for HTMLInputElement (#1811)
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinKavik authored and alexcrichton committed Oct 8, 2019
1 parent ebef7a7 commit c7514b7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/web-sys/webidls/enabled/HTMLInputElement.webidl
Expand Up @@ -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]
Expand Down

0 comments on commit c7514b7

Please sign in to comment.