Download & Extend

Remove title attribute from node titles in Garland

Project:Drupal core
Version:7.x-dev
Component:Garland theme
Category:task
Priority:normal
Assigned:Unassigned
Status:closed (fixed)
Issue tags:accessibility

Issue Summary

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

Comments

#1

Status:active» needs review

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

This patch removes the title attribute for the node.

Added tag accessibility

AttachmentSizeStatusTest resultOperations
garland-node.tpl_.php_.patch635 bytesIdlePassed: 11660 passes, 0 fails, 0 exceptionsView details

#2

Status:needs review» reviewed & tested by the community

Works for me. The simpler the better :-)

#3

Status:reviewed & tested by the community» fixed

Committed to CVS HEAD. Thanks.

#4

Status:fixed» closed (fixed)

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

#5

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