Skip to contentChangelog 2026-03-05 (Accessibility Nav Describedby No-JS Consistency Pass 43)
Published
Article content
Changed
- Removed default
aria-describedby="main-nav-hint" from main nav template markup. - Kept runtime behavior that conditionally adds/removes
aria-describedby only when horizontal overflow exists.
Why
- Avoids a no-JS mismatch where nav referenced a hidden helper description that was never revealed.
- Keeps helper-description wiring aligned with real overflow state and script availability.