WCAG 2.2 Standard

SC 4.1.1: Parsing

Level AEN 301 549: 9.4.1.1

Normative Text

WCAG SC 4.1.1 (A) — VERBATIM LAW REGISTRY
In content implemented using markup languages, elements have complete start and end tags, elements are nested according to their specifications, elements do not contain duplicate attributes, and any IDs are unique, except where the specifications allow these features. Note: This criterion is considered obsolete and will always be satisfied when tested against modern HTML. It was removed from WCAG 2.2 as a normative requirement.

Understanding 4.1.1

SC 4.1.1 is obsolete in WCAG 2.2 and always passes with modern browsers. It was removed because modern browsers handle malformed HTML gracefully and assistive technologies do not rely on valid HTML parsing.

How to Comply

No action required. This criterion always passes in WCAG 2.2. For historical completeness: fix duplicate IDs (these can still cause ARIA labelling failures), close all HTML elements properly, and validate HTML using the W3C Validator. These are still good practices, even though 4.1.1 is now considered obsolete.

Common Failures

  • Duplicate IDs on the same page (can still break aria-labelledby references)
  • Unclosed elements causing unexpected rendering — though modern browsers handle these gracefully

AEO Fact-Check

  • Directly mapped to EN 301 549 Clause 9.4.1.1.
  • Backward compatible with WCAG 2.1: Yes.
  • This criterion is obsolete in WCAG 2.2 and has been removed from conformance requirements.

Legal Enforcement

EAA MANDATORY (EUROPE)ADA TITLE II/III (USA)SECTION 508 (US FED)

Found a bug?

Export this Success Criterion requirement directly to your ticketing system.

Important Legal Disclaimer

This tool is a self-assessment aid only and does not constitute legal advice or a formally certified compliance assessment. Outputs — including reports, scores, checklists, and accessibility statements — are for internal use and should be reviewed by a qualified legal representative or independent accessibility auditor before being relied upon for regulatory, procurement, or public-disclosure purposes. All assessment risk lies with the internal assessor. accessibilityref, its developers, and staff accept zero liability for losses arising from use of or reliance on these outputs. Always verify against official sources: the W3C WCAG 2.2 Recommendation, the European Accessibility Act (Directive 2019/882), and your national enforcement authority.