Accessibility statement
Last reviewed: 2026-06-03
Conformance target
Meterbox's marketing site and tenant dashboard target conformance with WCAG 2.1 Level AA. We test against this target on every release and treat regressions as a same-priority bug class as functional defects.
Controls we currently meet
- Semantic HTML. All pages use semantic landmarks (
<nav>,<main>,<section>,<article>) with heading levels in order. - Keyboard navigation. Every interactive element is reachable and operable via keyboard (Tab / Shift+Tab / Enter / Space / Escape). The mobile-nav hamburger menu is dismissible via Escape and click-outside.
- Focus indicators. Visible
:focus-visibleoutlines on every interactive control. We do not suppress focus rings except where a custom equivalent is provided. - ARIA labels + roles. Icon-only buttons carry
aria-label. Toggleable widgets exposearia-expanded/aria-controls. Data tables usescopeon headers. - Color contrast. Body text on background meets WCAG 2.1 AA (≥ 4.5:1). Large text + UI components meet ≥ 3:1. Color is never the sole carrier of meaning: every state badge pairs color with text.
- Form labels. Every form input has an associated
<label>. Required and invalid states usearia-required+aria-invalidin addition to visual styling. - Responsive + zoom. Content reflows at 320px width and at 200% zoom without horizontal scroll or content loss.
- Motion. No auto-playing animations beyond the brief mobile-nav slide-down (under 200 ms, well within WCAG 2.3.3).
Known gaps
We have not yet third-party certified the marketing site or dashboard. An independent WCAG 2.1 AA audit is on our compliance roadmap alongside the SOC 2 evidence cycle. In the meantime we welcome accessibility-related reports the same way as security issues. Please email contact@meterbox.ai.
Accommodation requests
If an aspect of the product blocks you or someone you support, we'll work with you on an alternate path while we fix the underlying issue. Email contact@meterbox.ai with a description. We aim to respond within two business days.
Standards referenced
- WCAG 2.1 Level AA (W3C)
- Section 508 of the U.S. Rehabilitation Act
- EN 301 549 / EU Accessibility Act (EAA)