-
Notifications
You must be signed in to change notification settings - Fork 330
Description
A question that often bubbles up is: does https://www.w3.org/WAI/WCAG21/Understanding/timing-adjustable.html also cover, conceptually, things such as notifications/toasts that appear and then disappear after a certain amount of time. While 4.1.3 Status Messages now at least ensures that, for AT users, the notification/toast should get announced explicitly (without moving focus), does a disappearing toast represent a timeout? A hard reading of the SC suggests that yes, it's a timeout.
If so, is the logical conclusion that any website/application that uses any form of notification/toast actually violating 2.2.1 if it doesn't provide an option to make toasts static/permanent (or a way to extend the timeout before the toasts disappear) [and yes, unless the toasts are set to disappear on their own after 20 hours ;) ]. Because if that's the case, I'm surprised that toasts are even used at all, since so many sites use them ... and I'm not seeing a big push to change them. Nor am i seeing any large sites that offer users customisation options to make notification messages permanent/set their preferred length of time for them to remain visible before disappearing.