Skip to content

Commit

Permalink
Clarify Tab Key Behavior in Tabs pattern
Browse files Browse the repository at this point in the history
Modified tabs pattern keyboard section of aria-practices.html based on feedback from @shirsha in issue #278.

Changed:
 "Tab: When the tab list receives focus,  places focus on the active <code>tab</code> element ."
 To:
"Tab: When focus  moves into the tab list, places focus on the active <code>tab</code> element ."
  • Loading branch information
mcking65 committed Feb 11, 2017
1 parent 70c1dc2 commit 0879bb7
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 @@ -1768,7 +1768,7 @@ <h4>Keyboard Interaction</h4>
<p>For the tab list:</p>
<ul>
<li>
<kbd>Tab</kbd>: When the tab list is receiving focus, places focus on the active <code>tab</code> element .
<kbd>Tab</kbd>: When focus moves into the tab list, places focus on the active <code>tab</code> element .
When the tab list contains the focus, moves focus to the next element in the page tab sequence outside the tablist, which is typically either the first focusable element inside the tab panel or the tab panel itself.
</li>
<li>When focus is on a tab element in a horizontal tab list:
Expand Down

0 comments on commit 0879bb7

Please sign in to comment.