mirror of
https://github.com/servo/servo
synced 2026-04-27 18:07:52 +02:00
Add attributes to the HTMLDialogElement interface.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user