Accessibility Statement
Short version. We want everyone to be able to use AmmoTracker, including people who rely on a keyboard, a screen reader, magnification or high contrast. Our target is WCAG 2.2 level AA. If something gets in your way, tell us and we will fix it.
1. Conformance target
The public site (this page, the home page, the privacy policy and the terms) and the web app at /app are built to conform to the Web Content Accessibility Guidelines (WCAG) 2.2 at level AA. The iOS app wraps the same web app and inherits the same work.
2. What we do
- Every page has a skip link, a single main heading, landmark regions and a logical heading order.
- All functionality is reachable with the keyboard alone: dialogs trap focus, close with Escape and return focus to where you were; menus and toggles expose their state to assistive technology.
- Text and interactive controls meet the 4.5:1 contrast minimum in both the dark and light themes, and the theme follows your operating-system preference by default.
- Motion is reduced when your system asks for it (
prefers-reduced-motion). - Form fields have visible labels, and errors and status updates are announced to screen readers.
- Charts carry a text description of what they show.
- Automated checks (axe-core) run against every top-level page in our test suite, so regressions fail the build.
3. Known limitations
- Charts. The analytics charts have a short text description but no equivalent data table yet. The same numbers are available in the Usage log and can be exported as CSV.
- Shot Session waveform. The live audio waveform is decorative and hidden from assistive technology; shot counts and results are presented as text once a session is finalised.
- Third-party widgets. The Google sign-in button and the Cloudflare Turnstile check are provided by those companies and we cannot change their markup. Email and password sign-in, and passkeys, are available as alternatives.
4. Feedback
If you hit a barrier, email info@inventory-app.net with the page address and what happened. Include the browser and any assistive technology you use if you can. We aim to reply within five working days.
5. Technical information
AmmoTracker relies on HTML, CSS, JavaScript and WAI-ARIA to conform to the standard. It is tested with current versions of Chrome, Safari and Firefox, with VoiceOver on macOS and iOS, and with keyboard-only navigation.