Skip to content

Commit 8119cac

Browse files
authored
Fix variable naming in "focus another option"
1 parent 307f1ad commit 8119cac

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
@@ -54340,7 +54340,7 @@ interface <dfn interface>HTMLSelectElement</dfn> : <span>HTMLElement</span> {
5434054340
<ol>
5434154341
<li><p>If <var>event</var>'s <span>canceled flag</span> is set, then return.</p></li>
5434254342

54343-
<li><p>Run the <span>focusing steps</span> on <var>newOption</var>.</p></li>
54343+
<li><p>Run the <span>focusing steps</span> on <var>option</var>.</p></li>
5434454344
</ol>
5434554345

5434654346
<p class="note">Implementations commonly allow the user to focus the next or previous option via

0 commit comments

Comments
 (0)