Skip to content

Commit

Permalink
Fix a link to the focus() method (mdn#20853)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfuji09 authored and Himanshu Garg committed Sep 27, 2022
1 parent 71ebd6a commit 872c798
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ The following table describes `tabindex` behavior in modern browsers:
<tr>
<td>Negative (i.e. <code>tabindex="-1"</code>)</td>
<td>Yes</td>
<td>No; author must focus the element with <a href="/en-US/docs/Web/API/Element/focus_event"><code>focus()</code></a> in response to arrow or other key presses.</td>
<td>No; author must focus the element with <a href="/en-US/docs/Web/API/HTMLElement/focus"><code>focus()</code></a> in response to arrow or other key presses.</td>
</tr>
<tr>
<td>Zero (i.e. <code>tabindex="0"</code>)</td>
Expand Down

0 comments on commit 872c798

Please sign in to comment.