Overlay modes
Tab order, screen reader content, heading structure, aria-hidden regions, and issue highlights on the live page.
Chrome DevTools
Accessibility visualizer for Chrome DevTools — see tab order, names, headings, and WCAG issues directly on the page you are inspecting.
A11y Barker is a free, open-source Chrome extension that adds a dedicated panel to Chrome DevTools. It helps developers and designers visualize accessibility on any webpage: where focus goes, what screen readers announce for controls, how headings are structured, and which elements fail common WCAG-aligned checks — without leaving the browser.
Overlays run in an isolated shadow DOM layer so page styles do not clash with highlights. For single-page apps, a MutationObserver keeps analysis in sync when the DOM or relevant attributes change.
Tab order, screen reader content, heading structure, aria-hidden regions, and issue highlights on the live page.
Checks for missing alt text, empty controls, labels, tabindex, landmarks, headings, links, language, focus styles, contrast, label-in-name, and large images.
With an Anthropic API key in config.js, optional Claude-powered heading and image-alt reviews after you run Sniff page.
A11y Barker is not distributed on the Chrome Web Store; install it as an unpacked extension:
chrome://extensions in Chrome or a Chromium-based browser.manifest.json).The Paw Pals demo is a fictional dog social network page built with intentional accessibility problems so you can see Barker’s overlays and rules in action. Use it to learn what the extension reports before you run it on your own sites.