Skip to content

Commit

Permalink
fixup! Implements HTMLDialogElement#close
Browse files Browse the repository at this point in the history
  • Loading branch information
clstl committed Aug 14, 2016
1 parent a68545d commit 2efc830
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/script/dom/webidls/HTMLDialogElement.webidl
Expand Up @@ -9,7 +9,6 @@ interface HTMLDialogElement : HTMLElement {
//void show(optional (MouseEvent or Element) anchor);
//void showModal(optional (MouseEvent or Element) anchor);

// https://html.spec.whatwg.org/multipage/#the-dialog-element:dom-dialog-close
[Throws]
void close(optional DOMString returnValue);
};

0 comments on commit 2efc830

Please sign in to comment.