Add attributes to the HTMLDialogElement interface.

This commit is contained in:
Dave Hodder 2015-04-12 09:26:29 +01:00 committed by Ms2ger
parent 2fd5ecf3d7
commit 50ea68206d
4 changed files with 29 additions and 117 deletions

View file

@ -5,8 +5,8 @@
// https://www.whatwg.org/html/#htmldialogelement
interface HTMLDialogElement : HTMLElement {
//attribute boolean open;
//attribute DOMString returnValue;
attribute boolean open;
attribute DOMString returnValue;
//void show(optional (MouseEvent or Element) anchor);
//void showModal(optional (MouseEvent or Element) anchor);
//void close(optional DOMString returnValue);