Links Accessible Name Check

RuleSets of AccessMonitor - the validator of web accessibility practices

Links Accessible Name Check

Description

The “Links Accessible Name Check” evaluates whether all links on the page have accessible names — meaning every <a> element contains descriptive text or has an accessible label (e.g., aria-label, aria-labelledby, or meaningful inner text).

Example outcome

I noticed that all links have an accessible name.

Impact

Fixes

To address missing or inadequate links accessible name:

  1. Find the link without accessible or with an inadequate one.
  2. Use a descriptive link text.
  3. If using icons or empty links, add aria-label or aria-labelledby.
  4. Avoid using non-descriptive text like “click here” or “read more” without context.

Resources