使用方法
- 将HTML代码片段粘贴到输入字段中。
- 检查器会立即扫描常见无障碍问题。
- 在结果面板中审查被标记的问题。
- 修复HTML,实时更新。
示例
- Pasting [{"name":"Alice","age":30},{"name":"Bob","age":25}] generates a two-row table with name and age columns.
- The output HTML uses a border-1 table tag with thead/tbody, and all cell values are HTML-escaped.