WCAG vs. Remediation: What's the Difference?
"WCAG vs. remediation" is one of the most common search phrases in accessibility — and it is a bit of a category error, because the two are not alternatives. WCAG is the standard you are measured against. Remediation is the work of fixing your site so it meets that standard. You do not choose one or the other; you use WCAG to define "done" and remediation to get there.
This guide untangles the vocabulary — WCAG, audit, remediation, conformance, and monitoring — so you can scope the right project and brief an agency without ambiguity.
What WCAG is
WCAG stands for the Web Content Accessibility Guidelines, the technical standard published by the World Wide Web Consortium (W3C) through its Web Accessibility Initiative. The current version is WCAG 2.2, organized around four principles — content must be Perceivable, Operable, Understandable, and Robust (POUR) — and three conformance levels: A, AA, and AAA. Most legal and contractual obligations target Level AA.
WCAG is not a law. It is the yardstick that laws point to. The U.S. Department of Justice treats WCAG as the practical measure of whether a website meets the Americans with Disabilities Act, and Section 508 formally adopts WCAG as its baseline for federal technology. For the W3C's own plain-language overview, see the authoritative sources at the end of this guide.
What remediation is
Remediation is the process of fixing an existing website so it conforms to WCAG. It is the hands-on engineering and content work: correcting heading structure and landmarks, adding text alternatives, fixing color contrast, making every control keyboard-operable, labeling forms, taming focus order, and repairing ARIA. Remediation is what you do *after* you know what is broken.
If WCAG is the test, remediation is the studying and the corrections. You can read more on our WCAG remediation service overview and the line-by-line WCAG 2.2 checklist.
Where audits and monitoring fit
Most real engagements have three phases, and the words are often used loosely. Here is the precise sequence:
1. Audit — A WCAG audit measures your current site against the standard and produces a prioritized list of issues mapped to specific success criteria. A credible audit is *manual* — real keyboard and screen-reader testing with JAWS, NVDA, and VoiceOver — not an automated-only scan. Automated tools catch roughly 30–40% of issues; the rest require human judgment.
2. Remediation — Developers and content authors fix the issues the audit found, ideally retesting each fix.
3. Monitoring — Because new content and features can reintroduce barriers, ongoing monitoring re-validates the site over time so conformance does not silently regress.
"Clients ask whether they need WCAG or remediation. The honest answer is: WCAG defines the finish line, an audit tells you how far away it is, and remediation is the running. Skipping the manual audit and jumping straight to 'fixing' usually means fixing the wrong 30% — the part a scanner could see — and missing the keyboard and screen-reader failures that actually get sites sued."
A quick glossary
WCAG — The Web Content Accessibility Guidelines; the W3C technical standard (current: 2.2) with levels A, AA, AAA. The "what."
Conformance — A formal claim that a page or site meets a specific WCAG level. "WCAG 2.2 AA conformant" is the typical target.
Audit / assessment — Manual + automated evaluation that finds and documents issues against WCAG.
Remediation — The corrective work that brings a non-conformant site into conformance.
VPAT / ACR — A document reporting conformance, required for federal and many enterprise procurements. See our Section 508 hub.
Overlay — A third-party widget that claims instant compliance. It does not produce conformance and is excluded from this directory.
So which do you need?
If you have an existing website that has never been evaluated, you need an audit first, then remediation of what it finds, then monitoring to hold the line. If you are building something new, bake WCAG in from design rather than remediating later — it is cheaper and more durable. Either way, WCAG is always the standard; remediation is simply the work. Compare vetted, manual-testing WCAG remediation agencies that never use overlays.
Need help finding an ADA-compliant agency?
Compare verified agencies in our directory — no overlay vendors listed.
Browse the Directory →Authoritative sources & further reading
This page aligns with the standards and guidance published by the following authorities. We cite them so you can verify every compliance claim independently.
- What Is the ADA? — Plain-Language Primer (opens in a new tab)
WhatIsADA.com. A plain-language explainer on the Americans with Disabilities Act — who it covers, the three titles, and how it applies to physical and digital access.
- Guidance on Web Accessibility and the ADA (opens in a new tab)
U.S. Department of Justice — ADA.gov. The DOJ’s official position that the ADA applies to the websites of state/local governments (Title II) and businesses open to the public (Title III), and that WCAG is the practical conformance standard.
- Introduction to Web Accessibility (opens in a new tab)
W3C Web Accessibility Initiative (WAI). The W3C WAI overview of what web accessibility is, why it matters, and how WCAG (the Web Content Accessibility Guidelines) defines conformance.
- Examples of ADA Compliant Websites (opens in a new tab)
AccessibilityChecker.org. Worked examples of accessible sites and the patterns — semantic structure, contrast, keyboard support — that make a website ADA compliant in practice.
- How to Make Websites Accessible (opens in a new tab)
Government of Ontario (AODA). Ontario’s practical, WCAG-aligned guidance issued under the AODA — a useful cross-jurisdiction reference for the same conformance targets used in U.S. ADA work.
Frequently Asked Questions
Is "WCAG" or "remediation" the right thing to ask for?
Neither replaces the other. WCAG is the standard your site is measured against; remediation is the work of fixing your site to meet WCAG. A typical project is: audit (measure against WCAG) → remediation (fix the findings) → monitoring (keep it conformant).
Is WCAG a law?
No. WCAG is a technical standard from the W3C. Laws like the ADA and Section 508 point to WCAG as the practical measure of compliance, which is why "WCAG 2.2 Level AA" is the common legal and contractual target even though WCAG itself is not legislation.
Do I need an audit before remediation?
Almost always, yes. A manual WCAG audit tells you exactly which success criteria fail and where, so remediation fixes the right issues. Skipping the audit usually means fixing only the ~30–40% of issues automated scanners can detect and missing the keyboard and screen-reader failures that matter most.
What is the difference between remediation and an overlay?
Remediation fixes the underlying code and content so the site genuinely conforms to WCAG, verified by manual testing. An overlay is a third-party widget layered on top that claims instant compliance but does not produce real conformance — and has been named in accessibility lawsuits rather than preventing them.