https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23264
--- Comment #2 from Brian McNeilly <[email protected]> --- Checking an example from the Staff Client (the Logged In User dropdown), I am seeing the same issue outlined in the ticket. Bootstrap in 4.x appears to have removed adding any role information to their dropdowns. They include some basic ARIA requirements, such as aria-expanded. However, it appears they've added an invalid 'aria-haspopup' (https://www.w3.org/TR/wai-aria-1.1/#aria-haspopup). If the plan was to upgrade to 4.x for both the OAPC & Staff clients, this would effectively fix this issue. Though, I might suggest a few additional tweaks to improve the accessibility from what bootstrap already has. Off the top of my head the two things would be: 1. removing the aria-haspopup 2. adding a role of group to div class="dropdown-menu" (they seem to have removed the use of lists by default) -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
