Our commitment
Regen Studio is committed to ensuring digital accessibility for people with disabilities. We continually improve the user experience for everyone and apply the relevant accessibility standards across our websites at regenstudio.world and demos.regenstudio.world.
We target conformance with the Web Content Accessibility Guidelines (WCAG) 2.1 Level AA, the standard referenced by the European Accessibility Act (Directive 2019/882) and the European standard EN 301 549.
Measures taken
We have implemented the following accessibility measures:
- Semantic HTML — proper use of landmarks (
<nav>,<main>,<footer>), heading hierarchy, and ARIA attributes throughout all pages - Keyboard navigation — all interactive elements (links, buttons, forms, modals) are fully operable with keyboard only, with visible focus indicators (
:focus-visible) - Skip-to-content link — every page includes a skip link to bypass navigation and jump directly to the main content
- Colour contrast — text and interactive elements meet or exceed WCAG 2.1 AA minimum contrast ratios (4.5:1 for normal text, 3:1 for large text)
- Reduced motion — all animations respect the
prefers-reduced-motionmedia query; users who prefer reduced motion see a simplified experience without transitions - Form accessibility — all form fields have associated labels, error messages use
role="alert"for screen reader announcements, and required fields are clearly indicated - Image alt text — all meaningful images include descriptive alternative text; decorative images are marked with empty
alt="" - External links — links that open in new tabs include screen-reader-only text indicating this behaviour
- Third-party embeds — media embeds (Vimeo, SoundCloud) load only after explicit user consent, preventing unexpected content changes
- Self-hosted fonts — all fonts are self-hosted, avoiding reliance on external services that could introduce accessibility barriers
Known limitations
Despite our efforts, some content may not yet be fully accessible:
- Interactive data visualisations — the CPR Product Family Tracker and homepage canvas animation contain complex interactive elements that may not be fully conveyed by screen readers. We provide text-based alternatives where possible.
- PDF documents — some embedded PDF files (e.g., the FIDES position paper) may not meet PDF/UA accessibility standards.
- Older blog posts — blog posts written before our accessibility audit (March 2026) may contain images with insufficient alt text or heading structure inconsistencies. We are progressively improving these.
Feedback
We welcome your feedback on the accessibility of our websites. If you encounter any barriers or have suggestions for improvement, please contact us:
- Email: info@regenstudio.world
We aim to respond to accessibility feedback within five business days and to resolve reported issues within 30 days where technically feasible.
Technical specifications
Accessibility of our websites relies on the following technologies:
- HTML5
- WAI-ARIA
- CSS3
- JavaScript (ES5+)
Our websites are designed to be compatible with current versions of major browsers (Chrome, Firefox, Safari, Edge) and assistive technologies including screen readers (VoiceOver, NVDA, JAWS).