The ADA Remediation Process
The accessibility remediation process is the structured workflow an organization follows to correct accessibility issues identified in an audit and bring a website closer to WCAG 2.1 AA conformance. It begins with an audit report, moves through prioritization and fixes, and ends with validation and documentation. Each phase has a defined output, and the work is typically shared across accessibility professionals, developers, and content owners.
| Phase | What Happens |
|---|---|
| Audit Report | An accessibility audit identifies issues with locations, WCAG references, and recommended fixes. |
| Prioritization | Issues are ranked by user impact and risk factor before any code is changed. |
| Remediation | Developers and content owners apply fixes to code, design, and content. |
| Validation | An accessibility professional reviews each fix to confirm the issue is closed. |
| Documentation | Conformance status is recorded in an accessibility statement, ACR, or internal report. |
Starting Point: The Audit Report
Remediation begins with an accessibility audit. A scan alone is not enough, since automated tools detect approximately 25% of accessibility issues. The remaining 75% requires human evaluation through screen reader testing, keyboard testing, visual inspection, and code inspection.
A complete audit report identifies each issue, the WCAG success criterion it relates to, the page or screen where it appears, and a recommended fix. Without this level of detail, developers spend more time interpreting the report than fixing the problem.
Prioritizing Issues Before Fixes Begin
Not every issue carries the same weight. Prioritization sorts the list by two factors: how much an issue affects users of assistive technology, and how much legal exposure the issue creates under ADA Title II or Title III considerations.
Issues that block core tasks, such as a checkout flow that cannot be completed with a keyboard, sit at the top. Issues that are cosmetic or affect rarely used pages sit lower. Working in priority order means the most consequential problems are corrected first, even if the full project takes months.
Applying the Fixes
Remediation work falls into three categories. Code fixes are addressed by developers and cover structural issues like missing form labels, incorrect heading order, or inaccessible custom components. Design fixes adjust visual elements that fail to meet conformance requirements. Content fixes update alt text, link descriptions, video captions, and document accessibility.
For PDFs and other documents, remediation is a separate workflow that often runs in parallel with web fixes. Document remediation typically starts at 7 dollars per page and scales with complexity.
Validating the Work
Once fixes are applied, an accessibility professional reviews each change to confirm the issue is resolved and that the fix did not introduce a new issue. Validation closes the loop on the audit report and produces a clean record of what was corrected and when.
This step is often skipped by teams working without outside support, which is one reason organizations end up with sites that appear remediated on paper but still contain unresolved issues.
Documenting Conformance
The final phase records the result. Internally, this means an updated accessibility statement and a tracked list of remaining items. Externally, it can take the form of a VPAT or ACR for procurement, or a public statement that describes the conformance level reached. Most accessibility audits start at 1,000 dollars and range to 3,000 dollars, and remediation work is scoped from the audit report rather than estimated upfront.
Ongoing Maintenance
Remediation is not a one-time event. Every code deployment, content update, and design change can introduce new issues. Scheduled scans on a recurring basis catch regressions early, and a follow-up audit after major changes confirms that conformance has held. Treating remediation as an ongoing program, rather than a project with an end date, is what separates organizations that maintain conformance from those that drift back into noncompliance within a year.
