使用方法
- 将HTML代码片段粘贴到输入字段中。
- 检查器会立即扫描常见无障碍问题。
- 在结果面板中审查被标记的问题。
- 修复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.