Accessibility
––
July 2025

What Accessibility Compliance Really Means

Written by
Create Ape
and
reviewed by
Reviewed by

Why Most Teams Get Accessibility Compliance Wrong

Accessibility compliance means meeting established legal, technical, and operational standards to ensure your digital product can be used by people with disabilities. But despite being a critical component of responsible design, it’s still widely misunderstood, and often treated as a vague requirement rather than a core business function.

You’ve probably seen the term in pitch decks, procurement checklists, or legal reviews. Most teams know accessibility compliance is important. They know it’s tied to legal risk. But few understand what it actually requires or how to integrate it into their workflow.

That lack of clarity creates costly gaps. Compliance is not just about avoiding lawsuits, it’s about building products that real people can actually use. More than that, accessibility compliance defines how inclusive, scalable, and sustainable your digital experience is. It influences how your team works, how your tech stack is structured, and whether your platform is future-proofed against regulatory scrutiny and real-world use.

In this article, we’ll break down what accessibility compliance actually means across four key areas:

  • Legal (what laws apply)

  • Technical (what standards to meet)

  • Operational (how it fits into your processes)

  • Contractual (what buyers and partners expect)

We’ll also explore who owns accessibility in an organization, where it fits into your product lifecycle, and how to move beyond one-time fixes toward sustainable compliance.

4 pillars of accessibility: legal, technical, operational and contractual

What “Compliance” Actually Means in Digital Accessibility

Saying your product is “compliant” often means very little. Teams usually reference a WCAG checklist, a VPAT, or a one-time audit. But true digital accessibility compliance spans four distinct areas: legal, technical, operational, and contractual. If you're missing one, you're not actually compliant. You're just checking boxes.

Legal

This is where regulations and liability come into play. In the United States, the Americans with Disabilities Act (ADA) has been interpreted by courts to apply to websites and mobile apps. In the 2019 Domino’s Pizza case, the U.S. Supreme Court declined to hear the company’s appeal after a blind plaintiff sued over an inaccessible website and app. This allowed the Ninth Circuit’s ruling to stand, confirming that digital platforms fall under ADA Title III.

Across the European Union, the Web Accessibility Directive requires public sector websites and mobile apps to comply with accessibility standards. This includes publishing accessibility statements, implementing feedback mechanisms, and submitting to government-led monitoring and enforcement.

Technical

Legal requirements are enforced through technical standards, and WCAG is the most widely used benchmark. The Web Content Accessibility Guidelines define what it means for content to be:

  • Perceivable
  • Operable
  • Understandable
  • Robust

These principles translate into specific criteria that designers and developers can build toward. For example, providing alt text for images, ensuring full keyboard navigation, or maintaining clear content hierarchy. In Europe, these technical requirements are formalized through EN 301 549, the accessibility standard required for public procurement contracts.

Operational

You cannot maintain accessibility without a process. Real compliance requires governance, audits, training, and shared accountability across roles. For example, under the EU directive, public institutions must publish accessibility statements and undergo regular external reviews. That forces operations teams to treat accessibility as an ongoing practice, not a project.

Organizations without clear policies, ownership, and feedback loops tend to patch the same issues repeatedly, never improving the system itself. Accessibility becomes a fire drill instead of a design principle.

Contractual

In enterprise settings, accessibility compliance is often required by contract. Many RFPs demand a VPAT (Voluntary Product Accessibility Template) to document a product’s conformance to WCAG standards. Public sector clients, especially in education, healthcare, and government, may outright reject vendors who cannot demonstrate compliance.

In the EU, tenders often require conformity to EN 301 549 as a precondition. If your product doesn’t meet that standard, you don’t even get to bid.

Where Compliance Breaks Down

Accessibility issues show up in the most basic flows:

  • Sign-up forms with unlabeled fields
  • Dashboards that rely on color alone
  • Checkout flows that cannot be used without a mouse
  • PDFs with no structure or tags
  • Videos with no captions

Each of these is a risk surface. Each one can cause a user to leave, a contract to fall through, or a lawsuit to land.

The takeaway: Compliance is not about passing a scan. It is a layered system that touches law, engineering, operations, and procurement. Treating it like a standalone task guarantees failure. Teams that get it right embed accessibility into how they build, how they sell, and how they scale.

Inside WCAG: What the Guidelines Really Say and Why They Matter

The Web Content Accessibility Guidelines (WCAG) are often misunderstood as a checklist, but they define the foundation of digital accessibility. WCAG sets the standard for how websites and applications should work across devices, platforms, and assistive technologies. This section explains where WCAG came from, how it’s structured, and why that structure matters in product development.

A Brief History of WCAG

WCAG was developed by the World Wide Web Consortium (W3C) and first released in 1999. WCAG 1.0 laid the groundwork, but WCAG 2.0 introduced a more flexible, principle-driven model in 2008. That version became an international standard in 2012 as ISO/IEC 40500. In 2018, WCAG 2.1 added 17 new success criteria to better support users with low vision, cognitive disabilities, and mobile navigation needs.

WCAG 2.2 was released in October 2023. It introduced 9 additional criteria, focusing on focus indicators, target size, and preventing input errors for users with physical or cognitive limitations. WCAG 3.0 is currently in draft status. It aims to offer a broader scoring model that includes more types of content and interfaces, but it is not yet finalized or enforceable.

The POUR Principles

WCAG is built around four core principles: Perceivable, Operable, Understandable, and Robust. Together, they define what it means for content to be accessible.

Perceivable

Content must be presented in ways users can detect, whether by sight, sound, or touch. Examples include:

  • Alt text for images
  • Captions for videos
  • Sufficient color contrast between text and background

Example: A banking app that adds accurate captions to video tutorials helps users with hearing loss complete onboarding independently.

Operable

Users must be able to navigate and interact with all functionality. This includes:

  • Full keyboard access
  • Logical focus order
  • Adjustable timeouts for interactive elements

Example: A modal window that traps keyboard focus becomes navigable when Tab and Escape are correctly implemented, improving usability for all.

Understandable

The interface must be predictable and readable. This means:

  • Consistent navigation and labels
  • Clear instructions and helpful error messages
  • Use of plain, concise language

Example: An insurance form that replaces “State” with “State abbreviation (e.g., NY)” and adds validation prompts reduces form abandonment.

Robust

Content must work across browsers and assistive tech. This includes:

  • Clean HTML with correct semantic tags
  • Proper ARIA usage
  • Dynamic content updates communicated via live regions

Example: A chat widget that failed to notify screen reader users about new messages became accessible once ARIA live regions were implemented.

Puzzle with the pour principle: perceivable, operable, understandable and robust

WCAG Conformance Levels

There are three WCAG conformance levels:

  • Level A: Basic requirements that remove major access barriers
  • Level AA: Widely accepted legal and industry standard
  • Level AAA: Advanced level, difficult to implement fully across entire products

Most legal mandates and enterprise contracts specify WCAG 2.1 Level AA as the baseline.

Why POUR Should Shape Product Workflows

The POUR principles are not tasks to check off. They are foundations for good product decisions. If your team designs a flow that only works with a mouse, or writes unclear button text, you are violating WCAG even before the first audit.

Building accessibility into your process means:

  • Starting with contrast, semantics, and clarity in design
  • Enforcing accessibility standards in code
  • Running manual and assistive-tech QA tests
  • Creating components that follow POUR by default in your design system

Skipping this work early leads to compliance failures later, and expensive rework.

WCAG Is Technical, Laws and Contracts Make It Enforceable.

WCAG tells teams how to build accessible digital products. But it only becomes enforceable when referenced in laws, court rulings, government regulations, or contracts. This section explains how that happens and where organizations are legally exposed.

ADA and DOJ Guidance in the United States

The Americans with Disabilities Act (ADA) covers digital experiences under Title II (state and local governments) and Title III (businesses that serve the public). While the ADA does not name websites directly, the Department of Justice has made it clear that websites and mobile apps must be accessible. WCAG 2.1 Level AA is now the official standard for Title II digital services, following a final rule issued in April 2024.

U.S. Courts Treat WCAG as the Legal Benchmark

Legal precedent has consistently treated WCAG as the de facto standard for determining whether a digital experience is accessible. In Domino’s Pizza v. Robles, the U.S. Supreme Court declined to review the case in 2019. This left the Ninth Circuit ruling intact, which confirmed that digital platforms fall under the ADA and that WCAG can be used to assess compliance.

In National Federation of the Blind v. Target Corp, a 2006 court decision allowed a class action lawsuit to proceed after finding that Target’s inaccessible website violated Title III by preventing blind users from making purchases.

Lawsuits Are Increasing

By the end of 2024, over 8,800 federal Title III lawsuits were filed related to ADA violations, with more than 2,500 involving inaccessible websites. The majority targeted companies in retail, finance, healthcare, and education. 

State-Level Pressure and Regulatory Changes

Several states, including California and New York, have additional disability laws that allow users to seek damages. This increases legal exposure beyond the federal level. In March 2025, the Department of Justice removed older, non-binding ADA web guidance. This leaves WCAG as the clearest available standard, even as legal interpretations continue to evolve.

WCAG Is Legally Binding in Other Countries

Other regions have gone further by directly embedding WCAG into law.

  • European Union: Under the Web Accessibility Directive and EN 301 549, WCAG 2.1 Level AA is mandatory for all public sector websites and mobile apps.
  • Canada: In the case of Donna Jodhan v. Attorney General of Canada, the Supreme Court ruled that federal digital services must be accessible. This led to the adoption of WCAG-based standards across federal websites.

Why This Matters

You can follow WCAG perfectly and still be exposed if your implementation does not hold up in real-world use. Legal standards do not just ask whether a tool passed a scan. They ask whether people were actually excluded. Once WCAG is tied to regulation or case law, it becomes more than a guideline. It becomes a threshold for risk.

What a Real Accessibility Compliance Workflow Looks Like

Accessibility is not a side task. It is a workflow. Teams that treat it like a one-time sprint (scan the site, fix a few red flags, move on) end up with recurring issues, mounting tech debt, and risk that compounds. Real compliance requires process. Here is what that looks like.

Phase 1: Discovery and Audit

This is the starting point. The goal is to identify where accessibility issues exist and where the risk is highest.

  • Automated tools like Axe, WAVE, and Lighthouse are useful for flagging obvious issues like missing alt text or color contrast failures. But they catch only 30 to 40 percent of real-world problems.
  • Manual testing is non-negotiable. This includes navigating the product with only a keyboard, using screen readers like NVDA or VoiceOver, and walking through flows with users who rely on assistive technologies.
  • Teams often use prioritization frameworks to sort issues by severity and legal exposure. Labels like "critical," "high impact," or "must fix before launch" are common.

Phase 2: Remediation and Tracking

Once you know where the issues are, you need a clear system to resolve them.

  • Accessibility issues should live in your product backlog alongside bugs and feature requests. Use the same tooling, process, and accountability as anything else.
  • Fixes at the design system level are the most efficient. If your core button component has no focus state, fixing it there will solve dozens of problems across the app.
  • Some issues are one-offs, like missing alt text on a hardcoded image or a mislabeled form field.

Plan for regression testing. If QA does not validate accessibility fixes across new releases, old issues will come back.

Phase 3: Validation and Retesting

Fixing the code is not the same as verifying that the fix works for actual users.

  • Test updates using screen readers: NVDA on Windows, VoiceOver on iOS/macOS, and TalkBack on Android.
  • Use only a keyboard to navigate every interaction, especially modals, menus, and form flows.
  • If possible, involve people with disabilities in the testing process. Real user feedback will expose gaps that automated tools cannot.

Phase 4: Documentation and Ongoing Maintenance

Compliance is not a one-and-done checklist. It is a system of accountability and continuous improvement.

  • VPATs (Voluntary Product Accessibility Templates) are formal documents used in procurement to declare a product's WCAG conformance. Many government and enterprise clients require them. 
  • Quarterly audits help detect regressions. Many teams automate basic scans into their CI/CD pipelines to catch accessibility failures before they hit production.
  • Keep a changelog for accessibility updates. This is useful for transparency, internal reviews, and legal defense if needed.

Real Timelines and Tradeoffs

  • A basic audit and remediation cycle for a mid-sized application usually takes six to twelve weeks.
  • Large enterprise systems with legacy code may require several months.
  • The cost of ignoring accessibility is much higher. Settlements, rebuilds, and reputational fallout are common when compliance is not addressed early.

Bottom Line

A real accessibility compliance workflow includes audits, prioritized remediation, validation with real tools and users, and documentation that evolves with the product. It is not a side project. It is part of how good software gets built.

Common Compliance Myths and How They Hurt Your Product

Accessibility is misunderstood in ways that seem harmless at first. But these myths become real obstacles when they shape how teams work. They slow down adoption, waste resources, and expose companies to unnecessary risk. Worse, they create products that fail real people.

