[Koha-bugs] [Bug 28101] Accessibility: OPAC - Breadcrumbs should be more accessible

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Apr 22 14:56:02 CEST 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28101

--- Comment #4 from Owen Leonard <oleonard at myacpl.org> ---
I'm curious about your choice to remove the Bootstrap classes from the markup:

-            <li class="breadcrumb-item" aria-current="page">
+            <li>
+                <a href="#" aria-current="page">
                     Blocked record
+                </a>
             </li>

I see that the "aria-current" information has moved to the link, and that's
fine with me--I see that it fits the guidelines better. But I think there is
value to keeping the Bootstrap 4 markup classes for consistency's sake and to
be able to inherit existing Bootstrap classes.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list