Frequently Asked Questions About Web Accessibility
What Is A11y?
A11y is an abbreviation of the word Accessibility. There are 11 letters between the first and last letters, “A” and “y”. This abbreviation is commonly used in accessibility-related materials.
What Is a Web Accessibility Audit?
A web accessibility audit is a comprehensive review of a website for compliance with digital accessibility requirements and usability for different categories of users.
Is Automated Testing Enough?
No, because automated testing tools (such as Lighthouse) usually detect only part of accessibility issues. Manual testing is required to evaluate the actual usability of a website.
Is Manual Testing Included?
Yes, a full web accessibility audit includes manual website testing. Specifically:
- Testing navigation using a keyboard and screen reader
- Checking focus logic and visibility
- Analyzing website structure and semantics
- Reviewing key user scenarios and complex components
Is Accessibility Tested on Mobile Devices?
Accessibility testing on mobile devices can be included in a comprehensive accessibility audit. The need for such testing is discussed individually.
Are React and SPA Applications Tested?
Yes. React applications and Single Page Applications built with other technologies are tested for compliance with web accessibility criteria. Manual accessibility audits are especially recommended for such products because automated tools cannot evaluate many aspects of user interaction with the interface.
Is Screen Reader Testing Included?
Yes. Web accessibility audit services include website testing with assistive technologies, specifically screen readers. This is necessary to evaluate website usability for people with visual impairments.
How Long Does an Audit Take?
The duration of an audit depends on several factors:
- Project complexity and user flows
- The number of pages or SPA screens being reviewed
- Website preparation for the audit
For a single page, a full accessibility audit may take up to 2 business days.
What Is Included in the Final Report?
The final result of a web accessibility audit is a structured report that includes:
- A list of WCAG criteria for the selected conformance level (A/AA/AAA) with status (Pass, Fail, N/A)
- Explanations and technical recommendations for fixing identified accessibility issues
- Severity levels for each issue, helping define backlog priorities
- A summary page, showing the overall website accessibility status: the number of successfully passed criteria and the number of aspects that need improvement
Are Recommendations Provided for Fixing Issues?
Yes. The accessibility audit report includes clear technical recommendations for fixing identified issues. It is important to note that not all issues can be fixed by developers alone. In some cases, designers, copywriters, and product managers also need to be involved.
How Should a Website Be Prepared for an Audit?
To make the accessibility audit process faster and achieve the most accurate results, it is worth preparing in advance.
In particular, the following preparation steps are recommended:
- Describe the most important user scenarios
- Define the list of pages for the audit
- Determine whether access to restricted parts of the website is required
- Create a list of complex components
- Review existing user accessibility complaints
- Prepare the product development team for the audit, including explaining its purpose
You can find more
tips on preparing a website for a web accessibility audit
in our article. It also includes a checklist to help you avoid missing important details.