Accessibility Statement
SecuryxAI is committed to making our platform accessible to all users, including those using assistive technologies.
1. Our Commitment
SecuryxAI is committed to ensuring digital accessibility for people with disabilities. We are continually improving the user experience for everyone and applying relevant accessibility standards as we build and iterate on the platform.
We aim to conform to the Web Content Accessibility Guidelines (WCAG) 2.2 Level AA as published by the World Wide Web Consortium (W3C). These guidelines define how to make web content more accessible to people with disabilities, including visual, auditory, physical, speech, cognitive, language, learning, and neurological disabilities.
2. Conformance Status
As of v1.0.0 (June 2026):
- Public marketing pages (homepage, pricing, frameworks) — Substantially conformant with WCAG 2.2 AA. Skip links, focus indicators, reduced-motion, and semantic structure implemented.
- Admin platform — Substantially conformant. All form labels are programmatically associated with their controls (
htmlFor/id). All interactive elements support keyboard navigation. 0jsx-a11ylint warnings as of v0.9.0. - Trust Center — Substantially conformant. Full keyboard navigation, ARIA labelling, and NDA gate accessibility implemented.
3. Technical Specifications
SecuryxAI relies on the following technologies for conformance:
- HTML5 with semantic markup
- CSS3 with support for
prefers-reduced-motionand high-contrast media queries - WAI-ARIA attributes for interactive components (dropdowns, dialogs, tabs)
- Next.js React framework with server-side rendering for improved initial accessibility
4. Known Limitations
Despite our best efforts to ensure accessibility, there are some known limitations. We are actively working to resolve them:
- Complex data tables (Admin Console): Some tables in the admin interface do not have complete column headers or row scope attributes. We are adding these progressively.
- Modal focus management: Some modal dialogs do not trap focus correctly in all browsers. We are implementing proper focus trapping for all dialogs.
- Colour contrast — muted text: Some secondary text elements (labels, metadata) may not meet the 4.5:1 contrast ratio requirement against the dark background. We are auditing and updating contrast values.
- Drag-and-drop interfaces: Evidence upload and some list reordering features use drag-and-drop without keyboard alternatives. Keyboard alternatives are planned.
- Animated elements: Reduced motion preferences are respected for most animations. A small number of CSS transitions do not yet check
prefers-reduced-motion. - PDF exports: Generated PDF reports are not currently tagged for accessibility (screen reader reading order). Tagged PDFs are planned.
5. Measures Taken
SecuryxAI takes the following measures to support accessibility:
- Semantic HTML5 elements throughout (headings, landmarks, lists, buttons vs. links)
- Visible
:focus-visibleoutlines on all interactive elements - ARIA labels on icon-only buttons and interactive controls
- Skip navigation link (“Skip to main content”) on all pages — activated by pressing Tab on page load
- Colour is never the only means of conveying information — status is always conveyed with text or icons in addition to colour
- All images have descriptive
altattributes or are marked as decorative withalt="" - Form inputs are associated with visible labels; error messages reference their fields via
aria-describedby - Error messages use
role="alert"to be announced immediately by screen readers - Keyboard Escape closes all drawers and dropdowns; focus is returned to the trigger element
- Mobile navigation drawer moves focus to close button on open; focus is restored to the hamburger button on close
- Admin sidebar shows
aria-current="page"on the active navigation link prefers-reduced-motionrespected — all non-essential animations are suppressed- Automated lint rules enforced via
eslint-plugin-jsx-a11yon every pull request
6. Assessment Approach
SecuryxAI evaluates accessibility through:
- Self-assessment by development team against WCAG 2.2 criteria
- Automated lint rules via
eslint-plugin-jsx-a11yconfigured in CI - Manual keyboard-only navigation testing on every feature before merge
- Screen reader testing with VoiceOver (macOS/iOS) and NVDA (Windows) — in progress
- External accessibility audit planned before general availability launch
7. Feedback & Contact
We welcome feedback on the accessibility of SecuryxAI. If you experience barriers or have suggestions for improvement:
- Email: accessibility@securyxai.com
- Subject line: “Accessibility feedback — [brief description]”
We aim to respond to accessibility feedback within 5 business days and to provide a fix or workaround within 30 business days.
8. Enforcement
If you are not satisfied with our response to an accessibility complaint, you may contact the relevant national authority. In the EU, this is your country’s national accessibility enforcement body. In the UK, this is the Equality and Human Rights Commission (EHRC).
9. Formal Complaints
We are committed to resolving accessibility complaints through direct communication. If you have exhausted our feedback process, you may escalate to the relevant supervisory authority in your jurisdiction.