Recipe
Accessibility audit from HTML
Ship a WCAG 2.2 AA report in under 90 seconds using raw HTML input — no browser extension required.
Ingredients
- • 1 HTML file or raw markup paste
- • axe-core CLI (npm)
- • 1 JSON-to-Markdown formatter
- • Meridian audit template
Step 1
Pipe your HTML through axe-cli with the --stdout flag. Capture the JSON output to a file.
Step 2
Convert the axe JSON to grouped Markdown using a small Node script. Sort violations by impact: critical, serious, moderate.
Step 3
Paste the Markdown into the Meridian audit template. The template auto-generates remediation snippets and a compliance score.
Result
A shareable WCAG 2.2 AA report with pass/fail breakdown, code snippets for each violation, and a timestamped audit trail — ready for your compliance folder.