Skip to content

Commit cb4b058

Browse files
committed
Respond to feedback in issue by revising to correct error in shift+tab documentation
1 parent 1fd5817 commit cb4b058

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/patterns/tabs/examples/tabs-actions.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ <h3 id="kbd1_label">Tabs</h3>
288288
<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>
289289
<li>When focus is on a <code>tab</code>:
290290
<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>
292292
<li>Otherwise, moves focus to the first focusable element preceding the <code>tablist</code>.</li>
293293
</ul>
294294
</li>

0 commit comments

Comments
 (0)