Remediation
The process of identifying and fixing accessibility barriers in digital content, websites, or applications to bring them into compliance with WCAG and legal requirements.
In simple terms: Remediation is like fixing a building so everyone can get in. If a store has stairs but no ramp, they need to add a ramp. On a website, if buttons do not work with the keyboard or pictures do not have descriptions, someone needs to go in and fix all those problems so that everyone, including people with disabilities, can use the website.
What Is Remediation?
Remediation in the context of digital accessibility is the process of identifying, prioritizing, and fixing accessibility barriers in existing websites, applications, documents, and digital content. It is the corrective action that follows an accessibility audit — taking the findings from the audit and systematically resolving each issue to bring the digital property into compliance with WCAG and applicable legal standards. Remediation is distinct from building accessibility into a new project from the start (often called "shift left" or "born accessible"). It is inherently more expensive and time-consuming than preventive accessibility because it involves retrofitting changes onto an existing codebase, design system, and content library. However, for the vast majority of organizations that have existing digital properties, remediation is a necessary step on the path to accessibility. The scope of remediation varies enormously. At one extreme, a site may need only minor fixes — adding missing alt text, associating labels with form fields, improving color contrast. At the other extreme, a site built entirely on inaccessible custom components with no semantic HTML and no keyboard support may require fundamental architectural changes or a complete rebuild. Remediation is not a one-time activity. Websites are living products that change continuously. New content, features, and design updates can introduce new accessibility barriers. Effective remediation programs include ongoing monitoring and maintenance to prevent regression.
Why It Matters
Remediation is how organizations move from knowing they have accessibility problems to actually solving them. An audit without remediation is just a documentation of failure. Remediation is the action that makes a real difference for users with disabilities. The legal urgency of remediation has intensified. When organizations receive demand letters or face lawsuits, the expected response includes a commitment to remediate within a specific timeframe — typically 12 to 24 months for comprehensive fixes. Courts and the DOJ evaluate whether organizations are making good-faith progress toward accessibility, and a documented remediation plan with measurable milestones is essential evidence of that good faith. The DOJ's 2024 rule on state and local government website accessibility (Title II) sets explicit deadlines for compliance, making remediation a time-bound legal requirement rather than an aspirational goal. Similar pressure exists under Title III through the growing body of case law and settlement agreements. From a user perspective, remediation directly impacts whether people with disabilities can accomplish real tasks — applying for jobs, purchasing products, accessing government services, getting an education, managing healthcare. Every accessibility barrier removed is a task that becomes possible for someone who was previously blocked. From a business perspective, remediation reduces legal risk, expands the accessible customer base, improves SEO and mobile usability (many accessibility fixes have these side benefits), and demonstrates corporate social responsibility. For organizations that sell to government or enterprise clients, accessibility compliance is increasingly a procurement requirement.
How It Works
Effective remediation follows a structured process from audit findings through implementation, verification, and ongoing maintenance. ### Prioritization Not all accessibility issues are equal. Remediation should begin with the highest-impact issues — those that completely block access to content or functionality for users with disabilities. A common prioritization framework uses four levels. Critical issues prevent users from completing essential tasks entirely. Examples include keyboard traps that make it impossible to navigate past a component, missing form labels on a login page, and content that triggers seizures. These must be fixed immediately. Major issues significantly degrade the experience but do not completely block access. Examples include poor heading structure, missing alt text on informational images, and custom components that partially work with screen readers but lack complete ARIA support. Minor issues cause inconvenience but do not prevent task completion. Examples include slightly insufficient contrast on non-essential text, missing skip navigation links, and minor focus order issues. Best practice issues are not WCAG violations but represent opportunities to improve the experience. Examples include adding `autocomplete` attributes, improving link text specificity, and enhancing error message clarity. ### Common Remediation Fixes The most frequently needed remediation fixes address a relatively consistent set of issues. Missing or incorrect alt text requires reviewing every image and providing appropriate alternative text — descriptive for informational images, empty (`alt=""`) for decorative images. Unlabeled form inputs require adding `<label>` elements with `for` attributes matching input `id` values, or using `aria-label` or `aria-labelledby` where visible labels are not feasible. Insufficient color contrast requires adjusting foreground or background colors to meet the 4.5:1 ratio for normal text and 3:1 for large text. Keyboard accessibility requires ensuring all interactive elements are focusable, operable, and have visible focus indicators. This often involves adding `tabindex`, handling keyboard events, and managing focus in dynamic components. Missing document structure requires adding proper heading hierarchy, landmark roles, list markup, and other semantic elements. ARIA remediation for custom components requires adding roles, states, and properties to custom widgets so they are understandable to screen readers. ### Document Remediation PDF and document remediation is a specialized subset that involves adding tag structure, alt text, reading order, and metadata to existing documents. For PDFs, this typically involves opening the document in Adobe Acrobat Pro, running the accessibility checker, adding and correcting tags, setting reading order, adding alt text to images, labeling form fields, and setting document properties like title and language. For large document libraries, organizations must triage. High-traffic and legally required documents are prioritized. Historical documents with low traffic may be addressed on a request basis or replaced with accessible HTML equivalents. ### Verification After fixes are implemented, each remediated issue must be re-tested to confirm the fix is effective and has not introduced new problems. Verification should use the same testing methodology as the original audit — automated scanning plus manual testing with assistive technology. ### Prevention The most cost-effective remediation strategy is preventing new issues from being introduced. This means integrating accessibility into the development process through design system components that are accessible by default, developer training on accessibility fundamentals, automated accessibility linting in CI/CD pipelines, accessibility acceptance criteria in user stories, and regular design reviews that include accessibility checks.
Examples
**Remediation task:** An audit identifies 200 images across the site with missing alt text. The remediation team reviews each image, categorizes it as informational or decorative, and adds appropriate alt text or marks it with `alt=""`. **Remediation task:** The main navigation menu is not keyboard-accessible — dropdown menus only open on mouse hover. The development team adds keyboard event handlers, `aria-expanded` attributes, and focus management so the menu is fully operable via keyboard. **Remediation task:** A React-based date picker component is completely inaccessible to screen readers. Rather than patching the existing component, the team replaces it with an accessible date picker from a tested component library and adds a manual text input fallback. **Remediation task:** A library of 500 PDFs has no accessibility tagging. The team prioritizes the 50 most-downloaded documents for immediate remediation in Acrobat Pro, converts the next 100 most-viewed to HTML, and establishes a process for remediating remaining documents upon request. **Prevention example:** After completing remediation, the team adds axe-core to their CI/CD pipeline. Pull requests that introduce new accessibility violations are flagged automatically, preventing regression.
Frequently Asked Questions
- How long does accessibility remediation take?
- Timeline depends on the size and complexity of the site, the number and severity of issues, and available resources. A small brochure site might be remediated in weeks. A large e-commerce platform or enterprise application may require months of sustained effort. Remediation is most effective when integrated into regular development sprints rather than treated as a separate project.
- How much does remediation cost?
- Costs vary widely. Simple fixes like adding alt text or form labels may take minutes per instance. Complex fixes like rebuilding custom interactive components with proper ARIA support can take days. Industry estimates range from $5,000 to $50,000 for small to mid-size sites, and $100,000 or more for large enterprise applications. Prevention is always cheaper — fixing accessibility issues during development costs a fraction of post-launch remediation. Compare agencies and get quotes through the ADA agency directory at adacompliantwebdesign.com.
- Should we remediate or rebuild from scratch?
- This depends on the severity and breadth of issues. If the site's underlying architecture is fundamentally inaccessible (heavy reliance on inaccessible frameworks, no semantic HTML, no keyboard support at the framework level), a rebuild may be more efficient. If issues are surface-level (missing labels, alt text, contrast), remediation of the existing site is usually more practical.
Need help making your website ADA compliant?
Our team specializes in ADA-compliant web design and remediation. Get a free accessibility audit today.
Last updated: 2026-03-15