Current compliance status of our website
This status report applies to the withings.com website. To date, our Withings.com website is partially compliant with digital accessibility standards due to the main non-conformities listed below.
Main non-conformities identified :
Our audits have highlighted the following categories of accessibility problems:
1. Problems with forms and interactive elements:
Many form fields and buttons lack accessible labels or names, making them difficult or impossible to use for screen reader users and keyboard navigation.
Drop-down lists and input fields require accessible names.
Tab order is not always logical due to the use of tabindex greater than 0, hindering keyboard navigation.
2. Color contrast problems :
Some texts and graphic elements do not respect minimum color contrast ratios, which can make content unreadable for the visually impaired.
3. Semantic and structural problems:
ARIA attributes are sometimes misused or inappropriate for elements.
List elements are not always correctly nested within lists, which can disrupt the semantic structure for assistive technologies.
The language attribute (lang) is missing on the main element, which can affect pronunciation by screen readers.
4. Lack of alternative text for images:
Some images lack alternative text descriptions (alt), making them inaccessible to users who can't see them.
Derogations for disproportionate load
None
Accessibility assessment tools
We have carried out in-depth accessibility audits, in particular using the Axe and Pa11y tools.
Accessibility action plan
We are fully committed to a process of continuous improvement to achieve compliance. The following action plan details the steps we will be implementing:
Goal: Achieve compliance with digital accessibility standards by June 28, 2027.
Priority areas:
1. Improving forms and keyboard navigation:
- Action: Systematically associate clear and precise labels "label" with all form fields "input", "textarea", "select".
- Action: Ensure that all buttons and interactive elements have an accessible name (aria-label, aria-labelledby, textual content).
- Action: Eliminate or correct the use of tabindexes greater than 0 to ensure a logical and natural tabbing order.
- Action: Test full keyboard navigability throughout the site.
2. Correct color contrast problems:
- Action: Review our site's color palette to ensure that all important text and elements meet the required color contrast ratios (WCAG 2.1 AA).
- Action: Use contrast verification tools during development and validation.
3. Optimize code semantics and structure:
- Action: Correct the use of ARIA attributes so that they are appropriate to the element's role.
- Action: Ensure correct semantic structure of lists ("ul", "ol", "li").
- Action: Add the correct lang attribute to the element.
4. Add alternative text for images :
- Action: For all meaningful images, add descriptive and relevant alt text.
- Action: For decorative images, ensure that the alt attribute is empty (alt="") so that they are ignored by screen readers.