Web Accessibility Checker & Repair Guide
Local axe-core auditAudit local HTML with axe-core, inspect WCAG findings, compare baselines and plan practical repairs.
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Nobuf accessibility review sample</title>
<style>body{font-family:sans-serif;padding:2rem;color:#999;background:#fff}.card{padding:1rem;border:1px solid #ddd}</style>
</head>
<body>
<h1>Account</h1>
<h3>Profile settings</h3>
<main class="card">
<img src="https://tracker.example/avatar.png">
<p><a href="#"></a></p>
<input type="email" placeholder="Email address">
<button aria-labeledby="missing">Save</button>
</main>
</body>
</html>Sanitized local preview
Scripts and remote loads blockedHow to use it
- 01
Load HTML into a safe preview
Paste or open bounded HTML; active and remote resources are removed before rendering in a sandboxed same-origin iframe.
- 02
Run an accessibility audit
Execute selected axe-core WCAG tags, filter violations and needs-review results, and inspect exact targets, failure summaries and repair guidance.
- 03
Verify progress and report
Review document structure and manual-test prompts, save a baseline, compare reruns and export JSON or Markdown evidence.
Frequently asked questions
Does this prove WCAG conformance?
No. Automated testing detects only part of accessibility barriers. Conformance also requires expert review, keyboard testing, assistive technology and content judgment.
Does it crawl a public URL?
No. A Cloudflare Pages static page cannot safely bypass cross-origin restrictions. This tool audits pasted or local HTML in a controlled preview.
Why are some results marked needs review?
axe-core returns incomplete checks when human judgment or unavailable context is required. The checker keeps these separate from confirmed automated violations.
Which rules are available?
The presets cover axe-core WCAG 2.x/2.1/2.2 A and AA tags or best-practice checks. Exact rule coverage follows the bundled axe-core version.
Related tools
Keep working with other focused browser utilities.