Returns a tibble of accessibility checks, with a status per check.
Anchored to W3C WCAG 2.1. Each row carries a criterion
(success-criterion) number so the result joins cleanly to
a11y_rubric().
Value
Data frame with columns criterion, check, status, note.
Pass any criterion value to a11y_wcag_url() for the spec link, or
join to a11y_rubric() for principle, guideline, and threshold.