Invalid link

Compliance Data & User Impact

User Impact: Critical

100% Complete

Disabilities Affected:

  • all

WCAG Version:
2

WCAG Levels:

  • A

WCAG Guidelines:

Solution Techniques:

Automated Test Accuracy:
High

Check1st Severity:
2

DRRSAG Designations:

  • action

How to Fix the Problem

Fix the link’s href attribute or remove it in case the href is unnecessary.

The Algorithm, in Simple Terms

Engine scans for all <a> elements with href=“#value” and then scans for ID with the same value.

Why Is it Important?

All users will fail to use the link.

Code Example

<a href="#example">Example headline</a>