Summary
The uppercase “More” label in the expanded authenticated sidebar does not meet WCAG AA contrast requirements.
Expected Behavior
The small section label meets at least a 4.5:1 contrast ratio against the sidebar background in supported themes.
Actual Behavior
The computed foreground/background pair is approximately 4.23:1 at 10px normal weight. Low-vision users may miss the grouping label between primary and secondary navigation.
Reproduction Steps
- Sign in and keep the desktop sidebar expanded.
- Run axe-core with the WCAG 2.2 AA tag set.
- Inspect the uppercase
More section label.
- Observe the
color-contrast violation.
Severity
P2 - Medium
Evidence
- axe-core 4.12.1 reports
color-contrast with serious impact.
- Measured contrast: approximately 4.23:1.
- WCAG 2.2: 1.4.3 Contrast (Minimum), Level AA.
Environment
- Browser/tooling: Chromium 151 with axe-core 4.12.1.
- Application state: authenticated desktop shell with the expanded sidebar.
- OS, Node/Python versions, Docker state, and original branch/commit were not recorded in the initial audit.
Acceptance Criteria
Roadmap Alignment
Improves the accessibility and trust quality of the existing authenticated shell without widening the product surface.
Related to #118.
Summary
The uppercase “More” label in the expanded authenticated sidebar does not meet WCAG AA contrast requirements.
Expected Behavior
The small section label meets at least a 4.5:1 contrast ratio against the sidebar background in supported themes.
Actual Behavior
The computed foreground/background pair is approximately 4.23:1 at 10px normal weight. Low-vision users may miss the grouping label between primary and secondary navigation.
Reproduction Steps
Moresection label.color-contrastviolation.Severity
P2 - Medium
Evidence
color-contrastwith serious impact.Environment
Acceptance Criteria
Roadmap Alignment
Improves the accessibility and trust quality of the existing authenticated shell without widening the product surface.
Related to #118.