Recommendation 4.3.18:
Follow WCAG guidelines when applicable to the chatbot interface
Benefits Users
Visual | Auditory | Cognitive | Speech | Physical
Phase 1: Gather & Organize
Additional Information
- The WCAG document does not specifically address the wide range of cognitive abilities in target users. Latest recommendations from W3C’s Cognitive and Learning Disabilities Accessibility Task Force (COGA TF) have information explicitly directed at cognitive disabilities that can fill gaps in WCAG guidance. Ultimately, user tests will reveal how accessible the chatbot is.
Read More
- The table below matches recommendations from this playbook to the W3C WCAG and COGA recommendations to which they correspond. In most of these cases the W3C source gives explicit information such as user stories and techniques that directly address the recommendation from the playbook.
Phase 2: Design & Implement
Tip
- When WCAG isn’t clear about chatbot features, go to users instead.
Examples
- When pacing chatbot messages in a sequence of multiple messages (4.3.21), refer to COGA Design Pattern 4.5.1, which suggests not moving content unless initiated by the user. To conform with the design pattern, consider waiting for the user to press a button to indicate they are done reading the current message before displaying the next one; or make sure the scrollable area does not move and interrupt the user’s reading as subsequent messages are received.
Phase 3: Test & Evaluate
Self Check
-
Did you review WCAG as you completed the Gather and Organize phase?
-
Did you revisit WCAG during the Design and Implement phase?
-
Did you test and evaluate the chatbot against WCAG standards for interface?
-
Is there a developer on the team with WCAG training or accessibility experience?