LP#1828468 Release note
authorMichele Morgan <mmorgan@noblenet.org>
Wed, 10 May 2023 20:57:43 +0000 (16:57 -0400)
committerGalen Charlton <gmc@equinoxOLI.org>
Thu, 11 May 2023 13:49:42 +0000 (09:49 -0400)
Signed-off-by: Michele Morgan <mmorgan@noblenet.org>
Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>

docs/RELEASE_NOTES_NEXT/navbar_keyboard_navigation.adoc [new file with mode: 0644]

diff --git a/docs/RELEASE_NOTES_NEXT/navbar_keyboard_navigation.adoc b/docs/RELEASE_NOTES_NEXT/navbar_keyboard_navigation.adoc
new file mode 100644 (file)
index 0000000..d90272a
--- /dev/null
@@ -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.