commit · subject line
conventional commits
<type>(a11y/<criterion>): bump contrast to meet AA · <short-sha>pull request body
example remediation
Criterion: WCAG 2.2 SC 1.4.11 (level AA) · EN 301 549 § 9.1.4.11
axe-core rule: color-contrast
Evidence hash: 7669dce41008043b85f57ebd0d7c2f0874efb41124f8944d5c449f324105a70c
Source: tests/unit/sigil/fixtures/sample-theme/global.css:2
Patch: `color: #aaaaaa;` → `color: #0a0a0a;`
Reproduce:
$ git checkout 1ec4858f
$ pnpm test:sigil
This commit closes the SCC finding for this criterion; the VPAT / ACR row
for 1.4.11 is reissued on the next deploy.