WCAG 2.2 New Criteria Checklist Generator

WCAG 2.2 added criteria most teams have never audited — Focus Not Obscured, Dragging Movements, Target Size, Accessible Authentication. Paste your code and this tool flags the risk patterns, then builds a step-by-step checklist for what needs manual checking.

Web Accessibility Local processing Your code stays in your browser. Nothing is uploaded.

Tool interface

Introduction

WCAG 2.2's new criteria target real-world barriers, but they're easy to overlook. This generator turns your actual code into a focused audit checklist so nothing slips through.

How it works

  • Detects sticky/fixed overlays, draggable elements, small targets, password restrictions, and repeated fields.
  • Generates a checklist item per relevant criterion with guidance and a W3C link.
  • Each item has a "verified" checkbox to track your manual audit.

Privacy

All detection is local via DOMParser and a sandboxed iframe. No upload, no account, no API key.

Limitations

  • Identifies risk patterns; final pass/fail requires manual interaction testing.
  • Cannot detect JS-attached drag listeners or dynamic paste blocking in static markup.

FAQ

What is new in WCAG 2.2?

Nine new criteria covering focus visibility, dragging alternatives, target size, authentication, and redundant entry.

Is my code uploaded?

No. Everything runs locally.

Related tools

Version and changelog

  • Version: 1.0.0
  • Last updated: August 12, 2026
  • Changelog: Initial production release.