1. Conformance Standards
The Web Content Accessibility Guidelines (WCAG) define requirements for designers and developers to improve accessibility for people with disabilities. NeuroSoft targets WCAG 2.1 Level AA compliance across all web interfaces, dashboard components, and documentation pages.
2. Key Accessibility Features Implemented
Our digital platforms incorporate the following accessibility features:
- High-Contrast Color Tokens: HSL and OKLCH color palettes engineered to pass strict 4.5:1 text-to-background contrast ratios in both Dark and Light modes.
- Reduced Motion Alternatives: Native support for
prefers-reduced-motionmedia queries, allowing users to disable background animations and keyframe transitions. - Semantic HTML5 Structure: Proper use of landmarks (
<header>,<main>,<nav>,<footer>), explicit heading hierarchy (H1 → H4), and descriptive ARIA roles. - Focus Management: Visible focus rings (
outline: 2px solid var(--color-glow)) on all interactive links, buttons, and form disclosures.
Continuous Testing: NeuroSoft's design system is continuously audited using automated accessibility testing suites (axe-core, Lighthouse) and manual screen reader testing (NVDA, VoiceOver).
3. Keyboard & Screen Reader Support
All navigation dropdowns, modal disclosures, and interactive carousels support standard keyboard navigation (Tab, Shift+Tab, Enter, Spacebar, Escape, and Arrow keys) with ARIA live regions for dynamic updates.
4. Accessibility Feedback & Assistance
We welcome your feedback on the accessibility of NeuroSoft's digital platforms. If you encounter accessibility barriers or require information in an alternative format, please contact our team at accessibility@NeuroSoft.ai. We aim to respond to all accessibility feedback within 1 business day.