https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42498 Bug ID: 42498 Summary: Accessibility - Page tabs/pagination on results in opac gives "Aria state or property has invalid value" Initiative type: --- Sponsorship --- status: Product: Koha Version: 25.11 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Accessibility Assignee: koha-bugs@lists.koha-community.org Reporter: danielle.elder@law.utexas.edu QA Contact: testopia@bugs.koha-community.org CC: martin.renvoize@openfifth.co.uk, matt.blenkinsop@openfifth.co.uk, oleonard@myacpl.org I am working on the accessibility of our public catalog. One error flagged on in our Kioha catalog is "ARIA state or property has invalid value." Then it lists this html. 1. That "active" is not a valid value of aria-current and 2. that it is applied to the list and to the list elements (so twice.) <li class="page-item active" aria-current="active"> <a class="page-link" href="#" aria-label="Current page: Page 1" aria-current="true">1</a> </li> Example page: https://tallons.law.utexas.edu/cgi-bin/koha/opac-search.pl?q=an:2414 aria-current does NOT accept arbitrary values like "active". -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.