Why Accessibility Is Back in the Spotlight
Federal accessibility compliance is in worse shape than most people realize. The GSA published its annual Governmentwide Section 508 Assessment in March 2026, covering 212 federal agencies and components. The results were blunt: the governmentwide average for ICT accessibility conformance scored 1.96 on a 5-point scale. Less than 40% of the federal government's most-viewed public webpages are fully accessible. Only 37% of public webpages and documents conform to Section 508 requirements. Just 45% of public videos meet the standard.
These numbers are not abstract. Section 508 of the Rehabilitation Act has been law since 1998, requiring federal agencies to make their information and communications technology accessible to people with disabilities — over 70 million Americans. Nearly three decades later, the government's own report shows that roughly 75% of federal agencies lack mandatory accessibility training, fewer than 30% routinely verify that their technology deliverables actually meet Section 508, and approximately half of agencies do not routinely test their technology for accessibility at all.
Congress is responding. In July 2024, Senators Casey (D-PA), Wyden (D-OR), Fetterman (D-PA), and Duckworth (D-IL) introduced the Section 508 Refresh Act (S.4766). The bill would require each federal department and agency to appoint dedicated Section 508 compliance officers, mandate regular accessibility testing with people with disabilities involved in the process, reform the complaint process, and establish new procurement requirements to ensure accessibility is verified before technology is purchased — not after. The bill was referred to the Senate Committee on Health, Education, Labor, and Pensions and has not yet received a vote, but it signals a clear legislative direction: tighter standards, more accountability, real enforcement.
What This Has to Do with Associations
Associations are not federal agencies. Section 508 does not apply to your website directly — unless your organization receives federal funding, contributes content to federal programs, or operates under a government contract or cooperative agreement. If any of those apply, the accessibility requirements follow the money.
Here is where associations commonly find themselves in scope:
- Federal grants and cooperative agreements: If your association receives funding from HHS, ED, DOC, DOL, or any other federal agency, the grant terms increasingly include accessibility requirements. Organizations receiving HHS funds with 15 or more employees face a compliance deadline of May 11, 2026. Those with fewer than 15 employees have until May 10, 2027.
- Content contributions to federal programs: Associations that provide educational materials, research publications, policy documents, or training resources to federal agencies may be asked to certify that those materials meet Section 508 standards. A PDF that your policy team produced for a CDC program, a training video created for an ED initiative, a webinar recorded for a DOC partnership — all of these fall under scrutiny.
- Government contractor and subcontractor status: Associations operating under federal contracts (common in workforce development, credentialing, and public health) are bound by Section 508 as a condition of the contract.
- Advocacy and public trust: Even without a direct federal nexus, associations serving members with disabilities — or advocating for populations that include people with disabilities — face reputational and legal risk if their own websites are inaccessible. ADA Title III litigation against nonprofits and membership organizations is increasing, and a 2025 federal court ruling in Minnesota confirmed that websites qualify as places of public accommodation under the ADA.
The ADA Title II Deadline Is Real
Separate from Section 508, the Department of Justice finalized a rule under ADA Title II that adopts WCAG 2.1 Level AA as the technical standard for state and local government websites and mobile applications. The original compliance deadline for entities serving populations of 50,000 or more was April 24, 2026. In April 2026, the DOJ extended that deadline by one year to April 26, 2027. Smaller entities now have until April 26, 2028.
This matters for associations because many trade associations and professional societies work closely with state and local government entities. If your association hosts content on behalf of a government partner, provides technology to a government program, or operates a credentialing system used by government employees, the ADA Title II requirements may extend to your digital assets through your relationship with those entities.
The DOJ explicitly stated that the scope covers not only content a government entity produces itself, but also anything provided or made available through vendors, contractors, or partners. The obligation follows the content, not just the entity.
What WCAG Actually Requires
WCAG — Web Content Accessibility Guidelines — is the technical standard behind Section 508 and ADA Title II. The current Section 508 requirement references WCAG 2.0 Level AA, which dates to 2008. The ADA Title II rule references WCAG 2.1 Level AA, published in 2018. WCAG 2.2, published in 2023 and approved as ISO/IEC 40500:2025, is the latest version and is increasingly treated as the best-practice target even where not yet legally mandated.
Here is what each version added:
WCAG 2.0 Level AA (current Section 508 baseline): Covers the fundamentals — text alternatives for images, keyboard navigation, sufficient color contrast, form labels, error identification, consistent navigation, and readable text. If your site fails these, you fail the legal minimum.
WCAG 2.1 Level AA (ADA Title II standard): Added 17 new success criteria focused on mobile accessibility, low-vision users, and people with cognitive disabilities. Requirements include orientation support (content works in both portrait and landscape), text spacing adjustments, touch target sizing, and content reflow for responsive layouts.
WCAG 2.2 Level AA (current best practice): Added 9 more success criteria on top of 2.1. Key additions include focus appearance requirements (visible focus indicators must meet minimum size and contrast), minimum target size for interactive elements (at least 24×24 CSS pixels), accessible authentication (no cognitive function tests like CAPTCHAs or one-time passcode transcription without accessible alternatives), and redundant entry (do not require users to re-enter information already provided). WCAG 2.2 removed one obsolete criterion (4.1.1 Parsing) that is no longer relevant to modern browsers.
For associations building or redesigning websites today, targeting WCAG 2.2 Level AA is the practical recommendation. It is backward compatible with 2.1 and 2.0, so meeting 2.2 automatically satisfies the older standards. Building to 2.0 now and upgrading later costs more than building to 2.2 from the start.
Where Association Websites Typically Fail
Automated accessibility scanners catch about 30 to 40 percent of WCAG failures. They are useful as a first pass, but they cannot evaluate the full picture. A scanner can tell you that an image is missing alt text. It cannot tell you whether the alt text that exists actually describes the image accurately. A scanner can flag a color contrast ratio. It cannot tell you whether a complex data table makes sense to a screen reader user.
Association websites tend to fail in predictable areas:
- PDFs: The single biggest accessibility failure across association websites. Board meeting minutes, policy papers, annual reports, membership guides, conference programs — most are created in Word or InDesign, exported to PDF without accessibility tagging, and uploaded to the site. A screen reader cannot navigate an untagged PDF. The content is effectively invisible to users with visual disabilities.
- Member portal forms: Renewal forms, event registration, profile updates, committee sign-ups. Forms fail when labels are not programmatically associated with inputs, when error messages are not announced to screen readers, when required fields are identified only by color, or when multi-step processes lose focus position between steps.
- Video content: Conference recordings, webinars, training videos, executive messages. Videos without captions are inaccessible to deaf and hard-of-hearing users. Videos without audio descriptions are inaccessible to blind users when visual-only information is presented. Auto-generated captions (YouTube, Zoom) are a starting point but are not sufficient for compliance — they must be reviewed and corrected for accuracy.
- Navigation and wayfinding: Sites with complex navigation (mega menus, nested dropdowns, tabbed content areas) fail when keyboard users cannot reach all navigation items, when screen readers cannot identify the current page location, or when focus order does not follow visual layout.
- Third-party widgets: Chat tools, social media embeds, event calendars, donation forms, and analytics consent banners injected by third parties. Your association does not control the code, but you are responsible for the accessibility of everything on your site.
- Color and contrast: Brand colors that looked great in the design comp fail WCAG contrast ratios. A 4.5:1 contrast ratio for normal text and 3:1 for large text is the minimum for Level AA. Many association brand palettes were designed without accessibility testing and fail this baseline.
The Cost of Remediation vs. Building It Right
Retrofitting accessibility onto an existing site costs two to five times more than building it in from the start. This is not an exaggeration. Remediation requires auditing every page, every PDF, every form, every video, every interactive component. It requires retesting after every fix. It requires retraining content editors so they do not recreate the same problems the next time they upload a document.
A full accessibility audit and remediation for a mid-size association site (200 to 500 pages, member portal, AMS integration) typically runs $15,000 to $40,000 depending on the severity of issues and the volume of documents and multimedia. Ongoing compliance monitoring and training adds $5,000 to $15,000 per year.
Building accessibility into a new site from the design phase forward — accessible themes, accessible components, proper heading structure, tagged PDFs, captioned videos, tested forms — adds roughly 10 to 15 percent to the project cost. On a $50,000 build, that is $5,000 to $7,500. On a $100,000 build, $10,000 to $15,000. The math is not complicated.
What an Accessibility Program Actually Looks Like
A one-time audit is not a compliance program. Accessibility is ongoing because your website changes constantly — new content, new pages, new documents, new features. An effective program includes:
- Baseline audit: A comprehensive manual and automated evaluation against WCAG 2.2 Level AA, covering a representative sample of templates, page types, forms, documents, and multimedia.
- Remediation plan: Prioritized by severity and user impact. Critical barriers (inaccessible login, broken form, missing navigation) first. Cosmetic issues (contrast on decorative elements) last.
- Content editor training: Your staff need to know how to create accessible content — proper heading hierarchy, meaningful alt text, tagged PDFs, captioned videos, accessible table structure. This is not a one-hour webinar. It is hands-on training with the tools your team actually uses.
- Ongoing monitoring: Automated scanning on a regular schedule (monthly or quarterly) to catch regressions. Manual spot-checks on new content. Annual comprehensive audit to reassess the full site.
- Accessibility statement: A public page on your site that describes your commitment, the standard you are targeting, known limitations, and how users can report accessibility issues.
- Vendor accountability: If your AMS vendor, event platform, or LMS does not meet accessibility standards, that is still your problem on your site. Include accessibility requirements in vendor contracts and RFPs.
Not Every Association Needs the Same Level of Effort
A 500-member state-level association with a simple informational website and no federal relationships has different accessibility obligations than a 50,000-member national association with federal contracts, government partnerships, and a member portal handling certification and continuing education. The legal exposure, the reputational risk, and the practical impact on members are different.
But here is the thing: the baseline technical requirements are the same. WCAG 2.2 Level AA applies whether you have 500 members or 50,000. The difference is scope of effort, not standard. A simple site can be made accessible in a few weeks. A complex site with thousands of PDFs, hundreds of videos, and a custom member portal takes months and ongoing discipline.
Size your effort to your risk, but do not use small size as an excuse to do nothing. Accessibility failures affect real people — your members, your stakeholders, the public your association serves.
What You Walk Away With
If your association needs to understand where it stands on accessibility — whether because of a federal partnership, an upcoming grant application, a board mandate, or a redesign that should have addressed it and did not — we can run a WCAG 2.2 Level AA audit against your current site. You will get a prioritized findings report, a remediation roadmap with realistic timelines and costs, and a recommendation for ongoing monitoring. If you are planning a new build or redesign, we build accessibility into the architecture from day one so remediation never becomes a separate line item.