Standard we target
StuHub is built to meet WCAG 2.1 Level AA. We treat accessibility as a correctness property, not a polish pass — every new tool is reviewed against the AA checklist before it ships.
What that means in practice
- Every interactive control is reachable via the keyboard (Tab / Shift-Tab / Enter / Space).
- Visible focus outlines on every focusable element.
- Semantic HTML first — proper headings, landmarks, and ARIA labels on custom widgets.
- Minimum contrast ratio of 4.5:1 for body text and 3:1 for UI components, verified in both light and dark themes.
prefers-reduced-motionis honoured sitewide — marquees pause, animated demos show their final frame, and scroll reveals snap in instantly.- File-upload tools accept drops and keyboard-only file picking; we never require a mouse.
Known gaps
Some of the more visual tools (color picker, gradient generator) lean heavily on mouse input for fine control. Keyboard-accessible fallbacks exist for the primary actions; continuous-drag controls are scheduled for a dedicated accessibility sprint.
Reporting a barrier
If a tool is unusable for you, email accessibility@thestuhub.com. We read every message and aim to reply within two business days.