mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 00:25:12 +00:00
LibWeb: Update spec comments for dialog, popover and close watcher
This commit is contained in:
committed by
Tim Ledbetter
parent
0bb0061915
commit
391a08bf17
@@ -8,8 +8,10 @@ interface HTMLDialogElement : HTMLElement {
|
||||
|
||||
[CEReactions, Reflect] attribute boolean open;
|
||||
attribute DOMString returnValue;
|
||||
[FIXME, CEReactions] attribute DOMString closedBy;
|
||||
[CEReactions] undefined show();
|
||||
[CEReactions] undefined showModal();
|
||||
[CEReactions] undefined close(optional DOMString returnValue);
|
||||
[FIXME, CEReactions] undefined requestClose(optional DOMString returnValue);
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user