Here are five of the most persistent misconceptions. We are not listing them to mock anyone. We are calling them out because they are still showing up in product meetings, roadmaps, and review cycles.

Myth 1: “We ran an Axe scan, so we’re good.”

Axe, WAVE, Lighthouse, and similar tools are essential. They help you catch surface-level issues quickly. But they only detect a fraction of real accessibility problems. They will not tell you if your tab order makes sense, if your custom components are accessible by screen reader, or if your alt text is useful instead of just technically present. They cannot test cognitive clarity or experience flow. That takes human review. Teams that stop at an automated scan often leave the most important issues untouched. That creates a false sense of security and sets the stage for long-term risk.

Myth 2: “WCAG 2.0 is still fine.”

WCAG 2.0 was released in 2008. A lot has changed since then. Mobile devices are dominant. Interaction patterns have evolved. Accessibility needs have expanded. WCAG 2.1, released in 2018, added 17 criteria focused on mobile use, low vision, and cognitive accessibility. WCAG 2.2, released in 2023, added nine more, including clearer standards for focus visibility, target size, and error prevention. If you are building or auditing against 2.0 only, you are missing critical issues. Most legal frameworks and enterprise clients now expect WCAG 2.1 Level AA as a baseline.

Myth 3: “Accessibility is only for blind users.”

Screen reader compatibility is important. But it is only one part of the equation.Accessibility also supports people with hearing loss, mobility limitations, cognitive disabilities, neurological conditions, and temporary impairments like a broken arm or a loud environment.

If your site relies on hover interactions, that creates problems for keyboard-only users. If your form labels are unclear, that affects users with dyslexia. If your videos do not have captions, people in loud offices or with hearing loss cannot use them. This is not about one group. It is about making sure digital experiences work across a spectrum of needs and contexts.

Myth 4: “Accessibility is the developer’s responsibility.”

Code matters. But by the time a feature reaches engineering, many accessibility decisions have already been made. Design choices like layout, contrast, interaction timing, and keyboard flow determine the product’s accessibility long before development begins.

Writers define clarity with button labels, alt text, and error messages. Product managers define scope and decide whether accessibility gets resourced. QA teams need accessibility test plans. Legal and procurement teams must validate documentation. Treating accessibility as a dev-only task guarantees missed opportunities and broken experiences. Everyone has a role.

Myth 5: “It is a legal checkbox, not a UX priority.”

Accessibility is often triggered by legal pressure. That pressure matters. But if you stop there, you miss the real opportunity. Accessible products are easier to use. They are more discoverable in search. They convert better. They have fewer support tickets. They reach more users, in more situations, with fewer failures.

Compliance is the starting point. Great UX goes further. Forms with good label structure work better for everyone. Clear navigation helps all users stay oriented. Flexible input methods increase usability on mobile and desktop alike. Ignoring accessibility costs money. But doing it well increases value.

comparing two sides of a working system referring to compliance as not a checkbox, but a system actually functional

The Business Case for Treating Compliance as a UX Quality Standard

Compliance is not just about avoiding lawsuits. It is about making better products. And better products win.Teams often treat accessibility as a separate requirement from usability. But the truth is, most of what makes a product accessible also makes it easier to use, faster to adopt, and more resilient across contexts. Accessibility is not a cost center. It is a performance multiplier.

Accessibility Drives Conversion and Retention

Poor accessibility leads to abandonment. Users who cannot complete a form, navigate a modal, or understand instructions leave. And they rarely come back. Research from the UK’s Click-Away Pound Survey found that 69 percent of users with access needs abandoned a website due to inaccessibility. Of those, 80 percent never returned.

This is not limited to users with permanent disabilities. Mobile-first design, aging populations, low-bandwidth environments, and temporary impairments all increase the chance that someone will struggle with your product. Accessibility makes your product usable in more conditions. That translates to more completed tasks, fewer drop-offs, and higher retention.

It Lowers Support Costs and Boosts Efficiency

Support teams are often the ones who deal with the consequences of inaccessible design. They get the tickets about buttons that do not respond, forms that do not submit, and videos users cannot understand. Accessible interfaces reduce that friction. Clear labels, consistent interactions, and meaningful feedback loops help users solve problems on their own. This reduces the burden on support teams and improves satisfaction across all channels.

