accessibility@vuskelplanet.com
Please provide as much detail as possible about the issue you encountered, including the page URL and the assistive technology you were using (if applicable).
The Web Content Accessibility Guidelines (WCAG) are internationally recognized standards that define how to make web content more accessible to people with disabilities. They are developed by the World Wide Web Consortium (W3C) in cooperation with individuals and organizations around the world.
Compliance with WCAG 2.1 AA means that our website aims to:
We also implement ARIA (Accessible Rich Internet Applications) roles, states, and properties to enhance the accessibility of dynamic web content and advanced user interface controls, ensuring a better experience for users of screen readers and other assistive technologies.
We use semantic HTML elements like
,
,
,
, and
to provide a clear structure that screen readers can interpret. Important information is conveyed through:
to
) to outline content hierarchy.
aria-expanded
and
aria-controls
attributes.
Our commitment extends to ensuring that dynamic content updates are announced by screen readers using ARIA live regions, so users are informed of changes without losing context.
Our website employs a clean, minimalist design that prioritizes readability and clarity. The color palette is carefully chosen to meet WCAG 2.1 AA contrast requirements, ensuring that text is legible against its background. We utilize our brand's primary and secondary colors intentionally for accents, such as headings, links, and buttons, while ensuring they do not impede accessibility.
The presence of a dark mode toggle allows users to switch to a theme with reduced brightness, which can be beneficial for users with light sensitivity or in low-light environments. This feature also maintains sufficient contrast ratios.
Images are not merely decorative; they are chosen to complement the content and provide visual context. Each image includes descriptive alt text to convey its meaning to users who cannot see it.
Our website is built on a mobile-first, responsive design framework. This means that the layout and content adapt gracefully to various screen sizes and devices, from large desktop monitors to small mobile phones. This adaptive approach ensures a consistent and accessible user experience for everyone, regardless of the device they are using.
Navigation menus collapse elegantly on smaller screens, and content reflows to maintain readability. Interactive elements are appropriately sized for touch targets on mobile devices, further enhancing usability and accessibility.