使用方法
- 将HTML代码片段粘贴到输入字段中。
- 检查器会立即扫描常见无障碍问题。
- 在结果面板中审查被标记的问题。
- 修复HTML,实时更新。
示例
- A schema requiring "name" as a string and "age" as a number flags {"name": 42} with two violations: wrong type for name and missing age.
- A schema with pattern "^\\d{5}$" on a zip field reports a violation when the value is "1234" (only 4 digits).