Vitality Hub is committed to ensuring digital accessibility for everyone. We are continually improving the user experience for all visitors, and applying the relevant accessibility standards to ensure we provide equal access to information and services.
We strive to conform to the Web Content Accessibility Guidelines (WCAG) 2.1, level AA. These guidelines explain how to make web content more accessible for people with disabilities. Conformance with these guidelines helps to make the web more user-friendly for everyone.
Vitality Hub has incorporated several features to enhance accessibility, including:
.
aria-label
for custom controls.
We utilize ARIA roles and attributes to improve accessibility where standard HTML elements are insufficient. Here are some examples:
aria-label
to provide descriptive labels for interactive elements that might not have visible text labels. For instance, a custom video player button might have
aria-label="Play Video"
.
aria-expanded
to indicate the state of expandable/collapsible sections, such as accordions or dropdown menus. When a section is expanded,
aria-expanded="true"
is set; when collapsed, it is
aria-expanded="false"
.
aria-live
regions to announce dynamic content updates to screen readers without requiring a page reload or user interaction. For instance, a live chat window might use
aria-live="polite"
to announce new messages.
aria-describedby
to link form fields with associated descriptions or instructions. This helps users understand the expected input format or any special requirements.
role="alert"
to immediately notify screen reader users about important messages, such as error messages or confirmations.
We regularly review our website to ensure it meets WCAG 2.1 Level AA standards. Our accessibility efforts include:
Despite our best efforts to ensure accessibility of Vitality Hub, there may be some limitations. Below is a description of known limitations, and potential solutions. Please contact us if you observe an issue not listed below.
We welcome your feedback on the accessibility of Vitality Hub. If you encounter any accessibility barriers or have suggestions for improvement, please contact us using the form below:
You can also contact us directly:
Vitality Hub Accessibility Team
42 Wellness Way
San Francisco, CA 94107
Phone: (415) 555-0123
Email: [email protected]
Our Website Accessibility Manager, Dr. Anya Sharma, oversees our accessibility efforts. She is dedicated to ensuring that Vitality Hub is accessible to all users.
Vitality Hub is committed to making our website accessible to everyone. We will continue to review and improve our website to ensure it meets the needs of all users. Our development team participates in monthly accessibility training to keep abreast of best practices. We also conduct user testing with individuals who use assistive technologies to gather valuable feedback.
If you require content from Vitality Hub in an alternative format, such as large print or audio, please contact us at [email protected] with your request. We will do our best to provide the content in a format that meets your needs.
We leverage third-party accessibility tools such as WAVE and Axe DevTools to identify and address accessibility issues on our website. These tools help us automate the process of detecting common accessibility violations, such as missing alt text or insufficient color contrast. We also perform manual testing using screen readers like NVDA and VoiceOver to ensure that our website is usable by people with disabilities.
| Date | Update Description |
|---|---|
| October 26, 2023 | Implemented ARIA attributes for improved screen reader support. |
| November 15, 2023 | Updated color contrast to meet WCAG 2.1 Level AA standards. |
| December 5, 2023 | Improved keyboard navigation for all interactive elements. |
| January 10, 2024 | Reviewed and updated alt text for all images. |
| February 1, 2024 | Added support for text resizing up to 200% without loss of content or functionality. |