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).

CommentFileSizeAuthor
#1 garland-node.tpl_.php_.patch635 bytesEverett Zufelt
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Everett Zufelt’s picture

Status: Active » Needs review
Issue tags: +Accessibility
FileSize
635 bytes

Uploaded patch modified from patch for http://drupal.org/node/518284

This patch removes the title attribute for the node.

Added tag accessibility

geerlingguy’s picture

Status: Needs review » Reviewed & tested by the community

Works for me. The simpler the better :-)

Dries’s picture

Status: Reviewed & tested by the community » Fixed

Committed to CVS HEAD. Thanks.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

Summit’s picture

Hi,
Please backport this back to 6, is annoying on D6 also!
Greetings,
Martijn