Commit 726f187 1 parent 573442f commit 726f187 Copy full SHA for 726f187
File tree 1 file changed +6
-0
lines changed
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -61124,6 +61124,9 @@ interface <dfn interface>HTMLDialogElement</dfn> : <span>HTMLElement</span> {
61124
61124
<li><p>Let <var>hideUntil</var> be the result of running <span>topmost popover ancestor</span>
61125
61125
given <span>this</span>, null, and false.</p></li>
61126
61126
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
+
61127
61130
<li><p>Run <span data-x="hide-all-popovers-until">hide all popovers until</span> given
61128
61131
<var>hideUntil</var>, false, and true.</p></li>
61129
61132
@@ -61190,6 +61193,9 @@ interface <dfn interface>HTMLDialogElement</dfn> : <span>HTMLElement</span> {
61190
61193
<li><p>Let <var>hideUntil</var> be the result of running <span>topmost popover ancestor</span>
61191
61194
given <span>this</span>, null, and false.</p></li>
61192
61195
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
+
61193
61199
<li><p>Run <span data-x="hide-all-popovers-until">hide all popovers until</span> given
61194
61200
<var>hideUntil</var>, false, and true.</p></li>
61195
61201
You can’t perform that action at this time.
0 commit comments