Skip to content

Commit

Permalink
Merge pull request #1533 from wayeast/master
Browse files Browse the repository at this point in the history
Enable text area selectionStart and selectionEnd calls.
  • Loading branch information
fitzgen committed May 14, 2019
2 parents 827810f + e728a7e commit 401c26b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/web-sys/webidls/enabled/HTMLTextAreaElement.webidl
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 401c26b

Please sign in to comment.