Skip to content

Commit

Permalink
add aria-actions to attributes table
Browse files Browse the repository at this point in the history
  • Loading branch information
adampage committed Sep 10, 2024
1 parent 575f69b commit 923bdc2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions content/patterns/tabs/examples/tabs-actions.html
Original file line number Diff line number Diff line change
Expand Up @@ -443,6 +443,16 @@ <h2 id="rps_label">Role, Property, State, and Tabindex Attributes</h2>
</td>
<td>Refers to the <code>tabpanel</code> element associated with the tab.</td>
</tr>
<tr data-test-id="tab-aria-actions">
<td></td>
<th scope="row">
<code>aria-actions="ID_REFERENCE"</code>
</th>
<td>
<code>button</code>
</td>
<td>Refers to the context actions menu <code>button</code> element associated with the tab.</td>
</tr>
<tr data-test-id="tabpanel-role">
<th scope="row">
<code>tabpanel</code>
Expand Down

0 comments on commit 923bdc2

Please sign in to comment.