https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42149 --- Comment #5 from Paul Derscheid <paul.derscheid@lmscloud.de> --- Created attachment 196049 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=196049&action=edit Bug 42149: (QA follow-up) Add aria-label to shortcut nav - Add aria-label="Quick shortcuts" to the shortcut nav element in both the TT include and the Vue Help component - Ensures all nav landmarks on the staff interface are uniquely labeled for screen readers (WCAG 2.4.1) To test: - Apply the patch - Rebuild vue components with `yarn js:build` - Open the staff interface home page - View the page source and confirm the shortcut nav has aria-label="Quick shortcuts" - Confirm that all three nav elements (Main, Breadcrumb, Quick shortcuts) have unique aria-labels Signed-off-by: Paul Derscheid <paul.derscheid@lmscloud.de> -- You are receiving this mail because: You are watching all bug changes.