Reported in #14373.
Repro: https://github.com/alexpghayes/quarto-accessibility-reprex (post/post-1)
axe rule: color-contrast · impact: serious · tag: wcag2aa (1.4.3)
Target: #toc-section-1.nav-link.active — the currently-scrolled TOC entry.
The active TOC link is rendered with a lighter color against the page background, falling below WCAG AA 4.5:1. The contrast of the non-active entries appears fine — only the .active state is affected.
Part of #8706.
Reported in #14373.
Repro: https://github.com/alexpghayes/quarto-accessibility-reprex (post/post-1)
axe rule:
color-contrast· impact: serious · tag: wcag2aa (1.4.3)Target:
#toc-section-1.nav-link.active— the currently-scrolled TOC entry.The active TOC link is rendered with a lighter color against the page background, falling below WCAG AA 4.5:1. The contrast of the non-active entries appears fine — only the
.activestate is affected.Part of #8706.