mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Add attributes to the HTMLDialogElement interface.
This commit is contained in:
parent
2fd5ecf3d7
commit
50ea68206d
4 changed files with 29 additions and 117 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue