wcagshopifyaccessibilitythemes

WCAG 2.2 for Shopify Merchants: What You Actually Have to Meet

WCAG 2.2 explained for Shopify merchants: what changed since WCAG 2.1, how EN 301 549 v3.2.1 makes it binding under the EAA and BFSG, and which success criteria fail most often in practice.

By Radoslaw Fedorczuk5 min read

WCAG 2.2 is the W3C accessibility standard published on 5 October 2023 that defines how websites should work for people with disabilities. It contains 86 success criteria across four principles (perceivable, operable, understandable, robust) and 9 new rules added since WCAG 2.1. For Shopify merchants, no Shopify-built theme passes all of WCAG 2.2 Level AA out of the box. Which specific gaps your store carries depends on the theme version and your customizations, and has to be checked per store.

What WCAG 2.2 actually requires

WCAG 2.2 has three conformance levels: A, AA, and AAA. Most legal frameworks (the ADA in the United States, the EAA in Europe, AODA in Ontario) reference Level AA as the legal floor. Level AA covers 55 criteria. The 9 new criteria added in 2.2 over 2.1 are:

  1. 2.4.11 Focus Not Obscured (Minimum)
  2. 2.4.12 Focus Not Obscured (Enhanced)
  3. 2.4.13 Focus Appearance
  4. 2.5.7 Dragging Movements
  5. 2.5.8 Target Size (Minimum)
  6. 3.2.6 Consistent Help
  7. 3.3.7 Redundant Entry
  8. 3.3.8 Accessible Authentication (Minimum)
  9. 3.3.9 Accessible Authentication (Enhanced)

The criterion that breaks most Shopify themes is 2.5.8 Target Size (Minimum), which requires interactive targets to be at least 24x24 CSS pixels. Pagination dots, social icons, and small "x" close buttons in mini-carts fail this by default in almost every theme I have tested.

Which criteria fail most often in practice

Specific theme-by-theme failure counts are only meaningful when reproduced and documented per theme version. Until that is done, the most reliable industry signal is the WebAIM Million report, which annually scans the homepages of the one million most-trafficked domains for automatable WCAG failures.

The four recurring drivers from WebAIM Million have been stable for years:

  • insufficient text contrast (WCAG 1.4.3),
  • missing alternative text on images (WCAG 1.1.1),
  • missing or empty form labels (WCAG 3.3.2 and 4.1.2),
  • empty or duplicate link text (WCAG 2.4.4).

WCAG 2.2 adds a fifth driver that shows up especially often in Shopify themes: the 24x24 CSS-pixel minimum target size (WCAG 2.5.8). Pagination dots in sliders, social icons in footers, and "x" close buttons in mini-carts ship below this threshold in many theme releases.

If you want to know which of these your specific theme exhibits, a real scan against your current theme version is required, ideally in its out-of-the-box state and again after every meaningful customization. axe DevTools and Lighthouse both detect most of these drivers reliably.

What this means for merchants

A failing scan does not mean a theme is unusable. It means a Shopify merchant inherits accessibility debt the moment they install. Each one of the issues above is fixable in the theme code (the theme.liquid layout, the section files, or the CSS variables defined in base.css). The fixes are small. A 2-character color hex change here, a 12-pixel padding bump there. The work is finding them.

I built AccessifyAI because every Shopify accessibility tool I tried in 2025 either bolted an overlay onto the page (which does not fix the underlying code) or generated a 200-page PDF audit that no merchant has time to action. The scanner ships a real Liquid patch you can preview and apply. If you want to see what your store fails, our free scan covers the homepage, one collection, and one product page. Find AccessifyAI on the Shopify App Store.

What changes when WCAG 3.0 ships

WCAG 3.0 is in working draft as of January 2026 and is not expected to reach W3C Recommendation status before late 2027. When it does, it will not invalidate WCAG 2.2. The legal frameworks (ADA, EAA, AODA) take years to update their references. For 2026 and 2027, WCAG 2.2 AA is the standard you build to.

Frequently asked questions

Is WCAG 2.2 a law?

No. WCAG 2.2 is a technical standard published by the W3C. It becomes a legal obligation when a jurisdiction's law references it, which most do. The European Accessibility Act (Directive 2019/882), Section 508 in the United States, and Ontario's AODA all reference WCAG 2.1 AA at minimum, and several are updating to 2.2.

Does Shopify itself comply with WCAG 2.2?

Shopify the platform (the admin and checkout) targets WCAG 2.1 AA per their public accessibility statement. The themes Shopify publishes have varying conformance levels and Shopify does not currently certify any theme as fully WCAG 2.2 AA conformant.

What is the difference between WCAG 2.1 and 2.2?

WCAG 2.2 adds 9 new success criteria, removes one (4.1.1 Parsing), and includes editorial updates. If you conform to 2.2 you also conform to 2.1, but not the reverse.

Can I be sued for failing WCAG 2.2 specifically?

Plaintiffs generally cite WCAG conformance failures as evidence of inaccessibility, not as the cause of action. The cause of action under the ADA is denial of equal access. Courts in the United States have not specifically required WCAG 2.2 yet (most still reference 2.0 or 2.1), but the standard of care is moving.

Which Shopify theme is the most accessible by default?

A blanket ranking is not credible without reproducible per-version testing, because theme code changes between releases. What is verifiable is your own installed store on the version you currently serve. The pragmatic move is to scan your theme in its out-of-the-box state and again after each customization, against the five recurring drivers above, with axe DevTools, Lighthouse, or WAVE.

Do I need to re-test every time I change my theme?

Yes. Any theme update, custom section, or app installation can introduce new failures. A one-time audit is a snapshot. Continuous scanning catches regressions. For more on scanning workflows, see our blog.

Share:

Get accessibility tips by email

One short email per month with new guides and Shopify accessibility updates. No spam, unsubscribe anytime.

WCAG 2.2 for Shopify Merchants: What You Actually Have to Meet | AccessifyAI