Skip to content

Commit

Permalink
Tabs pattern: Add aria-orientation reference to note about arrow key …
Browse files Browse the repository at this point in the history
…behavior (pull #1193)

For issue 976, add a reference to aria-orientation 
in the note that describes how vertically orienting tabs changes arrow key behavior.
  • Loading branch information
aardrian authored and mcking65 committed Nov 11, 2019
1 parent a2b4df9 commit 2b1c5b1
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 @@ -2670,7 +2670,7 @@ <h4>Keyboard Interaction</h4>
For additional guidance, see <a href="#kbd_selection_follows_focus"></a>.
</li>
<li>
If the tabs in a tab list are arranged vertically:
When a tab list has its <a href="#aria-orientation" class="property-reference">aria-orientation</a> set to <code>vertical</code>:
<ol>
<li><kbd>Down Arrow</kbd> performs as <kbd>Right Arrow</kbd> is described above.</li>
<li><kbd>Up Arrow</kbd> performs as <kbd>Left Arrow</kbd> is described above.</li>
Expand Down

0 comments on commit 2b1c5b1

Please sign in to comment.