You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
perf: fix accessibility audit findings (contrast, form labels)
- Replace <span> labels with proper <label htmlFor> in Select and Slider
components, linking each control via useId() for WCAG-compliant association
- Add aria-label to all <select> and <input type="range"> elements as a
redundant accessible name fallback
- Add id + aria-label to the Epochs <input type="number"> in HyperparamPanel
- Bump text-slate-500 and text-slate-600 to text-slate-400 across all
components where used for readable content on dark (slate-900/950) backgrounds,
bringing contrast ratios to ≥4.5:1 for WCAG AA compliance
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments