Opinion

Why title = $title is Bad

The [title attribute](http://www.w3.org/TR/html4/struct/global.html#h-7.4.3 "Further reading, Title Attribute definition from the W3C, 'The Global Structure of an HTML document'") is something that's been around longer than most of us can remember and its become one of the most commonly used, if not abused, attributes.

As far back as I care to look (4.7, 5 & 6) ) Drupal's default node template has included a title attribute in the node title link (the one that normally appears on teasers wrapped in an <h2> heading). [Drupal 7](http://cvs.drupal.org/viewvc.py/drupal/drupal/modules/node/node.tpl.php?...) hasn't learnt from this past mistake either.