From 56efea9da146f3929197fd6afbd247412593ea9b Mon Sep 17 00:00:00 2001 From: Keith Cirkel Date: Fri, 31 Jan 2025 03:34:05 +0000 Subject: [PATCH] Editorial: group dialog properties This groups all the properties (returnValue, closedBy, and open) together. Part of #10963. --- source | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/source b/source index 79f606b9aad..98319d15ad9 100644 --- a/source +++ b/source @@ -62294,11 +62294,6 @@ interface HTMLDialogElement : HTMLElement { -

The returnValue IDL attribute, on getting, must return - the last value to which it was set. On setting, it must be set to the new value. When the element - is created, it must be set to the empty string.

-
@@ -62338,6 +62333,20 @@ interface HTMLDialogElement : HTMLElement {
+

The returnValue IDL attribute, on getting, must return + the last value to which it was set. On setting, it must be set to the new value. When the element + is created, it must be set to the empty string.

+ +

The closedBy IDL attribute must reflect the + closedby content attribute, limited to only + known values.

+ +

The open IDL + attribute must reflect the open content + attribute.

+

The Document has a dialog pointerdown target, which is an HTMLDialogElement : HTMLElement {


-

The closedBy IDL attribute must reflect the - closedby content attribute, limited to only - known values.

- -

The open IDL - attribute must reflect the open content - attribute.

-

Dialog light dismiss