Skip to content

Commit 47f854c

Browse files
authored
Invoke show popover algorithm correctly
#9841 did not do this correctly, likely do it being developed over a long period of time in which this algorithm changed shape.
1 parent dfdafb4 commit 47f854c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53771,8 +53771,8 @@ interface <dfn interface>HTMLButtonElement</dfn> : <span>HTMLElement</span> {
5377153771
<ol>
5377253772
<li><p>If the result of running <span>check popover validity</span> given
5377353773
<var>target</var>, false, false, and null is true, then run the
53774-
<span data-x="show popover">show popover algorithm</span> given <var>target</var>, true,
53775-
true, and false.</p></li>
53774+
<span data-x="show popover">show popover algorithm</span> given <var>target</var>, false, and
53775+
<span>this</span>.</p></li>
5377653776

5377753777
<li><p>Otheriwse, if the result of running <span>check popover validity</span> given
5377853778
<var>target</var>, true, false, and null is true, then run the
@@ -53788,8 +53788,8 @@ interface <dfn interface>HTMLButtonElement</dfn> : <span>HTMLElement</span> {
5378853788
<ol>
5378953789
<li><p>If the result of running <span>check popover validity</span> given <var>target</var>,
5379053790
false, false, and null is true, then run the <span
53791-
data-x="show popover">show popover algorithm</span> given <var>target</var>, true, true,
53792-
and false.</p></li>
53791+
data-x="show popover">show popover algorithm</span> given <var>target</var>, false, and
53792+
<span>this</span>.</p></li>
5379353793
</ol>
5379453794
</li>
5379553795

0 commit comments

Comments
 (0)