diff --git a/source b/source index 213f90acbef..5079500bc10 100644 --- a/source +++ b/source @@ -62084,6 +62084,38 @@ interface HTMLDialogElement : HTMLElement { removedNode's node document's open dialogs list.
+The following attribute change
+ steps, given element, localName, oldValue,
+ value, and namespace are used for dialog
elements:
If namespace is not null, then return.
If localName is not open
, then
+ return.
If value is null:
+ +Remove element from element's + node document's open dialogs list.
If element's close watcher is not + null, then:
+ +Destroy element's close watcher.
Set element's close watcher to + null.
To show a modal dialog given a dialog
element subject:
If dialog's close watcher is not + null, then return.
Set dialog's close watcher to the result of establishing a close watcher given