The Complete Guide to Accessibility QA

Beyond compliance: how to build truly accessible digital experiences that delight users and grow your agency's reputation.

Beyond compliance: how to build truly accessible digital experiences that delight users and grow your agency's reputation.

Everyone talks about accessibility. They nod along, maybe even add a WCAG checklist to their project brief. It’s the right thing to do, they say. And none of that is wrong. But it’s incomplete.

The hard truth is that accessibility isn't a feature you bolt on at the end. It's a foundational requirement that impacts design, development, and crucially, your quality assurance process. Skipping rigorous accessibility QA isn't just bad practice; it's a direct route to alienating users and damaging your agency’s credibility.

1. Why Accessibility QA Matters More Than You Think

You might assume that if your design looks good and functions on a basic level, it’s accessible. You might even think that developers are handling it all.

This is a dangerous assumption. Accessibility issues often hide in plain sight, invisible to the average user but glaringly obvious—and frustrating—to those with disabilities.

Consider these points:

  • A visually stunning hero image with no alt text? Inaccessible to screen reader users.
  • A form with poor color contrast? Unreadable for users with low vision.
  • Interactive elements that can’t be navigated with a keyboard? A dead end for many.
  • Content structured without clear headings? A maze for screen reader users.

These aren't edge cases. They are common oversights that turn potential clients into frustrated visitors. Good accessibility QA catches these before launch, saving you costly rework and reputational damage.

2. Building an Accessibility QA Checklist

A comprehensive accessibility QA process starts with a robust checklist. This isn't just ticking boxes; it’s a systematic approach to verifying usability for everyone.

Your checklist should cover four key areas: Visual, Auditory, Motor, and Cognitive.

Visual Considerations

Can users see and perceive the content effectively?

  • Color Contrast: Ensure sufficient contrast between text and background. Aim for WCAG AA standards (4.5:1 for normal text, 3:1 for large text). Tools like WebAIM's Contrast Checker are essential.
  • Text Size and Readability: Text should be resizable without loss of content or functionality. Avoid tiny fonts.
  • Focus Indicators: When navigating via keyboard, the active element must have a clear visual indicator.
  • Information Hierarchy: Use headings (H1, H2, H3, etc.) correctly to structure content logically.

Auditory Considerations

Can users process information that relies on sound?

  • Captions and Transcripts: All video and audio content needs accurate captions and, ideally, full transcripts.
  • Avoid Autoplaying Media: If audio or video must play automatically, provide an easy way to stop or mute it.

Motor Considerations

Can users interact with the interface using various input methods?

  • Keyboard Navigation: All interactive elements must be reachable and operable using the Tab key (and Shift+Tab). The tab order must be logical.
  • Click Target Size: Buttons and links should be large enough to be easily tapped or clicked, especially on touch devices. Aim for at least 44x44 CSS pixels.
  • Time Limits: Avoid arbitrary time limits on tasks. If necessary, allow users to extend or disable them.

Cognitive Considerations

Can users understand and process the information and interface?

  • Clear Language: Use plain language. Avoid jargon and complex sentence structures.
  • Consistent Navigation: Navigation should be predictable and consistent across the entire site or application.
  • Error Prevention and Recovery: Clearly inform users of errors and provide simple ways to correct them. Make sure error messages are descriptive.

3. Automated vs. Manual Accessibility Testing

Many teams rely solely on automated tools. They’re fast, cheap, and catch some issues.

But automated tools can only detect about 30-40% of accessibility problems. They miss context, nuance, and many usability issues.

Think of it this way: an automated tool can tell you if a button *exists*, but it can't tell you if it's *understandable* or *usable* by someone with a specific disability.

Manual testing is non-negotiable. This involves:

  • Keyboard-only testing: Can you use the entire site with just a keyboard?
  • Screen reader testing: Use tools like NVDA (free), JAWS (paid), or VoiceOver (built-in on Apple devices) to navigate your site.
  • Zoom testing: Zoom the page to 200% and check for reflow issues and readability.
  • User testing: Involve actual users with disabilities if possible. This provides invaluable, real-world feedback.

Combine both approaches for maximum coverage. Run automated checks frequently, but dedicate time for thorough manual audits.

4. Integrating Accessibility into Your Workflow

