Skip to content

Commit

Permalink
fix invalid html
Browse files Browse the repository at this point in the history
  • Loading branch information
adampage committed Sep 10, 2024
1 parent 4b6bdca commit 6763c19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/patterns/tabs/examples/tabs-actions.html
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ <h3 id="kbd1_label">Tabs</h3>
</ul>
</td>
</tr>
<tr data-test-id="key-shift-tab"></tr>
<tr data-test-id="key-shift-tab">
<th><kbd>Shift + Tab</kbd></th>
<td>
<ul>
Expand Down Expand Up @@ -329,7 +329,7 @@ <h3 id="kbd1_label">Tabs</h3>
</tr>
</tbody>
</table>
<h3 id="kbd1_label">Menu Button</h3>
<h3 id="kbd2_label">Menu Button</h3>
<p>
Keyboard support for each <code>tab</code>’s associated menu button is documented in <a href="../../menu-button/examples/menu-button-actions.html#kbd_label">Menu Button Pattern</a>.
</p>
Expand Down

0 comments on commit 6763c19

Please sign in to comment.