Tool Hub

无障碍检查器

静态 a11y 检查 (alt/label/role/标题顺序) — WCAG 2.1 的一部分

检查结果
0 错误
0 警告

⚠ Subset of WCAG 2.1 — for full audit use axe-core or Lighthouse.

使用方法

  1. 将HTML代码片段粘贴到输入字段中。
  2. 检查器会立即扫描常见无障碍问题。
  3. 在结果面板中审查被标记的问题。
  4. 修复HTML,实时更新。

示例

  • Pasting <input type="text" placeholder="Email" /> flags a missing label — wrapping it with <label> clears the issue.
  • An <img src="/logo.png" /> with no alt attribute is reported as a violation; adding alt="Company logo" resolves it immediately.

生产环境使用前请验证输出。无担保 — 参见 条款.