📄 HTML Input

📊 Results

🔍

Paste HTML code and click "Run Accessibility Check" to analyze your code against WCAG 2.2 standards.

🎨 Color Contrast Checker

Enter colors to check contrast

📖 WCAG 2.2 Quick Reference (2025-2026)

WCAG 2.2 is the current W3C Recommendation (October 2023), now adopted as ISO/IEC 40500:2026. It adds 9 new success criteria on top of WCAG 2.1, focusing on cognitive accessibility, mobile usability, and authentication. WCAG 2.2 AA is the recommended legal standard for ADA, Section 508, and the European Accessibility Act (EAA, effective June 2025).

9 New Success Criteria in WCAG 2.2

Source: W3C WCAG 2.2 Recommendation • Data verified February 2026

`); win.document.close(); setTimeout(() => { win.print(); }, 500); toast('PDF report opened for printing', 'success'); } // ===== SAMPLE HTML ===== function loadSample() { $('#htmlInput').value = `
Click here

Welcome

About Us

Light gray text
click here
Fake button
Breaking news!
NameAge
Alice30
Custom tab order
`; toast('Sample HTML loaded - click Run to analyze', 'info'); } // ===== INIT ===== document.addEventListener('DOMContentLoaded', () => { if (apiKey) { const el = $('#apiKeyInput'); if (el) el.value = apiKey; } // Initial contrast check updateContrastCheck(); });