diff options
author | Vincent Petry <vincent@nextcloud.com> | 2022-08-29 22:40:49 +0200 |
---|---|---|
committer | Vincent Petry <vincent@nextcloud.com> | 2022-08-29 22:46:48 +0200 |
commit | cc53efe4dd8c962a0900582c1e919a8f8182c183 (patch) | |
tree | 1f26e6051742c3f2eb6caafc94cfba1abbcb89c3 /apps/files/templates | |
parent | aa150b9f85a2543fdbac8e73b5e6f8bb39f125f4 (diff) | |
download | nextcloud-server-cc53efe4dd8c962a0900582c1e919a8f8182c183.tar.gz nextcloud-server-cc53efe4dd8c962a0900582c1e919a8f8182c183.zip |
Add a11y attributes for legacy app navigation
Aded "role=navigation"
Added "aria-current=page" for the currently selected item.
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Diffstat (limited to 'apps/files/templates')
-rw-r--r-- | apps/files/templates/appnavigation.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/templates/appnavigation.php b/apps/files/templates/appnavigation.php index 3c333d39fc0..91fdfa32b10 100644 --- a/apps/files/templates/appnavigation.php +++ b/apps/files/templates/appnavigation.php @@ -1,4 +1,4 @@ -<div id="app-navigation"> +<div id="app-navigation" role="navigation"> <ul class="with-icon"> <?php |