Inadequate Link Title Check

RuleSets of AccessMonitor - the validator of web accessibility practices

Inadequate Link Title Check

Description

The “Inadequate Link Title Check” evaluates whether the title attribute of a link (<a> element) provides additional or meaningful information beyond the visible link text.

Example outcome

I identified 1 case in which the title attribute of the link element only repeats the text that exists in the link.

Impact

Fixes

To address inadequate link title:

  1. Evaluate whether the title attribute can provide meaningful information.
  2. Remove the title attribute if it does not provide additional or meaningful information beyond the visible link text.
  3. Rewrite the title attribute to provide additional, meaningful context if applicable.

Resources