"Here" should not be used as a link text as it doesn't contain any helpful information for people scanning the page for information and also is a problem for blind users using screen readers jumping from link to link on a page. 2.4.4 Link Purpose (In Context): The purpose of each link can be determined from the link text alone or from the link text together with its programmatically determined link context, except where the purpose of the link would be ambiguous to users in general. (Level A) https://www.w3.org/TR/UNDERSTANDING-WCAG20/navigation-mechanisms-refs.html There are plenty of other resources with examples too: https://www.w3.org/QA/Tips/noClickHere https://www.washington.edu/accessibility/links/ https://webaim.org/techniques/hypertext/
Looks like we still have some work to do before closing this one. The following occurrences seem valid: opac-auth.tt: <p><a href="[% shibbolethLoginUrl | $raw %]">If you have a Shibboleth account, please click here to log in.</a></p> opac-auth.tt: <p><a href="[% casServerUrl | $raw %]">Please click here to log in.</a><p> opac-auth.tt: <p><a href="[% casServerUrl | $raw %]">If you have a CAS account, please click here to log in.</a><p> opac-auth.tt: <a href="/cgi-bin/koha/opac-memberentry.pl">You may register here.</a> opac-detail.tt: <noscript>This page contains enriched content visible when JavaScript is enabled or by clicking <a href="https://www.librarything.com/forlibraries/noscript.php?id=[% LibraryThingForLibrariesID | uri %]&accessibility=1">here</a>.</noscript> opac-detail.tt: <p>This record has many physical items ([% items_count | html %]). <a href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% biblio.biblionumber | uri %]&viewallitems=1">Click here to view them all.</a></p> opac-detail.tt: <a href="https://www.librarything.com/forlibraries/noscript.php?id=[% LibraryThingForLibrariesID | uri %]&accessibility=1">here</a>.</noscript> opac-illrequests.tt: <a href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% request.biblio_id | uri %]">Click here to view</a> opac-main.tt: <p>Don't have an account? <a href="/cgi-bin/koha/opac-memberentry.pl">Register here.</a></p> opac-password-recovery.tt: <a href="/cgi-bin/koha/opac-user.pl">Click here to login.</a> opac-patron-consent.tt: <p>I have read the <a target="_blank" href="[% Koha.Preference('PrivacyPolicyURL') | url %]">privacy policy</a> and agree with your processing of my personal data as outlined therein.</p> opac-registration-confirmation.tt: [% IF PatronSelfRegistration && PatronSelfRegistrationDefaultCategory %]<div id="patronregistration"><p>Don't have an account? <a href="/cgi-bin/koha/opac-memberentry.pl">Register here.</a></p></div>[% END %] opac-user.tt: <p><a href="/cgi-bin/koha/opac-main.pl?logout.x=1">Click here if you're not [% INCLUDE 'patron-title.inc' patron = logged_in_user %]</a></p>
All linked bugs have been resolved. Marking FIXED.