Introduction¶
We can now do automated accessibility testing with ACT (Accessibility Conformance Testing) rules. The evaluation tool we will use is QualWeb.
- ACT is an officially published testing standard. This testing standard is designed to ensure that web content conforms to the accessibility standards set by the World Wide Web Consortium (W3C).
- QualWeb is an ACT-based accessibility evaluation tool that uses open source rules to detect issues within the WCAG 2.1 set of criteria. It was developed by the University of Lisbon.
- Our implementation includes QualWeb rules to address A and AA conformance, integrated into the platform.
Advantages¶
- Accessibility checking consistency with legal authorities: The QualWeb rules engine will ensure that we can provide harmonized scan test results in parallel with results from the monitoring bodies and digital authorities that use the QualWeb rules engine.
- Follow W3C official recommendations: The ACT method of testing consists of rules that have been officially published by W3C.
How to Enable QualWeb¶
This section gives instructions on how to enable QualWeb for scans on your domain(s).
QualWeb is an optional way to scan your website. You can choose to use the regular rules engine or the QualWeb rules engine during your initial setup.
Steps To enable QualWeb:
- Click Admin Settings (gear icon) on the top toolbar.
Note: The Admin Settings button is only available to site admins.
- The Domain Settings page opens.
- Click Action on the same row as the domain you want to edit.
- Select Edit Domain from the drop-down list.
- The Domain Settings page opens.
- Locate the Features section.
- Click Accessibility to expand the menu.
- Select the desired QualWeb option to use this rules engine, or select a WCAG level for the traditional rules engine.
- Repeat for each domain as needed.
When the next crawl of your domain begins, your website content is analyzed with the QualWeb accessibility checks instead of the Acquia Optimize accessibility checks.
For more information about our accessibility checks, see the user guide articles:
Frequently Asked Questions (FAQ)¶
- How does the QualWeb scan differ from the traditional Acquia Optimize scan?
A: The QualWeb scan is less comprehensive. The traditional Acquia Optimize scan contains more success criteria checks. A good way to test this on your own website would be to scan a sample number of pages using each method and compare the results. - How can I tell which method I am viewing in the results window?
A: An orange line in the chart shows where the new scan method begins. Hover on the orange line to see which method and criteria that the scan covers.
- When will I see the results first after I change to QualWeb?
A: The results appear after the next scan. An orange line on the results chart shows that the scan was done with a different method than previously used. - Where can I turn to for help with errors that the QualWeb scan identifies?
A: The QualWeb scan has a separate resource and help function to assist you with repairs to any errors that it may find.
Additional Resources¶
For more information, see the user guide articles:
Article Glossary
- ACT (Accessibility Conformance Testing): An officially published testing standard that is designed to ensure that web content conforms to the accessibility standards set by W3C.
- WCAG (Web Content Accessibility Guidelines): A set of standards defined by W3C.
- W3C: The World Wide Web Consortium that develops guidelines for digital accessibility.
For more information, see the external websites: