https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27496
Lucas Gass <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #154650|0 |1 is obsolete| | --- Comment #2 from Lucas Gass <[email protected]> --- Created attachment 154656 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=154656&action=edit Bug 27496: Accessibility: Navigation buttons are poorly described by screen readers This patch adds aria-haspopup and aria-expanded attributes to the language and welcome user buttons so that screen readers will know that they cause a popup menu to be displayed. To test: 1. Use an installation with at least 2 active languages 2. Log in the OPAC 3. Use a screen reader (e.g. ChromeVox in Chrome) and use the tab key to navigate to the language and welcome user buttons while noticing that they are described as "Button collapsed" and "Button", respectively 4. Alternatively, inspect the buttons and notice that they are missing aria-haspopup and aria-expanded attributes 5. Apply the patch 6. Observe that these buttons now are described as "Popup button collapsed" or that they contain the aria-haspopup and aria-expanded attributes like the lists button 7. Sign off Signed-off-by: Lucas Gass <[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/
