https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37586
--- Comment #1 from Laura Escamilla <[email protected]> --- Created attachment 170118 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=170118&action=edit Bug 37586: Added aria-labels to the masthead links. 1. **Check the OPAC Interface**: - Open the OPAC in a normal-sized browser window. - You’ll see the text next to the 'Cart' and 'Login' icons clearly. - Gradually reduce the window size until the text next to these icons disappears. - Inspect the icon elements. You’ll find that there is no alternative text (like `aria-label`) provided for these links. This lack of alternative text is an accessibility issue. 2. **Apply the Patch**: - Implement the provided patch to address the accessibility issue. - Restart_all 3. **Verify the Fix**: - Inspect the icons again. - For the 'Cart' icon, you should see an `aria-label` attribute with the text "View your shopping cart". - For the 'Login' icon, you should see an `aria-label` attribute with the text "Log in to your account". - These changes will improve accessibility for users relying on screen readers. 4. **Sign Off**: - Sign off and Have an amazing day! :D -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
