Skip to content

Commit 77ffb97

Browse files
authored
Fix missing document argument when calling check popover validity within hide popover algorithm
1 parent 60c8816 commit 77ffb97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91567,7 +91567,7 @@ dictionary <dfn dictionary>DragEventInit</dfn> : <span>MouseEventInit</span> {
9156791567

9156891568
<li>
9156991569
<p>If the result of running <span>check popover validity</span> given <var>element</var>,
91570-
true, and <var>throwExceptions</var> is false, then run <var>cleanupSteps</var> and
91570+
true, <var>throwExceptions</var>, and null is false, then run <var>cleanupSteps</var> and
9157191571
return.</p>
9157291572

9157391573
<p class="note"><span>Check popover validity</span> is called again because running <span

0 commit comments

Comments
 (0)