|
|
|
|
|
by agwa
5152 days ago
|
|
<img> has the title attribute too, but title is meant for displaying additional information via a tooltip. alt is for alternative text to be used in place of the image. Does any screen reader actually read the value of a title attribute on a link containing text? I doubt it. Instead it would descend into the <a> tag and try to read the text therein. |
|
At least in 90% of the cases I've seen it used, probably by some overzealous OCD person wanting to fill in _all_ the attributes.