With Accessibility Fixes installed, menu links are not properly themed; they are not wrapped in li elements. This causes a problem with the administrative shortcuts toolbar, for example.

The problem goes away if accessible_fix_common_theme_registry_alter() does not run (see accessible/accessible_fix/theme_overrides/common/template.inc). The function includes the comment "garland breadcrumb fix". However, Garland breadcrumbs seem to be working anyway with this function removed.

On the hunch that the Garland problem has been resolved elsewhere, the attached patch removes accessible_fix_common_theme_registry_alter() and its related code.

Comments

mgifford’s picture

Issue summary: View changes
Status: Needs review » Needs work

needs reroll