As recommended in http://drupal.org/node/445530 this issue is to remove the title attribute from node titles.
The title attribute merely parrots the node title, i.e. title="<?php print $title ?>", which apart from being redundant (does not add additional information
about the link target or context), its annoying for screen readers configured to read title attributes (gets repeated, thus is again redundant).
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | garland-node.tpl_.php_.patch | 635 bytes | Everett Zufelt |
Comments
Comment #1
Everett Zufelt commentedUploaded patch modified from patch for http://drupal.org/node/518284
This patch removes the title attribute for the node.
Added tag accessibility
Comment #2
geerlingguy commentedWorks for me. The simpler the better :-)
Comment #3
dries commentedCommitted to CVS HEAD. Thanks.
Comment #5
summit commentedHi,
Please backport this back to 6, is annoying on D6 also!
Greetings,
Martijn