1
Hello I’m developing a project and implementing accessibility in it. So far so good, the screen reader works is everything ok.
My problem is when I exit screen A and go to screen B, screen B has a loading, I would like to warn the screen reader that a loading is being performed.
How can I do that?
puts a sound ^^
– Willian
Carrgando new page.. accessibility costs expensive..
– Willian
I know hehehe and the customer too! I would not like to use sound, the screen reader itself is already reading it. The project is already 95% accessible, I would like some definition of W3C’s WAI-ARIA for this, but I found nothing.
– Hiago Souza
I think these articles might help you: How to create a simple CSS loading spinner & make it accessible and "It’s Alive!": Apps That Feed Back Accessibly
– Valdeir Psr