diff --git a/source b/source index 701285ddb55..61f30552fe3 100644 --- a/source +++ b/source @@ -61753,6 +61753,8 @@ interface HTMLDialogElement : HTMLElement { </dialog> +
The open
attribute
is a boolean attribute. When specified, it indicates that the dialog
element is active and that the user can interact with it.
The tabindex
attribute must not be specified on
dialog
elements.
dialog.show()
To queue a dialog toggle event task given a dialog
element