WCAG Checklist for Beginners 2026: Your Complete Guide to Web Accessibility
New to web accessibility? The WCAG (Web Content Accessibility Guidelines) might seem overwhelming at first. There are 50+ success criteria across three levels — A, AA, and AAA.
But here's the good news: Most businesses only need to worry about Level A and Level AA. And this beginner-friendly checklist breaks it down into simple, actionable items.
📖 What is WCAG?
WCAG stands for Web Content Accessibility Guidelines. It's the international standard for making websites accessible to people with disabilities. Courts use WCAG 2.1 Level AA to determine ADA compliance.
Three levels:
- Level A: Must have (minimum) — 30 criteria
- Level AA: Should have (legal standard) — 20 additional criteria
- Level AAA: Nice to have (optional) — 28 additional criteria
✅ Test Your Website Against WCAG
Use AccessiTool's free WCAG checker to see if your site meets Level AA standards.
Run Free WCAG Scan →📋 Free Printable WCAG Checklist
Download or print this checklist to track your compliance progress.
WCAG 2.1 Level A Checklist (Must Have)
These are the minimum requirements. If your website fails any of these, you're at high legal risk.
👁️ 1. Perceivable — Can users perceive the content?
All images, icons, and graphics need alt text descriptions for screen readers.
Fix: Add alt attribute to all img tagsProvide alternatives for audio-only (podcasts) and video-only content.
Fix: Add text transcriptAll prerecorded videos need captions.
Fix: Add captions via YouTube/Vimeo or captioning serviceUse proper HTML (headings, lists, tables) — not just visual styling.
Fix: Use H1-H6, ul/ol, th/td correctlyContent should make sense when read in code order.
Fix: Check tab order matches visual orderDon't convey information using color alone.
Fix: Add text labels or icons alongside colorsAuto-playing audio must have a way to pause/stop.
Fix: Add audio controls or don't autoplay⌨️ 2. Operable — Can users navigate and interact?
All functionality must work with a keyboard (no mouse required).
Fix: Test your site using only Tab and Enter keysKeyboard focus should never get stuck in a component.
Fix: Press Tab repeatedly — can you escape every element?Users should be able to turn off, adjust, or extend time limits.
Fix: Avoid time limits or provide a warning/extension optionMoving, blinking, scrolling, or auto-updating content must have controls.
Fix: Add pause buttons to carousels and animationsNo content should flash more than 3 times per second.
Fix: Remove flashing animationsProvide a way to skip repeated content (like navigation menus).
Fix: Add "Skip to main content" linkEvery page must have a descriptive title.
Fix: Add <title> tag in HTML headKeyboard focus order should preserve meaning.
Fix: Check tab order with Tab keyLink text should describe the destination (not "click here").
Fix: Use "Read more about ADA compliance" instead of "Click here"📖 3. Understandable — Can users understand the content?
Declare the default language of your page.
Fix: Add lang="en" to html tagFocusing an element shouldn't cause unexpected changes.
Fix: Don't auto-submit forms on focusChanging form values shouldn't cause unexpected changes.
Fix: Don't auto-submit on dropdown selectionClearly identify input errors.
Fix: Show error messages with descriptive textProvide labels or instructions for form inputs.
Fix: Add visible labels to all form fields🤖 4. Robust — Can assistive technologies read the content?
HTML must be valid with complete start/end tags.
Fix: Use HTML validator to checkCustom components must expose their name, role, and value to assistive tech.
Fix: Use ARIA attributes properlyWCAG 2.1 Level AA Checklist (Legal Standard)
These are required for ADA compliance. Most lawsuits reference Level AA criteria.
👁️ Level AA — Perceivable
Live audio/video needs captions.
Fix: Use live captioning servicePrerecorded video needs audio descriptions for important visual info.
Fix: Add audio description trackContent not restricted to portrait or landscape orientation.
Fix: Ensure responsive design works in both orientationsForm fields should have autocomplete attributes.
Fix: Add autocomplete="name", autocomplete="email", etc.Text must have 4.5:1 contrast ratio (normal) or 3:1 (large).
Fix: Use AccessiTool's color contrast checkerText must resize to 200% without loss of content or functionality.
Fix: Use relative units (em, rem) instead of pixelsDon't use images of text when text can be used.
Fix: Replace image-text with real HTML textContent should reflow to one column at 400% zoom.
Fix: Use responsive design with flexible widthsUI components (buttons, icons) must have 3:1 contrast.
Fix: Check button borders and icon contrastLine height, paragraph spacing, and letter spacing can be adjusted.
Fix: Don't restrict text spacing with overflow:hiddenTooltips and popups must be dismissible and hoverable.
Fix: Add close buttons and ensure content stays visible⌨️ Level AA — Operable
Provide multiple ways to find content (search, sitemap, navigation).
Fix: Add search box and sitemap pageHeadings and labels should describe their purpose.
Fix: Use clear, descriptive headings (not "Click here")Keyboard focus must be visible at all times.
Fix: Add :focus { outline: 2px solid blue; } to CSSVisible labels must match the accessible name.
Fix: Ensure button text matches what screen readers announce📖 Level AA — Understandable
Declare language changes within content.
Fix: Use lang attribute for different languagesNavigation menus should be consistent across pages.
Fix: Use same navigation order on all pagesSame components should be identified consistently.
Fix: Use same icon/label for search across all pagesProvide suggestions for fixing input errors.
Fix: "Email must include @ symbol"Legal/financial transactions must be reversible, checked, or confirmed.
Fix: Add confirmation screen before final submission🔍 Test Your Website Against This Checklist
Run a free ADA compliance scan to see which criteria your website fails.
Run Free Scan →WCAG 2.1 Level AAA (Optional — Not Required)
Level AAA is not required by law. It's for websites that want to be fully accessible to everyone. Skip these unless you have the resources.
- Sign language interpretation (1.2.6)
- Extended audio descriptions (1.2.7)
- Contrast ratio 7:1 (1.4.6)
- No background audio (1.4.7)
- Visual presentation customization (1.4.8)
- Images of text not used (1.4.9)
- No time limits (2.2.3)
- Interruptions can be postponed (2.2.4)
- Authentication doesn't require memory (2.5.6)
- Unusual words defined (3.1.3)
- Abbreviations explained (3.1.4)
- Reading level lower secondary (3.1.5)
- Pronunciation guide (3.1.6)
Quick Start Guide: How to Use This Checklist
- Print this page — Click the "Print" button at the top
- Run an automated scan — Use AccessiTool's free WCAG checker
- Check each item — Mark ✓ when your site passes
- Fix failures — Start with Level A, then Level AA
- Rescan — Verify fixes worked
Internal Links: More Resources
Frequently Asked Questions
Final Thoughts
The WCAG checklist for beginners might seem long, but don't let it overwhelm you.
Start with the Level A items (must-haves). Fix those first. Then move to Level AA. Most businesses can achieve Level AA compliance in 1-3 days.
The most important step? Start today. Run a free scan. Fix one issue at a time. Your users — and your legal team — will thank you.
🚀 Ready to Check Your Website?
Free WCAG 2.1 Level AA scan. No signup. Instant results.
Scan My Website Free →10 seconds. No credit card. No signup.
💬 Comments (0)