Skip to main content

Web Accessibility Resource Directory

A comprehensive, curated collection of tools, standards, learning materials, and communities for web accessibility professionals, designers, and developers. Each resource has been selected for its quality and relevance to building accessible digital experiences.

Official Standards and Specifications

  • WCAG 2.2 — The current W3C recommendation for making web content accessible, with 13 guidelines organized under four principles: perceivable, operable, understandable, and robust.
  • WAI-ARIA 1.2 — The W3C specification for Accessible Rich Internet Applications, providing attributes that supplement HTML to convey roles, states, and properties to assistive technologies.
  • ARIA Authoring Practices Guide — Practical patterns and examples for building accessible widgets and interactions using WAI-ARIA, maintained by the W3C.
  • EN 301 549 — The harmonized European standard for ICT accessibility, incorporating WCAG for web content and adding requirements for software, documents, and hardware.
  • PDF/UA (ISO 14289) — The international standard for accessible PDF documents, defining requirements for universal accessibility of PDF content.

Testing Tools — Free

  • axe DevTools Browser Extension — One of the most widely used automated accessibility testing tools, available for Chrome and Firefox. Identifies WCAG violations directly in the browser DevTools panel.
  • WAVE — WebAIM's browser-based evaluation tool that provides visual feedback about accessibility issues by injecting icons and indicators directly into the page.
  • Lighthouse Accessibility Audits — Built into Chrome DevTools, Lighthouse runs automated accessibility checks as part of its broader performance and quality audit suite.
  • HeadingsMap — A browser extension that displays the heading structure of a web page, making it easy to identify heading hierarchy issues and missing headings.
  • Colour Contrast Analyser (TPGi) — A desktop application for checking foreground and background color combinations against WCAG contrast ratio requirements, with an eyedropper for on-screen color sampling.
  • Pa11y — A command-line accessibility testing tool that can be integrated into CI/CD pipelines for automated testing of web pages against WCAG standards.
  • HTML_CodeSniffer — A client-side JavaScript tool that checks HTML source code against WCAG 2.0/2.1 standards, usable as a bookmarklet or integrated into development workflows.
  • Accessibility Insights for Web — Microsoft's browser extension offering both fast automated checks and a guided manual assessment process covering all WCAG success criteria.
  • ANDI — A free accessibility testing bookmarklet from the US Social Security Administration that inspects elements for accessibility issues, including focus order, color contrast, and ARIA usage.

Testing Tools — Commercial

  • Deque axe Monitor — Enterprise-grade automated accessibility monitoring that continuously scans websites and tracks compliance trends over time across large-scale web properties.
  • Siteimprove Accessibility — A comprehensive digital governance platform that combines automated accessibility scanning with content quality and SEO analysis for entire websites.
  • Level Access Platform — An enterprise accessibility management platform combining automated testing, manual evaluation workflows, and organizational reporting.
  • Tenon — An API-first accessibility testing service designed for integration into development workflows, CI/CD pipelines, and content management systems.
  • Pope Tech — A web accessibility scanning platform built on WAVE technology, designed for organizations managing accessibility across many pages and domains.
  • AudioEye — A digital accessibility platform combining automated scanning, monitoring, and expert-led remediation services. Note: AudioEye is a testing and remediation platform, not an accessibility overlay.

Screen Readers

  • NVDA — A free, open-source screen reader for Windows. One of the most widely used screen readers globally and an essential tool for accessibility testing on Windows.
  • JAWS — Job Access With Speech, a commercial screen reader for Windows with extensive customization options. The most widely used screen reader in professional and enterprise environments.
  • VoiceOver — Apple's built-in screen reader, included in macOS, iOS, and iPadOS. Integrated with all Apple devices and the primary screen reader for testing on Apple platforms.
  • TalkBack — Google's built-in screen reader for Android devices. The primary assistive technology for blind and low-vision users on Android.
  • Orca — A free, open-source screen reader for Linux desktops using GNOME. Provides speech and braille output for Linux users.
  • Narrator — Microsoft's built-in screen reader for Windows. Useful for quick testing without installing additional software, though NVDA or JAWS are preferred for thorough testing.

Color and Contrast Tools

  • WebAIM Contrast Checker — A straightforward online tool for checking color contrast ratios against WCAG AA and AAA requirements for normal and large text.
  • Coolors Contrast Checker — A visual contrast checker that displays color combinations with real-time ratio calculations and WCAG pass/fail indicators.
  • Who Can Use — A tool that shows how color contrast affects people with different types of vision, simulating how color choices appear to users with various visual impairments.
  • Stark — A suite of accessibility tools for designers, available as plugins for Figma, Sketch, and Adobe XD. Includes contrast checking, vision simulation, and focus order annotation.
  • Color Oracle — A free color blindness simulator for Windows, macOS, and Linux that applies a full-screen filter showing how the entire screen appears to people with common forms of color vision deficiency.

Design Resources

  • Inclusive Design Principles — A set of broad design principles contributed by the Paciello Group, emphasizing providing comparable experiences, considering situation, being consistent, giving control, offering choice, prioritizing content, and adding value.
  • Material Design Accessibility — Google's accessibility guidelines for Material Design, covering hierarchy, color and contrast, layout, typography, and writing for accessible interfaces.
  • Apple Human Interface Guidelines — Accessibility — Apple's design guidance for building accessible apps and experiences across all Apple platforms, covering vision, hearing, mobility, and cognitive accessibility.
  • A11y Style Guide — A living style guide that demonstrates accessible component patterns with code examples, helping teams build consistent and accessible UI components.