Accessibility QA shouldn't be an afterthought. It needs to be baked into your entire project lifecycle.

Discovery & Strategy

Discuss accessibility requirements upfront. Understand the target audience and their needs. Reference WCAG guidelines early.

Design Phase

Designers must consider color contrast, focus states, information hierarchy, and logical content flow from the start. Use design systems that incorporate accessible components.

Development Phase

Developers should write semantic HTML, use ARIA attributes correctly where needed, and build with keyboard navigation in mind. Implement automated accessibility checks in CI/CD pipelines.

QA & Testing Phase

This is where your comprehensive checklist and manual testing come into play. Test across different browsers, devices, and assistive technologies.

Launch & Maintenance

Accessibility is ongoing. Regularly audit live content and update components as standards evolve or new issues arise.

This integrated approach prevents costly fixes later and ensures accessibility is a core part of your agency’s value proposition.

5. Where Revue Fits In

Managing feedback and revisions can quickly become a bottleneck, especially when accessibility concerns are raised late in the process. This is where a centralized platform like Revue becomes invaluable.

Revue streamlines the entire feedback loop. Instead of scattered email threads or confusing annotation tools, all client feedback lives in one place. This means:

  • Clear Audit Trails: Every comment, revision, and approval is logged. You can easily track discussions related to accessibility features.
  • Contextual Feedback: Feedback is tied directly to specific design elements, making it easier to understand and act upon, including accessibility-related notes.
  • Version Control Visibility: See how design or development changes address (or introduce) accessibility issues across revisions.
  • Streamlined Approvals: Ensure accessibility requirements are met before final sign-off, preventing issues from slipping through the cracks.

By centralizing communication and tracking revisions, Revue helps ensure that accessibility isn't just discussed, but demonstrably addressed and approved, making your QA process more efficient and your final deliverables more robust.

6. Common Accessibility Pitfalls to Avoid

Even with a checklist, certain traps are easy to fall into.

  • Over-reliance on ARIA: ARIA (Accessible Rich Internet Applications) is powerful but complex. Use native HTML semantics first. ARIA should *enhance*, not replace, good HTML. Incorrect ARIA is worse than no ARIA.
  • Ignoring Dynamic Content: Content that updates without a page reload (e.g., error messages, notifications) needs proper ARIA live regions to alert screen reader users.
  • Focus Management Issues: When modals or menus appear, focus must shift to them. When they close, focus should return to the element that triggered them.
  • Inconsistent Design Patterns: Using the same UI pattern for different functions confuses users. Stick to established, accessible patterns.
  • Treating Accessibility as a One-Off Task: Accessibility is not a sprint; it's a marathon. Continuous learning and auditing are key.

7. Final Thought

Building accessible digital products isn't just about compliance or avoiding lawsuits. It's about creating experiences that are usable, enjoyable, and equitable for everyone.

It’s about expanding your market, demonstrating genuine care for your users, and ultimately, building a stronger, more reputable agency.

Are you treating accessibility QA as a core competency, or just another item on a compliance checklist?

Frequently asked questions

What are the main benefits of prioritizing accessibility QA?

Prioritizing accessibility QA expands your user base, enhances brand reputation, reduces legal risk, and fosters innovation by encouraging user-centered design for all.

How often should accessibility testing be performed?

Accessibility testing should be an ongoing process integrated throughout the project lifecycle, from design and development to post-launch maintenance, not just a final QA step.

Can automated tools fully test for accessibility?

No, automated tools can only detect a fraction of accessibility issues. Manual testing, including keyboard navigation and screen reader testing, is essential for comprehensive coverage.

What is the role of ARIA in accessibility?

ARIA (Accessible Rich Internet Applications) supplements HTML to make dynamic content and advanced UI controls accessible to assistive technologies. However, it should be used cautiously and correctly, prioritizing native HTML semantics first.

How does Revue help with accessibility QA?

Revue centralizes feedback and revision tracking, providing a clear audit trail for accessibility-related comments and approvals, making the QA process more efficient and ensuring issues are addressed before launch.

Written by

Revue Editorial

Insights on quality, collaboration, and the craft of running a creative team — from the Revue team.

Join the beta

The newsletter for creative agency operators.

One essay every Thursday. No fluff, no roundups.

Join the waitlist →