https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37586

Martin Renvoize <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #170472|0                           |1
        is obsolete|                            |

--- Comment #11 from Martin Renvoize <[email protected]> ---
Created attachment 170530
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=170530&action=edit
Bug 37586: Updated aria-labels for masthead links

Update to my last comment: The Lists aria-label had an accessibility issue as
the label did not match the visible text.

New test plan:

Check the OPAC Interface:
* Open the OPAC in a normal-sized browser window.
* You’ll see the text next to the 'Cart', 'Lists', 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 'Cart' and 'Login'. The aria-label for 'Lists'
does not match the visible text. It currently says "Show dropdown with detailed
list information". This lack of alternative text is an accessibility issue and
labels should match visible text.
Apply the Patch:
* Apply the patch
* Restart_all
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".
* For the 'Lists' icon, you should see an updated aria-label attribute with the
new text of "Lists".
* These changes will improve accessibility for users relying on screen readers.
Sign Off:
* Sign off and Have an amazing day!

Signed-off-by: Lucas Gass <[email protected]>
Signed-off-by: Martin Renvoize <[email protected]>

-- 
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/

Reply via email to