From 005b46305f5e26c60e20d5f3dde75bd58aebc12b Mon Sep 17 00:00:00 2001 From: Keith Cirkel Date: Fri, 31 Jan 2025 11:47:48 +0000 Subject: [PATCH] Editorial: add some
s sectioning off dialog content attributes Part of #10963. --- source | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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