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.

@@ -61825,6 +61827,7 @@ interface HTMLDialogElement : HTMLElement {

The tabindex attribute must not be specified on dialog elements.

+
dialog.show()
@@ -61873,7 +61876,6 @@ interface HTMLDialogElement : HTMLElement {
-

To queue a dialog toggle event task given a dialog element