How Accessibility Remediation Works

Remediation after an accessibility audit is a structured process that moves from the audit report through prioritization, code and content fixes, and verification. The audit identifies issues, documents their locations, and specifies which WCAG success criteria are not met. Remediation is the work of fixing those issues so the site moves toward WCAG conformance.

Remediation After an Audit: Key Points
Key Point What It Means
Starting Point The audit report, which lists every issue with its location, severity, and the WCAG criterion it violates
Prioritization Issues are ranked by user impact and legal risk, not fixed in random order
Who Does the Work Developers and content editors fix issues, sometimes with accessibility consultants providing guidance
Verification Each fix is verified through screen reader testing, keyboard testing, and code inspection to confirm the issue is resolved

What the Audit Report Contains

A professional audit report is the foundation for all remediation work. Each issue entry includes the specific WCAG success criterion that is not met, the location of the issue (page URL and element), a description of what is wrong, and recommended remediation steps.

This level of detail matters because developers need to know exactly where to look and what to change. A report that only lists issue types without locations adds hours of investigation before any fixing can begin.

How Issues Are Prioritized for Remediation After an Accessibility Audit

Not every issue carries the same weight. Prioritization typically uses two factors: user impact and risk.

User impact measures how much an issue affects someone’s ability to use the site. An image missing alternative text on a decorative background is low impact. A form that cannot be submitted using a keyboard is high impact because it blocks a core function entirely.

Risk considers the legal and reputational exposure an issue creates. Issues affecting primary user flows on public-facing pages carry more risk than issues on internal administrative screens. Organizations operating under ADA Title II requirements, which reference WCAG 2.1 AA, may weigh risk differently than those under Title III, where no specific technical standard is mandated but WCAG conformance is the widely accepted benchmark.

The Remediation Process

Once priorities are set, the work splits into two categories: code remediation and content remediation.

Code remediation involves developers modifying HTML, CSS, JavaScript, or ARIA attributes. This covers structural issues like missing form labels, incorrect heading hierarchies, and interactive elements that do not respond to keyboard input. Code remediation typically costs between 250 dollars and 550 dollars per page or screen.

Content remediation involves editors updating text alternatives, document formats, video captions, and other non-code assets. PDF remediation, for example, starts at approximately 7 dollars per page for document fixes.

Both tracks run in parallel when possible. A content editor can update image descriptions while a developer restructures navigation markup.

Verification After Fixes Are Applied

Fixing an issue is not the same as resolving it. Each remediation must be verified to confirm the issue no longer exists and that the fix did not introduce new issues.

Verification uses the same methods the original audit used: screen reader testing with NVDA, JAWS, or VoiceOver, keyboard testing across interactive elements, visual inspection at 200% and 400% browser zoom, and code inspection. Automated scans can supplement this process, but scans only flag approximately 25% of issues, so human verification is the primary check.

Tracking Progress

Organizations managing remediation across large sites benefit from tracking each issue through its lifecycle: identified, assigned, in progress, fixed, and verified. Compliance management platforms provide this tracking with dashboards and reporting. Smaller sites may use a spreadsheet mapped to the audit report.

The goal of tracking is visibility. Project teams, legal counsel, and project managers all need to see how much work remains and which high-priority issues are still open.

When Re-Evaluation Is Needed

After remediation is complete, a follow-up evaluation confirms the site’s conformance status. This is a second audit conducted against the same WCAG version and level as the original. The follow-up evaluation identifies any issues that were incompletely fixed or that emerged from new code deployed during the remediation period.

Ongoing monitoring through scheduled scans helps maintain conformance after the initial remediation cycle closes, catching regressions as the site continues to change.

Similar Posts

  • Maintain Compliance After Remediation

    To maintain compliance after remediation, organizations treat accessibility as a continuous program rather than a one-time project. This means recurring scans to catch regressions, periodic (manual) audits to verify conformance at a deeper level, governance policies that route new content and code through accessibility review, and training for the teams that create and maintain digital … Read more

  • Website Accessibility Remediation Timeline

    Most website accessibility remediation projects take between four weeks and six months. The timeline depends on the number of pages, the volume and severity of issues identified, the complexity of the codebase, and the capacity of the team doing the work. Website Accessibility Remediation Timeline Overview Factor What It Means Small sites (under 50 pages) … Read more

  • ACR Checklist

    An ACR checklist is a working list of items required to produce a complete Accessibility Conformance Report. It typically covers product scope, the WCAG version and conformance level being claimed, the VPAT edition selected, audit data that supports each criterion, evaluation methods used, and the conformance language applied to every success criterion. The checklist exists … Read more

  • 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 … Read more

  • ADA Website Lawsuit Standing

    ADA website lawsuit standing refers to a plaintiff’s legal right to bring a case in federal court. Without standing, a lawsuit gets dismissed before a court ever considers whether the website has accessibility issues. Courts require plaintiffs to demonstrate they were personally affected by the alleged discrimination, not merely that a website has problems. Key … Read more