You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/patterns/tabs/examples/tabs-actions.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -288,7 +288,7 @@ <h3 id="kbd1_label">Tabs</h3>
288
288
<li>When focus is on a menu <code>button</code> associated with a <code>tab</code>, moves focus to the associated <code>tab</code>.</li>
289
289
<li>When focus is on a <code>tab</code>:
290
290
<ul>
291
-
<li>If the current focus follows the active <code>tab</code> (is to the right in left-to-right layouts), moves focus to the active <code>tab</code>.</li>
291
+
<li>If the current focus follows the active <code>tab</code> (is to the right in left-to-right layouts), moves focus to the menu <code>button</code> associated with the active <code>tab</code>.</li>
292
292
<li>Otherwise, moves focus to the first focusable element preceding the <code>tablist</code>.</li>
0 commit comments