fix(a11y): resolve color-contrast and heading-order axe findings #68
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/a11y-contrast-and-heading-order"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Remediate the two axe-core findings flagged on the public site so it keeps matching it
s published WCAG 2.1 AA / EN 301 549 conformance statement. The color-contrast failure
(WCAG 1.4.3) came from the raw brand orange
#f39200, which only reaches ~2.3:1 on light backgrounds; text, links,
.text-primary, and outline-button labels now use$br and-color-accessible(#8f5200, ~6.2:1), while the raw orange is kept on the dark# 333header and footer surfaces where it already clears AA — mirroring the existing. btn-open-navexception. The heading-order failure (WCAG 1.3.1 / 2.4.10) came from aduplicate h1 and skipped levels on the index, about, and tag pages; each heading is dem
oted to its correct level via Bootstrap
.hNutilities so the visual hierarchy is unchanged. The conformance statement and both locale strings are updated, with the self-a
ssessment date refreshed to 31 May 2026.