Accessibility compliance in edtech isn't optional anymore. US public institutions face phased WCAG 2.1 AA deadlines under the DOJ's Title II rule, and procurement teams increasingly require a current VPAT before signing an LMS or courseware contract. This checklist walks edtech product teams and school/university IT buyers through what "WCAG-ready" actually means in practice, section by section, so you know where you stand before an audit — internal or vendor-driven — finds it for you.

Who this is for: edtech product and engineering teams preparing for an accessibility audit, and school/university procurement or IT teams evaluating a vendor's platform.

Before You Start

  • [ ] Confirm which WCAG version and conformance level applies to you (most US public-sector deadlines target WCAG 2.1 or 2.2 Level AA).
  • [ ] Identify every surface in scope: the core LMS/platform, uploaded course materials (PDFs, slides, docs), video/lecture recordings, quizzes and assessments, and any mobile app.
  • [ ] Name an accessibility owner internally — audits without a clear DRI stall at the remediation stage.

Platform and Navigation

  • [ ] Every interactive element (buttons, links, form fields) is reachable and operable by keyboard alone, in a logical tab order.
  • [ ] Focus states are visible and never trapped inside a modal or widget.
  • [ ] Page structure uses proper semantic HTML and heading hierarchy (H1 → H2 → H3), not styled <div>s pretending to be headings.
  • [ ] Color contrast meets at least 4.5:1 for normal text and 3:1 for large text/UI components.
  • [ ] The site doesn't rely on color alone to convey information (e.g., red text as the only indicator of an error).

Course Content and Documents

  • [ ] Uploaded PDFs, slide decks, and Word documents are tagged/structured, not scanned images of text.
  • [ ] Images and diagrams have meaningful alt text (decorative images are marked as such, not narrated).
  • [ ] Tables used for data have proper headers; tables are never used purely for visual layout.
  • [ ] Downloadable materials are available in an accessible format on request, with a documented process for faculty to submit accessible versions.

Video, Audio, and Live Sessions

  • [ ] All pre-recorded lecture video has accurate closed captions (not just auto-generated captions left uncorrected).
  • [ ] Video content with meaningful visual information (diagrams, demonstrations) has audio description or an accessible alternative.
  • [ ] Live sessions (webinars, synchronous classes) offer live captioning or a captioning request process.
  • [ ] Transcripts are available for audio-only content like podcasts or recorded discussions.

Quizzes, Assessments, and Interactive Elements

  • [ ] Timed assessments allow for extended time accommodations without a cumbersome manual process.
  • [ ] Drag-and-drop, matching, and other interactive question types have a keyboard-accessible equivalent.
  • [ ] Form validation errors are announced to screen readers, not just shown as a visual color change.
  • [ ] Auto-save or session-timeout warnings give sufficient time and clear notice before losing work.

Assistive Technology Compatibility

  • [ ] The platform has been tested with at least one screen reader (NVDA, JAWS, or VoiceOver) on core user flows: login, course navigation, submitting an assignment, taking a quiz.
  • [ ] ARIA labels are used correctly and only where native HTML semantics fall short — over-use of ARIA is a common source of new accessibility bugs.
  • [ ] Zoom/text resize up to 200% doesn't break layout or hide content.

Documentation and Ongoing Compliance

  • [ ] A current VPAT (Voluntary Product Accessibility Template) exists and is kept up to date after major releases.
  • [ ] A published accessibility statement includes a working contact channel for reporting barriers.
  • [ ] Accessibility testing is part of the release process, not a one-time audit that goes stale after the next redesign.

Red Flags to Watch For

A platform with no VPAT, a vendor who treats "WCAG compliant" as a marketing claim with no audit behind it, auto-captions left uncorrected on lecture video, and PDFs that are just scanned images are the most common gaps that surface in a real audit — and the most expensive to fix retroactively across a large content library.

How to Use This Checklist

Run through each section and mark items as done, in progress, or not started. Prioritize platform navigation and assessment accessibility first — these affect every user, every day — before moving to the long tail of legacy course content, which can often be remediated incrementally rather than all at once.