Accessibility
Last updated: June 1, 2026
We want HealthyLifeStyles to be usable by everyone, including people who rely on assistive technology. We aim to meet WCAG 2.1 Level AA and treat accessibility as an ongoing commitment rather than a one-time checkbox.
What we do
- Semantic, keyboard-friendly HTML. Pages use proper headings and landmarks, every interactive control is reachable and operable by keyboard, and a “Skip to content” link is provided.
- Visible focus. Interactive elements show a clear focus ring (
:focus-visible). - Announced results. Calculator results use an
aria-liveregion so screen readers announce the outcome when it changes. - Color & contrast. Text and UI aim for AA contrast, and we never rely on color alone to convey meaning.
- Reduced motion. Animations respect the
prefers-reduced-motionsetting. - Scalable text. Layouts use relative units and reflow without breaking when text is zoomed.
- Meaningful alternatives. Icons are decorative or carry accessible labels; informative imagery has text equivalents.
Known limitations
Some interactive charts and shareable result images are inherently visual; we provide the same information as text wherever possible. If you hit something that doesn’t work for you, we want to fix it.
Reporting a problem
Email hello@healthylifestyles.com with the page, your browser/assistive technology, and what went wrong. We aim to respond promptly and prioritize accessibility fixes.
Standards
This site targets conformance with the Web Content Accessibility Guidelines (WCAG) 2.1 at Level AA.