Skip to content

Commit 726f187

Browse files
committed
fix null hideUntil
1 parent 573442f commit 726f187

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

source

+6
Original file line numberDiff line numberDiff line change
@@ -61124,6 +61124,9 @@ interface <dfn interface>HTMLDialogElement</dfn> : <span>HTMLElement</span> {
6112461124
<li><p>Let <var>hideUntil</var> be the result of running <span>topmost popover ancestor</span>
6112561125
given <span>this</span>, null, and false.</p></li>
6112661126

61127+
<li><p>If <var>hideUntil</var> is null, then set <var>hideUntil</var> to <span>this</span>'s
61128+
<span>node document</span>.</p></li>
61129+
6112761130
<li><p>Run <span data-x="hide-all-popovers-until">hide all popovers until</span> given
6112861131
<var>hideUntil</var>, false, and true.</p></li>
6112961132

@@ -61190,6 +61193,9 @@ interface <dfn interface>HTMLDialogElement</dfn> : <span>HTMLElement</span> {
6119061193
<li><p>Let <var>hideUntil</var> be the result of running <span>topmost popover ancestor</span>
6119161194
given <span>this</span>, null, and false.</p></li>
6119261195

61196+
<li><p>If <var>hideUntil</var> is null, then set <var>hideUntil</var> to <span>this</span>'s
61197+
<span>node document</span>.</p></li>
61198+
6119361199
<li><p>Run <span data-x="hide-all-popovers-until">hide all popovers until</span> given
6119461200
<var>hideUntil</var>, false, and true.</p></li>
6119561201

0 commit comments

Comments
 (0)