Skip to content

Commit

Permalink
accessibility doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed Oct 20, 2022
1 parent 702543e commit 0e44c5c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/views/megamenu/MegaMenuDoc.vue
Original file line number Diff line number Diff line change
Expand Up @@ -410,6 +410,10 @@ export default {
</td>
<td>If focus is on a root element, opens a submenu and moves focus to the last element in the submenu otherwise moves focus to the previous menuitem within the submenu.</td>
</tr>
<tr>
<td><i>alt</i> + <i>up arrow</i></td>
<td>If focus is inside a popup menu, moves focus to the first element in the submenu otherwise closes the submenu and moves focus to the root item of the closed submenu in horizontal mode.</td>
</tr>
<tr>
<td>
<i>right arrow</i>
Expand Down
4 changes: 4 additions & 0 deletions src/views/menu/MenuDoc.vue
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,10 @@ toggle(event) {
</td>
<td>Moves focus to the previous menuitem.</td>
</tr>
<tr>
<td><i>alt</i> + <i>up arrow</i></td>
<td>If menu is in overlay mode, popup gets closes and focus moves to the target.</td>
</tr>
<tr>
<td>
<i>home</i>
Expand Down

0 comments on commit 0e44c5c

Please sign in to comment.