Accessibility
Last updated: April 2026
Our Commitment
Chalk is committed to making our platform accessible to all users, including those with disabilities. We aim to meet the Web Content Accessibility Guidelines (WCAG) 2.1 Level AA standard across our web app, mobile PWA, and marketing site.
What We've Done
- Keyboard navigation: All interactive elements are reachable and operable by keyboard. A visible skip link ("Skip to main content") is available on every page.
- Screen reader support: Modal dialogs use focus traps,
role="dialog",aria-modal, andaria-labelledby. Live score updates in Game Day usearia-liveregions for real-time announcements. - Touch targets: All interactive elements meet the 44×44px minimum touch target size required for WCAG 2.5.5.
- Color contrast: Text and UI components meet the WCAG AA 4.5:1 minimum contrast ratio. Game Day dark-mode components use a white focus ring for 21:1 contrast.
- Zoom support: The viewport is configured to allow user scaling. The app functions correctly at 200% zoom.
- Form labels: All form inputs have visible labels or screen-reader-only labels. Error messages are associated with inputs via
aria-describedby. - Icon buttons: All icon-only buttons have descriptive
aria-labelattributes. - Input font size: All inputs use 16px minimum font size on mobile to prevent iOS Safari from auto-zooming on focus.
Known Limitations
- Some data tables on small screens require horizontal scrolling. We provide keyboard-scrollable containers wherever possible.
Feedback
If you experience any accessibility barriers while using Chalk, please let us know. We take all accessibility reports seriously and aim to respond within 5 business days.
Email: accessibility@chalksports.ai
We welcome feedback on specific pages, components, or workflows where you encountered difficulty. Please include the URL and a description of the issue.