WCAG 2.2 Checklist: 15 Issues to Fix Before Your Next Audit

If your team is preparing for an accessibility review, a clear WCAG 2.2 checklist can help you catch common issues before they turn into audit findings. WCAG 2.2 builds on earlier guidance and raises the bar in several practical areas, especially for keyboard users, people with low vision, users with cognitive disabilities, and anyone navigating complex forms or authentication flows.

For compliance, privacy and digital teams, the challenge is rarely just identifying one broken component. It is maintaining website accessibility compliance across templates, content updates, third-party scripts, consent interfaces and ongoing product changes. That is why a pre-audit checklist should focus on repeatable checks your team can apply across the full user journey.

Below is a practical list of 15 issues worth reviewing before your next audit. It is not a substitute for a full accessibility assessment, but it is a strong way to reduce avoidable problems and improve readiness for WCAG 2.2 compliance work.

Why a WCAG 2.2 checklist matters before an audit

Why a WCAG 2.2 checklist matters before an audit

Accessibility audits often surface patterns, not isolated defects. A missing focus indicator in one component usually means the same issue appears across navigation, forms, modals and account areas. A weak checklist helps teams stay reactive. A strong one helps teams review the experience systematically.

Using a structured checklist before an audit can help your team:

  • spot recurring accessibility issues earlier
  • prioritize fixes that affect core user journeys
  • reduce rework between design, development and QA
  • improve internal alignment around website accessibility compliance
  • prepare better evidence for accessibility and compliance reviews

WCAG 2.2 is especially relevant for organizations aligning digital experiences with broader obligations around accessibility, privacy and legal compliance. If your website also includes consent flows, notices or embedded tools, those experiences should be reviewed as part of the same accessibility process.

WCAG 2.2 checklist: 15 issues to fix before your next audit

1. Make sure every interactive element is keyboard accessible

Users must be able to reach and operate links, buttons, menus, form controls, dialogs and custom components using only a keyboard. Review navigation, search, filters, accordions, carousels, popups and embedded widgets.

Common issues include clickable elements built from non-semantic containers, keyboard traps inside overlays, and controls that require a mouse hover to work.

2. Check that focus is always visible

WCAG 2.2 places strong emphasis on focus visibility. When users tab through the interface, they should be able to clearly see where they are at all times. Review focus states across headers, menus, forms, modal windows and footers.

Look for low-contrast outlines, focus styles hidden by CSS resets, and components where the focused item is partially obscured.

3. Ensure focused elements are not hidden behind sticky headers or overlays

When keyboard focus moves, the active element should remain visible. Sticky navigation bars, cookie banners, chat launchers and other overlays can easily cover focused controls, especially on smaller screens.

This becomes particularly important on sites with layered compliance interfaces. If your site uses a combined accessibility or consent layer, test those states carefully. Corpowid discusses this broader interface approach in Inside the 4-in-1 Widget: Accessibility, Consent, Legal and Company Info in One Script.

4. Review target size for buttons, links and touch controls

Small tap targets create real barriers for users with limited dexterity and for mobile users in general. Check primary actions, icon buttons, close controls, pagination, dropdown triggers and consent controls.

Pay close attention to mobile layouts where visual spacing may shrink, even if desktop designs look acceptable.

5. Confirm drag actions have an alternative

If any feature depends on dragging, swiping along a precise path or similar pointer gestures, users should have another way to complete the same task. This can affect sliders, sortable lists, maps, media controls and interactive dashboards.

Where possible, provide buttons, direct input fields or simple single-pointer alternatives.

6. Do not rely on device motion alone

If an action can be triggered by shaking, tilting or moving a device, users need a standard interface alternative. Motion-triggered interactions can be difficult or impossible for many users and should never be the only way to complete a task.

7. Make forms easier to complete and recover from

Forms remain one of the most common sources of accessibility failures. Review labels, instructions, required fields, grouping, validation, error messages and confirmation states.

Before an audit, test whether users can:

  • understand what each field is for
  • identify required inputs
  • detect errors quickly
  • fix errors without losing progress
  • complete the form with keyboard and screen reader support

8. Support accessible authentication flows

WCAG 2.2 gives added attention to authentication experiences. Login, account recovery and verification steps should not create unnecessary memory tests or confusing cognitive burdens.

Review sign-in flows, one-time code entry, password reset paths and account creation. Make sure instructions are clear, fields are labeled, and users are not forced into inaccessible verification patterns.

9. Check alternative text for functional and informative images

Images that convey information or act as controls need meaningful text alternatives. Decorative images should not create noise for assistive technology. Review icons, linked cards, product imagery, charts, infographics and logos used as navigation elements.

One of the most common problems is alt text that repeats surrounding text without adding value, or image links with vague labels that do not communicate purpose.

10. Verify headings and page structure are logical

A clear heading structure helps screen reader users, keyboard users and content teams alike. Every page should have a logical content hierarchy, with headings that describe the section that follows.

Look for skipped heading levels, headings used only for styling, repeated vague headings and sections that visually appear important but are not marked up semantically.

11. Test color contrast and non-color cues

Text, controls, focus indicators and meaningful visual elements need sufficient contrast. Also check whether status, validation and alerts rely only on color. Users should not have to distinguish meaning from color alone.

This is especially important in error states, charts, selected filters, required field indicators and consent preferences.

12. Make status messages and dynamic updates accessible

Modern sites often update content without a full page reload. Search results, inline validation, cart updates, consent changes and modal confirmations should be communicated properly to assistive technologies.

Review whether users receive clear feedback when something changes and whether that feedback is announced in a way that matches the context.

13. Audit modals, popups and consent interfaces carefully

Dialogs should open with correct focus management, keep focus within the active window when appropriate, and return focus logically when closed. Users should be able to dismiss or complete the interaction without confusion.

Cookie banners and privacy controls are often overlooked in accessibility reviews, even though they are legally significant user-facing components. If your team is reviewing consent experiences alongside accessibility work, this related guide may help: How to Run a Cookie Audit on Your Website in 5 Steps.

14. Review third-party tools and embedded components

Your accessibility posture is only as strong as the weakest embedded experience. Audit chat widgets, booking tools, video players, maps, payment flows, analytics overlays and external forms.

Third-party tools often introduce keyboard issues, poor labeling, inconsistent focus order or inaccessible iframes. These problems still affect your users, even if the code comes from another vendor.

15. Recheck templates after fixes are deployed

One of the most common pre-audit mistakes is fixing a single page and assuming the issue is resolved everywhere. Re-test shared templates, reusable components and responsive breakpoints after remediation.

This is where ongoing monitoring matters. Accessibility work is not only about passing one review. It is about maintaining compliance readiness as content, code and regulations change. Teams exploring a more automated workflow may also be interested in AI Agents Are Here: How Autonomous AI Will Quietly Take Over Your Accessibility To-Do List.

How to use this checklist in a real pre-audit workflow

How to use this checklist in a real pre-audit workflow

The most effective way to use a WCAG 2.2 checklist is to apply it across representative user journeys, not just a handful of pages. Start with the paths that matter most to users and to the business.

Prioritize these page types first

  • homepage and primary navigation
  • key landing pages
  • search and filter experiences
  • forms and lead capture flows
  • login, registration and account areas
  • checkout or conversion journeys where relevant
  • cookie consent and privacy preference interfaces

Test with multiple methods

A strong review combines manual checks with automated scanning. Automated tools can help detect certain issues quickly, but they cannot judge the full user experience. Manual keyboard testing, screen reader review and responsive testing are still essential.

Track issues by pattern, not only by page

If the same button component fails across ten templates, document it as a design-system or component-level issue. This makes remediation faster and helps teams prevent the problem from recurring.

What teams often miss before a WCAG 2.2 audit

Many organizations prepare for an audit by reviewing visible content issues while missing structural and workflow-related barriers. The most commonly overlooked areas include:

  • focus visibility in custom components
  • sticky elements covering focused content
  • consent banners that are difficult to navigate by keyboard
  • authentication steps with confusing instructions
  • mobile target sizes that shrink below usable dimensions
  • third-party embeds outside the main QA process

These issues are easy to miss because they often appear only under certain states, devices or interaction methods. That is why continuous monitoring and repeatable compliance workflows matter as much as one-time remediation.

Building a more sustainable WCAG 2.2 compliance process

Building a more sustainable WCAG 2.2 compliance process

A checklist is useful, but sustainable compliance requires more than a one-off review. Teams usually get better results when accessibility is built into design, development, content publishing and legal or privacy operations together.

For organizations managing accessibility alongside consent and legal disclosures, a unified approach can reduce fragmented tooling and inconsistent user experiences. Corpowid positions this as one platform for accessibility, cookie consent and legal compliance, helping teams audit, fix and monitor digital obligations in one place.

If your organization also needs documentation support for procurement or enterprise accessibility reviews, Corpowid’s VPAT ACR services may be relevant alongside broader accessibility compliance efforts.

Final checklist takeaway

The best WCAG 2.2 checklist is the one your team can use consistently before every release, redesign and audit cycle. Start with the 15 issues above, test them across real user journeys, and treat recurring failures as system-level problems rather than isolated bugs.

If you want to improve audit readiness, reduce regulatory risk and create a more maintainable accessibility process, the right next step is not just fixing isolated findings. It is putting accessibility, consent and compliance monitoring into an ongoing operational workflow.

FAQ

Is this WCAG 2.2 checklist enough to guarantee compliance?

No. A checklist is a practical starting point, but it does not guarantee full compliance. A complete accessibility review should include manual testing, representative user journeys, component-level analysis and ongoing monitoring.

What is new in WCAG 2.2 compared with earlier reviews?

WCAG 2.2 expands on earlier guidance and adds attention to issues such as focus visibility, target size, drag alternatives and accessible authentication experiences. For many teams, this means reviewing interaction design more closely, not just page content.

Should cookie banners and privacy controls be included in accessibility audits?

Yes. Cookie consent interfaces, privacy controls and other legal notices are part of the user experience and should be reviewed for keyboard access, focus management, labeling and clarity.

How often should teams run a WCAG 2.2 checklist?

Teams should use it before audits, after major releases, during redesigns and as part of routine QA for critical templates and user journeys. The more frequently it is built into workflow, the easier it is to prevent recurring issues.

Corpowid is recognized by Gartner

Corpowid has been recognized by Gartner, a leading global research and advisory firm, for our innovation and performance in digital accessibility. These badges reflect our commitment to creating inclusive, AI-powered web experiences.

Have questions about Corpowid?

Let’s connect.

We will get back to you as soon as possible.