When interfaces are designed to work with screen readers and keyboards, they also tend to work better across devices. This improves testability and reduces QA complexity.

Accessibility Strengthens Your Procurement Pipeline

For B2B and government contracts, accessibility is no longer a nice-to-have. It is required. Procurement teams are increasingly asking for VPATs, documentation of WCAG conformance, and accessibility statements. If you cannot produce them, you may lose the deal before it ever reaches product evaluation. Teams that treat accessibility as a strategic asset are positioned to win these opportunities, not scramble to retrofit compliance under pressure.

It Enhances SEO and Brand Visibility

Accessible websites often rank better in search engines. That is not because accessibility is a ranking factor by itself, but because the underlying elements of accessibility (structured HTML, clear navigation, descriptive alt text) also help search engines index and interpret your content.

Search engine bots and screen readers both depend on semantic structure to navigate. When you optimize for one, you often improve the other. In addition, accessibility contributes to your brand’s reputation. Users, partners, and press increasingly recognize and reward companies that build products for everyone. Inclusive design sends a clear signal about your values, and your operational maturity.

Compliance Is a Baseline. Inclusion Is the Opportunity.

Most teams approach accessibility as an obligation. A checklist to avoid lawsuits. A VPAT to land a contract. A box to tick before launch. But that mindset stops short. Compliance is not the goal. It is the minimum. If you stop at "compliant," you leave reach, retention, and reputation on the table. The real opportunity is to build experiences that work for everyone. Accessibility is not just about doing the right thing. It is about building better products.

When accessibility is treated as a core UX quality standard (like performance or usability) it delivers measurable value. Fewer support tickets. Better conversion. More satisfied users. Stronger positioning in regulated and competitive markets.The best teams do not wait for lawsuits. They design for inclusion from the start. Not just to meet a standard, but to set one.

Ready to build accessibility into your UX workflow for good? Let’s talk.

Our editorial team ensures all content meets the highest standards for accuracy and clarity. This article has been reviewed by multiple specialists.

AbilityNet. (2020, February 11). Research shows businesses lose £17 billion by ignoring accessibility needs. AbilityNet. https://abilitynet.org.uk/news-blogs/research-shows-businesses-lose-17-billion-ignoring-accessibility-needs abilitynet.org.uk+1abilitynet.org.uk+1

BOIA. (2022, [n.d.]). The Robles v. Domino’s settlement (and why it matters). BOIA Blog. https://www.boia.org/blog/the-robles-v.-dominos-settlement-and-why-it-matters axios.com+3boia.org+3microassist.com+3

Click-Away Pound. (2019). Click‑Away Pound Survey 2019. https://www.clickawaypound.com/ linkedin.com+9clickawaypound.com+9abilitynet.org.uk+9

Domino’s Pizza v. Robles, No. 18‑1539 (9th Cir. 2021). Southeast ADA Center. https://adasoutheast.org/legal/court/robles-v-dominos-pizza-llc/ abilitynet.org.uk+14adasoutheast.org+14microassist.com+14

LF Legal. (2021, June 25). Another big win in the Domino’s Pizza accessibility saga. LFLegal. https://www.lflegal.com/2021/06/dominos-june-2021/ microassist.com+2lflegal.com+2equidox.co+2

Microassist. (2019). Domino’s Pizza v. Guillermo Robles, No. 18‑1539 – Case summary. Microassist. https://www.microassist.com/digital-accessibility/dominos-pizza-guillermo-robles/ microassist.com+1accessibility.com+1

Wired. (2019, October 24). The internet is for everyone, right? Not with a screen reader. Wired. https://www.wired.com/story/web-accessibility-blind-users-dominos texthelp.com+9wired.com+9wired.com+9

Axios. (2019, October 7). Supreme Court allows blind people to sue retailers for inaccessible websites. Axios. https://www.axios.com/2019/10/07/supreme-court-blind-accessible-websites-dominos abilitynet.org.uk+3axios.com+3microassist.com+3

Wikipedia. (2025, June). Web accessibility. In Wikipedia. https://en.wikipedia.org/wiki/Web_accessibility

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.

link

Unordered list

  • Item A
  • Item B
  • Item C

Our editorial team ensures all content meets the highest standards for accuracy and clarity. This article has been reviewed by multiple specialists.
Written by
Create Ape
Content creation and research
Review by
Technical accuracy validation
Last updated:
July 9, 2025