From 1310fc5e7342751fa17568853f1eb5f20ca22abc Mon Sep 17 00:00:00 2001 From: Michael Cooper Date: Wed, 18 Dec 2019 14:52:17 -0500 Subject: [PATCH] fix xref --- aria-practices.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aria-practices.html b/aria-practices.html index 7136c8096a..e99167de07 100644 --- a/aria-practices.html +++ b/aria-practices.html @@ -26,7 +26,7 @@ of the Web Accessibility Initiative. It supports the - WAI-ARIA 1.2 [[WAI-ARIA-1.2]] + WAI-ARIA 1.2 [[WAI-ARIA-1.2]] specification, providing detailed advice and examples beyond what would be appropriate to a technical specification but which are important to understand the specification.

@@ -1010,7 +1010,7 @@

Tree Popup Keyboard Interaction
  • In either case, focus is visually distinct from selection so users can readily see if a value is selected or not.
  • -
  • If nodes in the tree are arranged horizontally (aria-orientation is set to horizontal): +
  • If nodes in the tree are arranged horizontally (aria-orientation is set to horizontal):
    1. Down Arrow performs as Right Arrow is described above, and vice versa.
    2. Up Arrow performs as Left Arrow is described above, and vice versa.