https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42300 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the| |This fixes an accessibility release notes| |issue on OPAC details pages | |for magnifying glass icon | |links to authority records: | |"Links must have | |discernible text". | | | |The magnifying glass icon | |links now have a title and | |aria label "View authority | |record". CC| |david@davidnind.com --- Comment #3 from David Nind <david@davidnind.com> --- Testing notes (using KTD): 1. For Programme Perl (/cgi-bin/koha/opac-detail.pl?biblionumber=262), using axe DevTools: - Links must have discernible text - 5 occurrences before the patch - No occurrences of this issue after the patch 2. After the patch, an example for an authority record magnifying glass link - now has a title and aria label: <a class="authlink" href="/cgi-bin/koha/opac-authoritiesdetail.pl?authid=482" title="View authority record"> <i class="fa fa-search" aria-label="View authority record"></i></a> -- You are receiving this mail because: You are watching all bug changes.