Scan pasted HTML or a live URL for common WCAG and page accessibility issues.
The Accessibility Scan audits a page for common WCAG-adjacent issues such as missing alt text, unlabeled form controls, vague links, duplicate IDs and broken heading structure. It runs entirely in your browser using a parsed DOM, which makes it fast, private and useful for quick one-page audits before deeper manual testing.
This version is a page-by-page scanner. It is designed for quick audits of a single HTML document, either pasted directly or fetched from a CORS-enabled URL. A full crawler would need a more advanced backend or browser extension style architecture.
No. This catches common structural problems, but full accessibility evaluation also needs keyboard testing, focus management checks, color contrast analysis, screen reader review, motion considerations and human judgment.
The scanner now fetches pages server-side, which avoids normal browser CORS restrictions. Some websites still block automated fetches, require JavaScript rendering, or serve challenge pages instead of raw HTML. In those cases, paste the HTML directly for a reliable scan.