From 2b1c5b12df5c4decd3f5eda11375d7f9329ee612 Mon Sep 17 00:00:00 2001 From: Adrian Roselli Date: Mon, 11 Nov 2019 04:46:09 -0500 Subject: [PATCH] Tabs pattern: Add aria-orientation reference to note about arrow key 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. --- aria-practices.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aria-practices.html b/aria-practices.html index 930e9938cd..666abbf810 100644 --- a/aria-practices.html +++ b/aria-practices.html @@ -2670,7 +2670,7 @@

Keyboard Interaction

For additional guidance, see .
  • - If the tabs in a tab list are arranged vertically: + When a tab list has its aria-orientation set to vertical:
    1. Down Arrow performs as Right Arrow is described above.
    2. Up Arrow performs as Left Arrow is described above.