Study: AudioEye detects up to 2.5x more issues than other tools
Get ReportThe Complete WCAG 2.1 AA Checklist for Website Accessibility
Ensure your website meets WCAG standards with our comprehensive WCAG checklist. Discover key principles and compliance levels for optimal accessibility.
Author: Missy Jensen, Senior Content Strategist: AI Search and Discovery
Published: 05/21/2026
)
Despite the benefits of digital accessibility, organizations still struggle to meet minimum accessibility requirements(opens in a new tab). Based on a scan of over 400,000 enterprise web pages across 15,000 websites, we found that:
38% of images are not accessible to individuals with visual impairments.
80% of pages have links that are not clear to people with visual or cognitive impairments.
35% of forms are missing clear labels.
It’s these issues (among dozens of others) that result in just 3% of the internet being accessible to individuals with disabilities.
The World Wide Web Consortium(opens in a new tab) (W3C) created the Web Content Accessibility Guidelines(opens in a new tab) (WCAG) to help organizations improve accessibility for individuals with disabilities. WCAG is a shared, international standard that businesses should follow to meet accessibility standards. The guidelines contain 86 success criteria that, when met, increase accessibility and usability on digital platforms, including websites, mobile devices, digital documents, and other user interfaces.
Below, we’ve put together an in-depth checklist of WCAG success criteria to ensure your digital products meet web accessibility compliance standards.
WCAG Checklist
This WCAG 2.1 AA checklist covers all Level A, Level AA, and Level AAA success criteria, plus the nine new criteria added in WCAG 2.2. Don’t be overwhelmed by the number of success criteria — there are many, but meeting them is doable with the right tools.
We recommend starting with Level A success criteria before moving on to higher levels. You may also want to consider tackling easier fixes while creating a plan for more complex ones.
WCAG Checklist Level A
Level A criteria represent the minimum accessibility requirements. All websites should meet these before moving to higher levels.
WCAG Checklist Level AA
Level AA is the standard required by most digital accessibility laws, including the ADA (US), EN 301 549 (EU), and AODA (Canada).
WCAG Checklist Level AAA
Level AAA represents the highest level of accessibility. Most organizations do not target full Level AAA conformance, but individual Level AAA criteria can be implemented where feasible.
WCAG Pass and Fail Examples
Below are pass and fail examples for ten commonly referenced criteria. For each, here is what conformance looks like, and what typically causes a fail.
Non-text Content (1.1.1, Level A)
Pass: A product photo uses alt text that describes an image as: 'Red, high-top sneaker photographed from the side against a white background.'
Fail: The same image uses 'alt=image' or has no alt attribute at all. Decorative images that should be hidden from screen readers use a filename instead of an empty 'alt=""'.
Contrast Minimum (1.4.3, Level AA)
Text needs a contrast ratio of at least 4.5:1 against its background or 3:1 for large text.
Pass: Body text in dark gray (#595959) on a white background, a ratio of 7:1.
Fail: Light gray placeholder text (#AAAAAA) on white, a ratio of 2.3:1, well below the threshold.
Keyboard (2.1.1, Level A)
All keyboard functionality must be operable with a keyboard alone.
Pass: A user can open a dropdown menu, move through its options, and select one using only 'Tab', arrow keys, and 'Enter.'
Fail: A custom menu opens only on mouse hover and cannot be reached or triggered by keyboard.
Focus Visible (2.4.7, Level AA)
Keyboard focus must be visibly indicated on interactive elements.
Pass: Tabbing to a link or button shows a clear outline or highlight around the focused element.
Fail: A stylesheet sets 'outline:none' on buttons with no replacement, so keyboard users cannot tell where they are on the page.
Page Titles (2.4.2, Level A)
Each page needs a descriptive, unique title.
Pass: A checkout page titled 'Checkout, Step 2 of 3, Shipping, Example Store.'
Fail: Every page across the site is titled 'Home' or 'Untitled.'
Link Purpose (2.4.4, Level A)
The purpose of a link should be clear from its text, or from its text plus immediate context.
Pass: A link reads 'Download the 2026 accessibility report.'
Fail: Several links across the page all read 'click here' or 'read more,' with no way to tell where each link goes.
Headings and Labels (2.4.6, Level AA)
Headings and form labels should be descriptive and not misleading.
Pass: A form field is labeled "Email Address," and the section above it is headed "Billing Information."
Fail: A form field has placeholder text but no programmatic label, so a screen reader announces only 'edit text.'
Resize Text (1.4.4, Level AA)
Text must remain readable and functional when zoomed to 200 percent.
Pass: At 200 percent zoom, text reflows and stays fully readable without loss of content or function.
Fail: At 200 percent zoom, text is cut off, overlaps other elements, or forces horizontal scrolling to read a line.
Target Size Minimum (2.5.8, Level AA)
Pointer targets must be at least 24 by 24 CSS pixels, unless an exception such as adequate spacing applies.
Pass: Buttons in a mobile navigation bar are 44 by 44 pixels, comfortably above the minimum.
Fail: Two icon links sit 18 pixels apart at 16 by 16 pixels each, with no spacing exception, making them easy to mis-tap.
Error Identification (3.3.1, Level A)
Input errors must be identified clearly and described to the user in text.
Pass: A form flags "Enter a valid email address, for example name@examle.com" next to the field, and the error is announced to screen readers.
Fail: An invalid field is marked only by turning red, with no text explaining what went wrong.
What Changed in WCAG 2.2: 9 New Success Criteria
WCAG 2.2 was published by the W3C in October 2023, adding 9 new success criteria across the A, AA, and AAA conformance levels. The update focuses heavily on keyboard navigation, touch interaction, and authentication, areas where the previous standard had meaningful gaps.
One criterion was also removed: 4.1.1 Parsing, which had become largely redundant with modern browser behavior and HTML validation practices. Organizations working toward WCAG 2.1 AA conformance will need to evaluate their sites against these additions as adoption requirements continue to evolve.
Competitive data on this page was collected as of August 13, 2026 and is subject to change or update. AudioEye does not make any representations as to the completeness or accuracy of the information on this page.
WCAG remains the current compliance benchmark for most international accessibility laws, but organizations should begin planning for alignment with WCAG 2.2.
WCAG Conformance and Digital Accessibility Laws
Everyone has the right to access and use online content — following the success criteria included above enables you to create an accessible, functional environment that everyone can use. However, digital accessibility is also a legal requirement worldwide. Most international accessibility laws use WCAG as the standard for accessibility, including:
The Americans with Disabilities Act (ADA): The ADA(opens in a new tab) prohibits discrimination against individuals with disabilities in public spaces, which includes the internet. Failure to meet ADA requirements (including creating an ADA-compliant website) can result in litigation. To comply with the ADA, you’ll need to meet the requirements included in WCAG 2.1 Level AA.
The European Accessibility Act (EAA): Similar to the ADA, the EAA requires all public-sector organizations within the EU to provide accessible products and services. One thing to note: The EAA enforces POUR principles over WCAG; however, following WCAG principles puts you in a strong position to meet POUR principles.
The Accessibility for Ontarians with Disabilities Act (AODA): Under the AODA, businesses cannot discriminate against individuals with disabilities “with respect to goods, services, facilities, accommodation, employment, buildings, structures, and premises.” The AODA also uses WCAG 2.1 Level AA as a basis for AODA compliance.
AudioEye: Helping You Achieve WCAG Conformance with Ease
Making your website accessible doesn’t have to be overwhelming. The checklist above gives you a solid foundation, but with so many WCAG success criteria — and some highly technical details — it can be difficult to identify and fix every issue on your own.
That’s where AudioEye comes in. We’re the only solution that combines AI-powered automation, expert audits, and expert-written custom fixes in a single platform, covering more WCAG success criteria than any other platform. And with AudioEye Assurance, you get the industry’s only real legal guarantee. The result: 400% more protection than automation-only solutions, and the lowest valid legal claim rate in the industry.
Ready to get started? AudioEye's WCAG compliance solution maps directly to the criteria in this checklist — see how AudioEye helps organizations achieve and maintain WCAG 2.1 AA conformance in our comprehensive WCAG guide.
Want to see how accessible your existing content is? Use our free Website Accessibility Checker. Or schedule a demo to see the full AudioEye platform in action.
Frequently Asked Questions
Share Article
)
)
)