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> {
6208762087 <li><p>If <var>this</var> does not have an <code data-x="attr-dialog-open">open</code>
6208862088 attribute, then return.</p></li>
6208962089
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>
6209262092
6209362093 <li><p>Set <var>dialog</var>'s <span>enable close watcher for <code
6209462094 data-x="dom-dialog-requestClose">requestClose()</code></span> to true.</p></li>
You can’t perform that action at this time.
0 commit comments