Legal — Accessibility
Accessibility Statement
Last updated: 14 July 2026Our commitment
We want this website to be usable by as many people as possible, including people using screen readers, keyboard-only navigation, or browsing with reduced motion. This is an ongoing effort, not a one-time checkbox — the sections below describe what is already in place today and what we are still working on.
What is already in place
- Semantic landmarks throughout — a single
main, a labellednav, and acontentinfofooter — so screen reader users can jump directly to page regions. - Keyboard navigation with visible focus states on links and buttons (
:focus-visible), not just a mouse-hover treatment. - Automated accessibility testing (axe-core) runs as part of the test suite on every change before it ships, not as a one-off audit that goes stale.
- Motion respects your system preference — animations are reduced or skipped when
prefers-reduced-motionis set, both in CSS and in scroll-triggered effects. - Meaningful
alttext on content images; purely decorative images are markedalt=""so screen readers skip them instead of reading out noise. - ARIA labelling on interactive elements that need it — the mobile menu toggle, form validation states, and similar controls.
What we are still working on
Automated testing catches a meaningful slice of accessibility issues, but not all of them — things like real screen-reader walkthroughs, color contrast verified page-by-page against WCAG thresholds, and testing with actual assistive technology users still need a proper manual pass, which we have not completed yet. We are aiming for WCAG 2.1 Level AA as a practical target — this is a statement of intent and current status, not a certified conformance claim.
Reporting an issue
If you hit an accessibility barrier anywhere on this site, we would genuinely like to know — please email hello@datapatrons.com with the page and what happened, and we will look into it. See also our Privacy Policy and Terms of Service.