https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41177 --- Comment #1 from Jake Deery <jake.deery@openfifth.co.uk> --- Created attachment 189033 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=189033&action=edit Bug 41177: Add aria-disabled to breadcrumbs This patch adds aria-disabled and tabindex = -1 to a breadcrumb, if it is the current page. This aids in accesssibility, and is generally good practice. == TO TEST: == a) Visit any page on the OPAC, and inspect the breadcrumb pertinent to the current page *) Notice the lack of aria-disabled and tabindex on the inspected element == APPLY PATCH == b) repeat step a *) Notice how there is now an aria-disabled and tabindex = -1 *) Notice you cannot tab on to the final breadcrumb anymore c) Ensure other breadcrumbs are unaffected and still work as links == SIGN OFF == -- You are receiving this mail because: You are watching all bug changes.