From: Michele Morgan Date: Wed, 10 May 2023 20:57:43 +0000 (-0400) Subject: LP#1828468 Release note X-Git-Url: http://git.equinoxoli.org/?p=evergreen-equinox.git;a=commitdiff_plain;h=a3b37fc20a559f0201d1b0d687528ce8f6a4c57d LP#1828468 Release note Signed-off-by: Michele Morgan Signed-off-by: Galen Charlton --- diff --git a/docs/RELEASE_NOTES_NEXT/navbar_keyboard_navigation.adoc b/docs/RELEASE_NOTES_NEXT/navbar_keyboard_navigation.adoc new file mode 100644 index 0000000..d90272a --- /dev/null +++ b/docs/RELEASE_NOTES_NEXT/navbar_keyboard_navigation.adoc @@ -0,0 +1,8 @@ +== Angular navbar keyboard navigation == + +Adds basic keyboard navigation support to the Angular web client navbar as follows: + +* Use the Tab key to move between the top-level menu items. +* Press Enter, Space, or the down arrow on a top-level item to open its submenu. Pressing Esc will close it. +* Shift-tab from the first submenu item back to the top level, and use Enter or Space to toggle the button again and close the submenu. +* Within the submenu, use either Tab and shift-Tab to move up and down, or the up/down arrow keys.