WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: setting notification

for

From: tim.harshbarger
Date: May 31, 2023 6:51AM


There is not a success criteria that will specifically mention this design pattern.

Instead what you will want to do is apply the WCAG success criteria to how you design and implement these patterns. For example, can the user use all the functionality of these interfaces just using a keyboard? If you create custom controls, do they programmatically convey their role, name, and value information? Is the color contrast of text in the interface sufficient so that the user can easily read the text?

For the most part, WCAG provides guidance on how to design and implement design patterns in a way to ensure they are accessible.

I hope that helps.

Thanks!
Tim