Nutrition with Chelsea Britton

Accessibility Statement

Our commitment to accessibility.

Every person deserves equal access to information and services. This statement documents the standards, checks, and feedback path that back that commitment up.

Standards We Follow

WCAG 2.2 Level AA — no exceptions.

This website has been developed to target conformance with the Web Content Accessibility Guidelines (WCAG) 2.2, Level AA, published by the World Wide Web Consortium (W3C).

WCAG Level AA is the standard most often referenced by U.S. courts in cases involving the Americans with Disabilities Act (ADA), and is widely recognized as the benchmark for accessible web design. We build to the current 2.2 release, which is backward-compatible with 2.1 and adds newer criteria for focus visibility, target size, and consistent help.

This is a static Astro site with no third-party accessibility overlay widgets, which means we can target WCAG 2.2 AA directly in the build rather than relying on a bolt-on tool.

  1. Perceivable

    All content and interface components are presented in ways users can perceive, regardless of sensory ability.

  2. Operable

    All functionality is accessible via keyboard — not only a mouse.

  3. Understandable

    Content and navigation are clear, consistent, and predictable.

  4. Robust

    Content is built to work with a wide range of user agents, including assistive technologies, as they exist today and evolve tomorrow — WCAG’s own goal for this principle.

Measures Taken

What we have specifically done.

  • Descriptive alternative text on all meaningful images
  • Proper semantic heading structure (H1 → H3) on every page
  • Form fields with programmatic labels for assistive technology
  • Skip-navigation link to bypass repetitive navigation
  • ARIA landmark regions (banner, navigation, main, contentinfo)
  • Visible, on-brand keyboard focus indicators
  • Auto-scrolling content respects prefers-reduced-motion
  • Descriptive, context-specific anchor text on all links
  • Color contrast in the template's default palette meets WCAG 2.2 AA minimums — re-verify after any re-skin
  • Page language declared for correct screen reader pronunciation
  • Semantic landmark structure auto-generated by Astro layouts
  • No framework runtime — page JavaScript is limited to consent, scroll reveals, and form handling
  • Keyboard focus never hidden behind the sticky header (WCAG 2.2 — Focus Not Obscured)
  • The template's default interactive components are sized to at least 24×24 CSS pixels (WCAG 2.2 — Target Size) — re-check after layout changes
  • Help and contact kept in a consistent location site-wide (WCAG 2.2 — Consistent Help)
  • No information re-entered within a single session (WCAG 2.2 — Redundant Entry)

Compatibility

Built to work with how you browse.

Automated tools verify a meaningful portion — but not the entirety — of WCAG 2.2 AA criteria. We treat strong scores as a foundation rather than a finish line. This build is checked against the following. Support for specific assistive technologies beyond this list has not been separately verified for this site, and we would rather say so than imply otherwise.

  • Keyboard-only navigation
  • Browser zoom up to 200% without loss of content or functionality
  • System-level reduced motion settings (prefers-reduced-motion)
  • An automated axe-core audit ships with the project (`npm run a11y`)

Conformance Posture

What we claim, and what we don't.

No tool, audit, or statement makes a website "ADA compliant" in a legally bulletproof sense. What exists is conformance to WCAG 2.2 Level AA, documentation of the work, honest disclosure of limitations, and a real response path for user feedback.

This site is built and maintained to target WCAG 2.2 Level AA conformance. This statement is updated when the site is re-audited.

Ongoing Commitment

Accessibility is not a one-time project.

  • Reviewing new content, page additions, and third-party integrations before publishing
  • Maintaining an automated axe-core audit that can be run on demand with `npm run a11y`
  • Treating user-reported barriers as defects, not feature requests

Feedback & Contact

Found a barrier? Tell us.

We welcome feedback on the accessibility of this website. If you experience any barrier, encounter content that is not fully accessible, or have suggestions for improvement, please contact us directly.

We take all accessibility feedback seriously and will work with you to resolve any barrier you encounter.

Email Accessibility Feedback

chelsea@nutritionwithcb.com

Formal Statement

The full conformance statement.

Nutrition with Chelsea Britton strives to ensure that its services, including the website located at https://www.nutritionwithcb.com, are accessible to people with disabilities. Nutrition with Chelsea Britton has invested resources to help ensure that its website is easier to use and more accessible for people with disabilities, with a strong belief that every person has the right to live with dignity, equality, comfort, and independence.

If you have difficulty using or accessing any element of this website or any Nutrition with CB service, please contact us using the information above and we will work with you to provide the information, item, or transaction you seek through a communication method that is accessible to you.

Standard Targeted
WCAG 2.2 Level AA
Build Tier
Static Astro site — no overlay widgets