Active
Project:
Accessible Helper Module
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
14 Mar 2011 at 03:59 UTC
Updated:
26 Feb 2016 at 07:53 UTC
Jump to comment: Most recent
#394186: Garland breadcrumb separator is a non-standard entity and not recognized by screen-readers
this is probably best fixed with hook_preprocess_breadcrumb
Comments
Comment #1
johnbarclay commentedComment #2
mgiffordThere is a patch to start with - http://drupal.org/node/394186#comment-2878398
However, not sure how many d7 sites are going to start with Garland.
Comment #3
johnbarclay commentedTo fix this I had to allow accessible fix to use hook_theme_registry_alter for the current theme. The override template is
accessible_fix/theme_overrides/breadcrumb.tpl.phpThis is in head.There is no U.I. for turning this on or off, which I think is ok.
Comment #4
mgiffordIt would be difficult if a theme were already using a customized breadcrumb template. Is this just for garland or for core?
Comment #5
johnbarclay commentedIts just for garland. The ui for the template function overrides should be the same as the .tpl overrides. They have the same behavior. I'll at this as a todo.
Comment #6
mgifford