Foreach of these: - add role='navigation' on the item with `id="app-navigation"` - the selected item needs to have `aria-current="page"` set for the currently selected item (the one which already has `class="active"`) Grep result: - [x] `apps/files/templates/appnavigation.php|1 col 6| <div id="app-navigation">`: https://github.com/nextcloud/server/pull/33746 - [x] `apps/settings/templates/settings/frame.php|32 col 6| <div id="app-navigation">`: https://github.com/nextcloud/server/pull/33746 - [x] `apps/settings/templates/help.php|4 col 6| <div id="app-navigation">`: https://github.com/nextcloud/server/pull/33746 - [x] `apps/activity/templates/stream.app.navigation.php|25 col 6| <div id="app-navigation">`: https://github.com/nextcloud/activity/pull/899
Foreach of these:
id="app-navigation"aria-current="page"set for the currently selected item (the one which already hasclass="active")Grep result:
apps/files/templates/appnavigation.php|1 col 6| <div id="app-navigation">: Add a11y attributes for legacy app navigation #33746apps/settings/templates/settings/frame.php|32 col 6| <div id="app-navigation">: Add a11y attributes for legacy app navigation #33746apps/settings/templates/help.php|4 col 6| <div id="app-navigation">: Add a11y attributes for legacy app navigation #33746apps/activity/templates/stream.app.navigation.php|25 col 6| <div id="app-navigation">: Add role=navigation and aria-current activity#899