Skip to content

Commit

Permalink
Merge pull request #673 from jeremyfelt/patch-1
Browse files Browse the repository at this point in the history
Clarify wrap direction when using left arrow
  • Loading branch information
jnurthen committed May 9, 2018
2 parents 87ea1e7 + 628d831 commit 1fd1e9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aria-practices.html
Original file line number Diff line number Diff line change
Expand Up @@ -1836,7 +1836,7 @@ <h4>Keyboard Interaction</h4>
</li>
<li><kbd>Left Arrow</kbd>:
<ul>
<li>When focus is in a <code>menubar</code>, moves focus to the previous item, optionally wrapping from the last to the first.</li>
<li>When focus is in a <code>menubar</code>, moves focus to the previous item, optionally wrapping from the first to the last.</li>
<li>When focus is in a submenu of an item in a <code>menu</code>, closes the submenu and returns focus to the parent <code>menuitem</code>.</li>
<li>When focus is in a submenu of an item in a <code>menubar</code>, performs the following 3 actions:
<ol>
Expand Down

0 comments on commit 1fd1e9b

Please sign in to comment.