Skip to main content
WCAG success criterion · Robust

4.1.1 Parsing (Obsolete)

Guideline 4.1 Compatible. Removed in WCAG 2.2.

ADA compliance guide

What this criterion requires

Note: this criterion was removed in WCAG 2.2 and is treated as always satisfied in current WCAG 2.1 conformance reporting. It is kept here because older audit reports and tooling still reference it.

Historic criterion requiring well-formed markup: complete tags, properly nested elements, no duplicate attributes, unique IDs. It was removed in WCAG 2.2 and is now treated as always satisfied in WCAG 2.1 conformance reporting, because modern browsers and assistive technologies parse imperfect HTML consistently.

Who it helps

Originally, users of assistive technologies that parsed markup directly. Modern browser engines have made the concern obsolete.

Example: fails vs passes

Fails
<div id="menu">...</div>
    <div id="menu">...</div>  <!-- duplicate IDs -->
Passes
<div id="menu-main">...</div>
    <div id="menu-footer">...</div>

The criterion itself is retired (removed in WCAG 2.2), but duplicate IDs still break label and ARIA references - fix them under 1.3.1/4.1.2.

How to meet and fix it

Common failures auditors find

Automated scanning catches a share of these instantly - run a free check - and a manual audit covers the judgement calls a tool cannot make.

Sources

Last updated . Reviewed by the EqualWeb accessibility team.

Does your site pass 4.1.1?

Run a free automated check now, or have certified IAAP/CPWA auditors test every criterion and document the result.

Book a meeting Start Free Trial