Skip to content

Commit

Permalink
Fix kbd element in new aria-actions tabs example
Browse files Browse the repository at this point in the history
  • Loading branch information
mcking65 committed Sep 12, 2024
1 parent 3c32345 commit c9b84bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/patterns/tabs/examples/tabs-actions.html
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ <h3 id="kbd1_label">Tabs</h3>
</td>
</tr>
<tr data-test-id="key-shift-tab">
<th><kbd>Shift + Tab</kbd></th>
<th><kbd>Shift</kbd> + <kbd>Tab</kbd></th>
<td>
<ul>
<li>When focus moves into the <code>tablist</code>, places focus on the menu <code>button</code> associated with the active <code>tab</code>.</li>
Expand Down

0 comments on commit c9b84bb

Please sign in to comment.