a11y-assist-core
v0.5.0
Published
Pure, mechanical accessibility composition: assembles APG/ARIA recipes + ARIA contract + native elements + drill-down queries (apg-query + wcag-query + act-rules-query + aria-query) and shapes audit responses. No I/O, no MCP, no Playwright, no editorial d
Readme
a11y-assist-core
The pure, mechanical composition layer of a11y-assist. It:
- composes
apg-query+wcag-query+act-rules-query+aria-queryinto recipes + ARIA contracts + native elements + dual-path drill-down queries (search_act/search_wcag); - exposes a query surface over the WCAG + ACT knowledge base (
searchWcag,getWcagSc,getActRule,actRulesForSc, …); - shapes audit responses from raw axe violations;
- ships an experimental applicability engine (
applicability.*) — which WCAG criteria apply to a component, structurally and by content, plus a tiered verification checklist (structuralGuidance,evaluateApplicability,evaluateVerification).
No I/O, no MCP, no Playwright, no editorial data.
📖 Docs: https://un-icc.github.io/a11y-assist/packages/a11y-assist-core/
Install
npm install a11y-assist-coreLicense
MIT. Ships no data of its own — every fact comes from a query package or aria-query.
