mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Partially implement dialog.show() (#32681)
Signed-off-by: Luke Warlow <lwarlow@igalia.com>
This commit is contained in:
parent
902bf57331
commit
8f377a0cb1
24 changed files with 32 additions and 65 deletions
|
@ -10,8 +10,8 @@ interface HTMLDialogElement : HTMLElement {
|
|||
[CEReactions]
|
||||
attribute boolean open;
|
||||
attribute DOMString returnValue;
|
||||
// [CEReactions]
|
||||
// void show();
|
||||
[CEReactions]
|
||||
undefined show();
|
||||
// [CEReactions]
|
||||
// void showModal();
|
||||
[CEReactions]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue