Skip to content

Commit 60c8816

Browse files
authored
Fix button activation steps to reference variable rather than this
1 parent 8866412 commit 60c8816

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56315,7 +56315,7 @@ interface <dfn interface>HTMLButtonElement</dfn> : <span>HTMLElement</span> {
5631556315
<li><p>If the result of running <span>check popover validity</span> given
5631656316
<var>target</var>, false, false, and null is true, then run the
5631756317
<span data-x="show popover">show popover algorithm</span> given <var>target</var>, false, and
56318-
<span>this</span>.</p></li>
56318+
<var>element</var>.</p></li>
5631956319

5632056320
<li><p>Otherwise, if the result of running <span>check popover validity</span> given
5632156321
<var>target</var>, true, false, and null is true, then run the
@@ -56332,7 +56332,7 @@ interface <dfn interface>HTMLButtonElement</dfn> : <span>HTMLElement</span> {
5633256332
<li><p>If the result of running <span>check popover validity</span> given <var>target</var>,
5633356333
false, false, and null is true, then run the <span
5633456334
data-x="show popover">show popover algorithm</span> given <var>target</var>, false, and
56335-
<span>this</span>.</p></li>
56335+
<var>element</var>.</p></li>
5633656336
</ol>
5633756337
</li>
5633856338

0 commit comments

Comments
 (0)