Major Release: You can now generate VPATs® Using AI.

Explore Accessibility Tracker

What WCAG 2.1 AA Actually Requires for SaaS Platforms

WCAG 2.1 AA requires SaaS platforms to make all user-facing functionality perceivable, operable, understandable, and compatible with assistive technology. That covers every screen, workflow, interactive component, and piece of content a user encounters. The standard does not distinguish between marketing sites and product interfaces. If a person interacts with it, WCAG 2.1 AA applies to it.

For SaaS companies, this means dashboards, forms, navigation, modals, data tables, notifications, settings pages, and onboarding flows all fall within scope. Conformance is not partial. A platform either meets every applicable criterion across its interface or it does not conform.

WCAG 2.1 AA Requirements Overview for SaaS Platforms
Requirement Area What It Means for SaaS
Scope Every user-facing screen and workflow, including dashboards, settings, and embedded content
Keyboard Access All interactive elements must be fully operable without a mouse
Dynamic Content Live regions, modals, and state changes must be announced to assistive technology
Color and Contrast Text, icons, and UI components must meet minimum contrast ratios
Forms and Error Handling Labels, instructions, and error messages must be programmatically associated and descriptive
Conformance Standard WCAG conformance, not partial coverage from scans alone (scans only flag approximately 25% of issues)

What Does WCAG 2.1 AA Cover in a SaaS Product?

WCAG 2.1 AA is organized around four principles: Perceivable, Operable, Understandable, and Robust (POUR). Each principle contains guidelines, and each guideline contains specific success criteria. SaaS platforms must meet every Level A and Level AA criterion.

For a typical web app, this means:

  • Perceivable: All non-text content has text alternatives. Video has captions. Content adapts to different screen sizes without losing information. Color is never the only way to convey meaning. Text and interactive elements meet contrast ratios of at least 4.5:1 for normal text and 3:1 for large text and UI components.
  • Operable: Every feature works with a keyboard alone. Users can navigate without getting trapped. Time limits are adjustable. Content does not flash in ways that could trigger seizures. Heading structure and link purpose are clear.
  • Understandable: The language of each page is programmatically identified. Form inputs have visible labels. Error messages explain what went wrong and how to correct it. Navigation is consistent across the platform.
  • Robust: HTML is valid and well-structured. Custom components use proper ARIA roles, states, and properties so assistive technology can interpret them. Status messages are announced without shifting focus.

Where SaaS Platforms Commonly Have Issues

SaaS products tend to have more complex interfaces than static websites. That complexity introduces more opportunities for accessibility issues to appear.

Custom components are the most common source. Dropdown menus built from scratch, date pickers, drag-and-drop interfaces, and tabbed panels frequently lack the ARIA markup screen readers need. A sighted user sees a dropdown. A screen reader user encounters a div with no role, no label, and no indication of its expanded or collapsed state.

Dynamic content is another consistent problem area. When a SaaS dashboard updates data in real time, those changes need to be communicated to assistive technology through live regions. Without them, a screen reader user has no way to know that new information appeared on the page.

Keyboard traps in modals and flyout menus are also common. A keyboard-only user opens a settings panel, and focus either does not move into the panel or cannot escape it. Both are WCAG 2.1 AA nonconformance.

Why Scans Are Not Enough for SaaS Conformance

Automated scans only flag approximately 25% of issues. For a SaaS platform with interactive components, dynamic content, and complex workflows, the majority of accessibility issues require human evaluation.

A scan can identify a missing alt attribute on an image. It cannot determine whether a custom autocomplete field communicates its suggestions to a screen reader, whether a multi-step form preserves context across steps, or whether keyboard focus is managed correctly inside a modal.

A (manual) accessibility audit is the only way to determine WCAG conformance. Audits evaluate the full interface against every applicable criterion, using assistive technology and keyboard-only navigation to identify issues scans cannot detect. Accessible.org audits for SaaS platforms follow this approach across every screen and workflow in scope.

Does WCAG 2.1 AA Apply to Internal Admin Panels?

Yes. WCAG 2.1 AA does not limit its scope to public-facing pages. If an admin panel is part of the product experience, it falls under the same conformance requirements. This is true whether the admin panel is used by the SaaS company’s own team or by the customer’s administrators.

The practical implication: a SaaS company cannot claim conformance for its customer-facing dashboard while ignoring the admin interface that manages it. Both are part of the product.

WCAG 2.1 AA and Legal or Procurement Requirements

Multiple regulatory frameworks point to WCAG 2.1 AA as their technical standard. ADA compliance for web content references WCAG. The European Accessibility Act maps its digital requirements to WCAG through EN 301 549. Section 508, which governs U.S. federal procurement, incorporates WCAG 2.0 AA with practical expectations moving toward 2.1.

For SaaS companies, procurement is where this becomes most tangible. Enterprise buyers and government agencies increasingly require a completed Accessibility Conformance Report (ACR) before purchasing software. An ACR documents how a product maps to WCAG 2.1 AA, criterion by criterion.

Without WCAG conformance, SaaS companies lose access to these procurement pipelines. The requirement is not theoretical. It is a qualifying condition for selling into regulated markets.

How to Approach WCAG 2.1 AA Conformance for a SaaS Product

Conformance is a project, not a feature toggle. For SaaS platforms, a realistic path looks like this:

  1. Complete a (manual) accessibility audit of the full product against WCAG 2.1 AA.
  2. Prioritize identified issues by user impact and severity.
  3. Remediate issues across the codebase, starting with the most critical workflows.
  4. Validate fixes to confirm each issue is resolved.
  5. Document conformance through an ACR and accessibility statement.
  6. Track ongoing conformance as the product evolves.

Accessibility Tracker Platform is built specifically for this workflow. It takes audit results and turns them into a managed project with prioritization, progress tracking, and documentation in one place.

The key point: conformance is not a one-time event. Every new feature, redesign, or content update has the potential to introduce new issues. Ongoing monitoring and periodic re-evaluation are part of maintaining conformance.

FAQ

Do we need a WCAG 2.1 AA audit before selling to enterprise clients?

Most enterprise and government buyers require an ACR based on WCAG 2.1 AA before procurement. An audit is the foundation for producing that document. Without one, there is no verified basis for conformance claims.

Can our developers evaluate WCAG conformance internally?

Internal teams can review code and conduct preliminary checks, but a third-party audit provides the independent evaluation buyers and legal frameworks expect. Internal reviews also tend to miss issues in areas the development team did not build or does not regularly interact with.

Does WCAG 2.1 AA apply to our mobile app too?

WCAG 2.1 AA applies to web-based content and applications. Native mobile apps are technically covered by platform-specific guidelines (iOS, Android), but WCAG 2.1 AA is widely used as the evaluation standard for mobile apps as well. Many ACRs cover both web and mobile interfaces.

What happens if only part of our SaaS platform conforms?

Partial conformance is not conformance. WCAG requires that entire pages conform. If a user workflow spans three screens and one of them has issues, that workflow does not conform. An ACR will document partial support honestly, which is still more credible than no documentation at all.

WCAG 2.1 AA conformance for SaaS platforms is both a legal and commercial expectation that grows more concrete each year. The companies that treat it as a product requirement rather than an afterthought are the ones positioned to sell into any market.

Contact Accessible.org to start a WCAG 2.1 AA audit for your SaaS platform.

Sign up for Accessibility Tracker

New platform has real AI. Tracking and fixing accessibility issues is now much easier.

Kris Rivenburgh, Founder of Accessible.org holding his new Published Book.

Kris Rivenburgh

I've helped thousands of people around the world with accessibility and compliance. You can learn everything in 1 hour with my book (on Amazon).