File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -62087,8 +62087,8 @@ interface <dfn interface>HTMLDialogElement</dfn> : <span>HTMLElement</span> {
62087
62087
<li><p>If <var>this</var> does not have an <code data-x="attr-dialog-open">open</code>
62088
62088
attribute, then return.</p></li>
62089
62089
62090
- <li><p><span>Assert</span>: <var>this</var>'s <span data-x="dialog-close-watcher">close
62091
- watcher< /span> is not null .</p></li>
62090
+ <li><p>If <var>this</var>'s <span data-x="dialog-close-watcher">close watcher</span> is null, then
62091
+ <span>close the dialog< /span> <span>this</span> with <var>returnValue</var> and return .</p></li>
62092
62092
62093
62093
<li><p>Set <var>dialog</var>'s <span>enable close watcher for <code
62094
62094
data-x="dom-dialog-requestClose">requestClose()</code></span> to true.</p></li>
You can’t perform that action at this time.
0 commit comments