From fdf65a4fed5f2bfddae34b7c521388c66d267690 Mon Sep 17 00:00:00 2001 From: Adrian Roselli Date: Wed, 2 Oct 2019 21:12:49 -0400 Subject: [PATCH 1/2] Added attribute reference into Tab note Addresses #976. --- aria-practices.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aria-practices.html b/aria-practices.html index dd6e60d824..4385fc1388 100644 --- a/aria-practices.html +++ b/aria-practices.html @@ -2625,7 +2625,7 @@

Keyboard Interaction

For additional guidance, see .
  • - If the tabs in a tab list are arranged vertically: + If the tabs in a tab list are arranged vertically (the property aria-orientation is set to vertical):
    1. Down Arrow performs as Right Arrow is described above.
    2. Up Arrow performs as Left Arrow is described above.
    3. From fe4111685a1ce3431f8973793c7d46d03ef6b762 Mon Sep 17 00:00:00 2001 From: Adrian Roselli Date: Mon, 7 Oct 2019 08:50:51 -0400 Subject: [PATCH 2/2] Lang change --- aria-practices.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aria-practices.html b/aria-practices.html index 4385fc1388..f180ba5f8d 100644 --- a/aria-practices.html +++ b/aria-practices.html @@ -2625,7 +2625,7 @@

      Keyboard Interaction

      For additional guidance, see .
    4. - If the tabs in a tab list are arranged vertically (the property aria-orientation is set to vertical): + 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.