Nobuf

Web Accessibility Checker & Repair Guide

Local axe-core audit

Audit local HTML with axe-core, inspect WCAG findings, compare baselines and plan practical repairs.

525 B
<!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 blocked

How to use it

  1. 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.

  2. 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.

  3. 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.

Keep working with other focused browser utilities.

All tools

Local by default; remote data sources are clearly disclosed.

© 2026 Nobuf

Nobuf

Fast, local-first utilities powered by your browser.