Missing Links Accessible Name Check

RuleSets of AccessMonitor - the validator of web accessibility practices

Missing Links Accessible Name Check

Description

The “Links Accessible Name Check” evaluates whether there is any anchor (<a>) element without an accessible name.

Example outcome

I found 1 link without accessible name.

Impact

Fixes

To address missing links accessible name:

  1. Identify the links with no accessible name.
  2. Add a descriptive link text.
  3. If it is an icon-only link, add an aria label to it.
  4. If it has an image inside the link, use alternative text or aria label.

Resources