Skip to content

Commit 0879bb7

Browse files
committed
Clarify Tab Key Behavior in Tabs pattern
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 ."
1 parent 70c1dc2 commit 0879bb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aria-practices.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1768,7 +1768,7 @@ <h4>Keyboard Interaction</h4>
17681768
<p>For the tab list:</p>
17691769
<ul>
17701770
<li>
1771-
<kbd>Tab</kbd>: When the tab list is receiving focus, places focus on the active <code>tab</code> element .
1771+
<kbd>Tab</kbd>: When focus moves into the tab list, places focus on the active <code>tab</code> element .
17721772
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.
17731773
</li>
17741774
<li>When focus is on a tab element in a horizontal tab list:

0 commit comments

Comments
 (0)