mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Implements HTMLDialogElement#close
This commit is contained in:
parent
d29f61af31
commit
aa5edd1118
5 changed files with 30 additions and 21 deletions
|
@ -8,5 +8,5 @@ interface HTMLDialogElement : HTMLElement {
|
|||
attribute DOMString returnValue;
|
||||
//void show(optional (MouseEvent or Element) anchor);
|
||||
//void showModal(optional (MouseEvent or Element) anchor);
|
||||
//void close(optional DOMString returnValue);
|
||||
void close(optional DOMString returnValue);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue