Legal
Accessibility Statement
Last updated:
Last updated: September 1, 2026
AxioStats aims to make its data — and the site that presents it — usable by everyone, regardless of ability or assistive technology. This statement describes our current accessibility posture and how to reach us if something is not accessible.
1. Our standard
We work toward the Web Content Accessibility Guidelines (WCAG) 2.2, level AA, and design with the following practices baked into the codebase:
- Semantic structure. Pages use real landmarks (
<header>,<nav>,<main>,<footer>), a singleh1per page and ordered heading levels. - Keyboard access. Every interactive control — search, menus, theme toggle, tabs, comparisons — is operable by keyboard, with visible focus indicators.
- Screen-reader labels. Icons and visual-only elements carry
aria-labels oraria-hidden; charts ship with textual summaries and the underlying data tables. - Color and contrast. All text meets AA contrast ratios in both light and dark themes. Color is never the only carrier of meaning (series are labeled directly).
- Reduced motion. A
prefers-reduced-motionmode disables decorative animation. - Server-rendered content. Static-first pages mean content is readable without JavaScript; interactive islands progressively enhance it.
- Responsive and resizable. The layout works from small screens up, and text scales to 200% without loss of content.
2. Known limitations
- Vendor-reported data (for example AI benchmark tables) is presented in
<table>markup with headers — accessible, but dense. - Chart embeds generated by the embed feature include the page’s own markup; older third-party embeds on external sites are outside our control.
- Some very old browsers may not support modern CSS features we use (e.g.
color-mix); the site remains readable with graceful degradation.
3. Testing
We test with automated checks (ESLint a11y rules in CI, HTML structure review) and manual keyboard/navigation passes. Full end-to-end testing with assistive technologies is performed periodically.
4. Report a problem
If you encounter a barrier — a control you cannot reach, text you cannot read, a chart you cannot interpret — please tell us at axiostats@planobinario.com with the subject “Accessibility”. Include the page URL and, if possible, your browser/assistive-technology setup. We will acknowledge the report and aim to fix or provide an alternative within a reasonable time.