quailjs / quail

Accessibility testing in the browser and on the server.
http://quailjs.org
Other
300 stars 44 forks source link

Test: All links must have a "title" attribute #363

Open jssh opened 9 years ago

jssh commented 9 years ago

I do not think this is correct. The "title" is supposed to provide additional / advisory information (expand on the meaning of the link). Do not add link titles to all links: if it is obvious from the link anchor and its surrounding context where the link will lead, then a link title will reduce usability by being one more thing users have to look at. •don’t duplicate it with link text (this hurts usability: for example some blind users will hear the same text twice); •don’t put too much weight on the title attributes as not all screen readers may render it (make sure either surrounding text or anchor text explains the link at least the first time you use it).

jessebeach commented 8 years ago

Yes, I agree. This test needs to be refactored, possibly even removed.