Accessibility Statement for SurveyJS UI Components
Updated: 8/25/2025
SurveyJS is committed to providing software products that are accessible to the widest possible audience, regardless of ability. Accessibility is a core focus for us and an integral part of our software development lifecycle.
Standards and Guidelines
Our accessibility implementation aligns with internationally recognized standards:
Web Content Accessibility Guidelines (WCAG)
WAI-ARIA 1.2 specifications
Applicable provisions of Section 508 of the U.S. Rehabilitation Act
The SurveyJS Form Library component is fully accessible with the Contrast theme as of v2.1.0. The Survey Creator achieved the same level of compliance as of v2.2.2.
Accessibility Features
SurveyJS Form Library and Survey Creator components include the following accessibility measures:
Semantic HTML structure with proper heading hierarchy and ARIA attributes for compatibility with assistive technologies
Full keyboard-only navigation and focus management
Screen reader support across supported frameworks
High-contrast theme for optimized readability
Testing and Validation
Accessibility compliance is verified through automated end-to-end testing integrated into our CI/CD pipelines. Key practices include:
Dedicated automated accessibility tests that combine end-to-end (E2E) testing with Playwright and accessibility auditing with
[`axe-core`](https://github.com/dequelabs/axe-core)
engine (viaaxe-playwright
). There test suites are hosted in product-based SurveyJS GitHub repositories:A custom React Axe Reporter, developed by SurveyJS, provides interactive and easy-to-interpret reports of axe-core results. The reporter can be integrated into third-party projects and is also exposed in the Accessibility Compliance section of each demo on our website so that users can run their own accessibility checks.
These accessibility tests run alongside unit, functional, integration, end-to-end, and visual regression tests in our comprehensive testing pipelines to ensure compliance before each release.
Limitations
While SurveyJS strives for full accessibility, certain third-party integrations or custom implementations may affect compliance. We recommend that users validate accessibility within their own environments.
Feedback and Support
We welcome feedback on accessibility. If you encounter accessibility barriers or have suggestions for improvement, please contact us at at info@devsoftbaltic.com or contact us through the Help Desk.
We will make every effort to respond to accessibility-related inquiries promptly and transparently.
Continuous Improvement
Accessibility is an ongoing commitment. SurveyJS regularly reviews its practices and is committed to extending accessibility support across all product lines. We are actively working to achieve the same level of accessibility compliance for the Dashboard and PDF Generator components.