Learning Platforms

  • Deque University — A comprehensive online curriculum for web accessibility training, covering WCAG, ARIA, testing techniques, and accessible development practices. Offers certification preparation for IAAP credentials.
  • W3C WAI Web Accessibility Tutorials — Free, practical tutorials from the W3C covering accessible images, tables, forms, carousels, and page structure with code examples and guidance.
  • MDN Web Docs — Accessibility — Mozilla's developer documentation on accessibility, including ARIA guides, accessible web app tutorials, and comprehensive reference material for accessible HTML and CSS.
  • Introduction to Web Accessibility (W3C on edX) — A free online course from the W3C covering the fundamentals of web accessibility, including WCAG, assistive technologies, and practical evaluation techniques.
  • A11ycasts with Rob Dodson (YouTube) — A video series covering practical accessibility topics for developers, including ARIA usage, focus management, screen reader behavior, and accessible component patterns.

Blogs and Newsletters

  • Adrian Roselli — In-depth technical articles on accessible web development, with detailed explorations of ARIA patterns, browser support, and common accessibility pitfalls.
  • Scott O'Hara — Thoughtful writing on accessible web components, ARIA patterns, and the intersection of HTML semantics and assistive technology support.
  • Léonie Watson (Tink) — Perspective from a blind developer and accessibility standards contributor, covering screen reader behavior, web standards, and accessible design patterns.
  • Sara Soueidan — Detailed articles on accessible front-end development, inclusive design, and building accessible interactive components with modern web technologies.
  • A11y Weekly Newsletter — A weekly curated digest of accessibility articles, tools, resources, and news delivered to your inbox every Monday.
  • WebAIM Blog — Research-backed articles and analysis on web accessibility, including the annual WebAIM Million report on the accessibility of the top million home pages.

Podcasts

  • A11y Rules Podcast — Conversations with accessibility practitioners, designers, and developers about making the web accessible, hosted by Nicolas Steenhout.
  • Accessibility After Dark — A podcast exploring accessibility topics with an informal, conversational approach, covering both technical and cultural aspects of digital accessibility.
  • The Accessibility Podcast — Episodes covering a range of accessibility subjects for professionals at all levels, from introductory concepts to advanced implementation techniques.

Books

  • Inclusive Design Patterns — By Heydon Pickering, published by Smashing Magazine. A practical guide to building accessible interfaces through component-level design patterns covering forms, navigation, menus, and more.
  • A Web for Everyone — By Sarah Horton and Whitney Quesenbery. Bridges the gap between design thinking and accessibility requirements, presenting accessibility through the lens of user experience design.
  • Accessibility for Everyone — By Laura Kalbag, published by A Book Apart. A concise introduction to accessibility covering the why, what, and how of making digital products accessible for a broad audience.
  • Inclusive Components — By Heydon Pickering. A deep dive into building accessible web components, available as a book and companion website with detailed pattern breakdowns for toggles, cards, notifications, and more.

Communities

  • A11y Slack — A Slack workspace with thousands of accessibility professionals, offering channels for specific topics including development, design, testing, tools, and career advice.
  • WebAIM Mailing List — One of the longest-running accessibility discussion lists, active since 1999. A place to ask questions and participate in discussions with experienced accessibility professionals.
  • The A11Y Project on GitHub — An open-source, community-driven accessibility resource with posts, checklists, and a curated collection of myths and tips. Contributions welcome.
  • r/accessibility — The Reddit community for web and digital accessibility discussions, questions, resource sharing, and news.

Legal and Compliance

  • European Accessibility Act (Directive 2019/882) — The full text of the EU directive requiring accessibility of products and services in member states, enforceable since June 28, 2025.
  • ADA.gov — The official US government resource for the Americans with Disabilities Act, including guidance on web accessibility obligations for covered entities.
  • Section508.gov — The US government's resource center for Section 508 of the Rehabilitation Act, which mandates accessibility in federal information and communications technology.
  • AccessibilityOz — An accessibility consultancy offering resources on international accessibility legislation, technical standards, and compliance guidance across jurisdictions.
  • Lainey Feingold — A disability rights lawyer specializing in digital accessibility law. Her blog covers accessibility litigation trends, structured negotiation, and legal developments worldwide.

Organizations

  • W3C Web Accessibility Initiative (WAI) — The W3C division responsible for developing accessibility standards including WCAG, WAI-ARIA, and ATAG. The authoritative source for web accessibility specifications and guidance.
  • IAAP (International Association of Accessibility Professionals) — A professional association offering certification programs (CPACC, WAS, CPWA) and a global community for accessibility practitioners.
  • Deque Systems — An accessibility software and services company known for the axe testing engine, Deque University, and enterprise accessibility solutions.
  • TPGi (The Paciello Group) — An accessibility consultancy and technology provider offering testing tools, training, and expert services for digital accessibility compliance.
  • Level Access — An accessibility technology and services company providing platform-based solutions for managing accessibility across organizations.
  • WebAIM (Web Accessibility In Mind) — A nonprofit based at Utah State University providing accessibility training, evaluation tools, and research including the influential annual WebAIM Million report.

Er din website tilgængelig?

Scan din website gratis og få din WCAG-score på få minutter.

Scan dit site gratis