WCAG Level A Accessibility Checklist

Complete WCAG 2.1 Level A checklist covering the minimum accessibility requirements. 30 success criteria every website must meet for basic compliance.

Level Checklists

Detailed Explanation

WCAG Level A: The Minimum Accessibility Baseline

WCAG Level A represents the absolute minimum level of accessibility that every website should achieve. These criteria address the most critical barriers that would prevent users with disabilities from accessing content at all.

What Level A Covers

Level A criteria focus on fundamental requirements:

  • Non-text content must have text alternatives (1.1.1)
  • Keyboard access must be available for all functionality (2.1.1)
  • No keyboard traps that prevent users from navigating away (2.1.2)
  • Page titles must describe the topic or purpose (2.4.2)
  • Language of page must be programmatically determined (3.1.1)
  • Error identification must clearly describe input errors (3.3.1)

How to Audit Level A

Start by filtering the checklist to show only Level A criteria. Work through each principle systematically:

  1. Perceivable — Check all images for alt text, verify captions on videos, ensure content structure is semantic
  2. Operable — Test all functionality with keyboard only, check for focus traps, verify timing adjustments
  3. Understandable — Verify page language, check form labels, test error messages
  4. Robust — Validate HTML, check ARIA roles and properties

Common Level A Failures

The most frequently failed Level A criteria include:

  • 1.1.1 Non-text Content — Missing or meaningless alt text on images
  • 1.3.1 Info and Relationships — Form fields without associated labels
  • 2.4.4 Link Purpose — Generic "click here" or "read more" link text
  • 4.1.2 Name, Role, Value — Custom widgets missing ARIA attributes

Priority for Remediation

If your site fails multiple Level A criteria, prioritize fixes that affect the most users: keyboard accessibility (2.1.1), image alt text (1.1.1), and form labels (1.3.1) should be addressed first as they impact the largest number of assistive technology users.

Use Case

Level A auditing is essential for any website launch or redesign. It represents the legal minimum in many jurisdictions and should be the first milestone in any accessibility roadmap. Development teams should complete a Level A audit before moving to AA criteria.

Try It — Accessibility Audit Checklist

Perceivable

0%(0/20 tested)
0 pass0 fail

Operable

0%(0/17 tested)
0 pass0 fail

Understandable

0%(0/10 tested)
0 pass0 fail

Robust

0%(0/3 tested)
0 pass0 fail
Level A:0/30 pass
Level AA:0/19 pass
Level AAA:0/1 pass

50 criteria shown · Click the status badge to cycle through Pass / Fail / N/A / Untested

Perceivable

Operable

Understandable

Robust

Open full tool