Accessibility
Accessibility Statement
Last updated: 14 June 2026
Our commitment
Beweird SAS is committed to making Azoth OS usable by everyone, including people who rely on assistive technologies. We design and build against the Web Content Accessibility Guidelines (WCAG) and the EN 301 549 standard.
Conformance status
Azoth OS is partially conformant with WCAG 2.1 Level AA. “Partially conformant” means most of the standard is met, but some content does not yet fully conform. A formal assessment against the newer WCAG 2.2 Level AA criteria, and an independent third-party audit (VPAT), are in progress and not yet complete.
We do not claim certified WCAG 2.2 AA conformance until that independent audit and a live assistive-technology pass are finished. This statement reflects the honest current state.
What is in place today
- Keyboard — full keyboard operation; visible
:focus-visibleindicators; a “Skip to main content” link. - Structure — semantic landmarks (
header,nav,main), a singleh1per page, and a logical heading order. - Dialogs & menus — modals and pop-ups trap focus, close on Escape, and restore focus to their trigger.
- Announcements — status and error messages use ARIA live regions (polite / assertive).
- Forms — inputs have associated labels; errors are programmatically identified.
- Contrast & targets — text contrast meets AA; touch targets are at least 44×44 px on touch devices.
- Languages — five UI languages including right-to-left (Arabic), with the correct
langanddir. - Testing — automated
axe-coreaccessibility checks run in our continuous-integration pipeline.
Known limitations
We are aware of, and working on, the following:
- The five new WCAG 2.2-specific criteria (e.g. Focus Not Obscured, Target Size Minimum, Accessible Authentication, Redundant Entry) have not yet been formally verified with assistive technology.
- Some data visualisations (sparklines, trend charts) convey their meaning through an adjacent numeric value rather than an equivalent data table.
- An independent audit and a published VPAT are pending.
Feedback
If you encounter an accessibility barrier, please tell us — we treat accessibility reports as a priority and aim to respond within five business days.
Email: support@azothos.ai
Please include the page, what you were trying to do, and the assistive technology and browser you were using.
Assessment method
This statement is based on a self-assessment combining code review, automated axe-core testing, and manual keyboard checks. It will be updated when the independent audit completes.