Acessiblidade Angular

Asked

Viewed 343 times

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?

1 answer

1

I met people, Valdeir Psr gave me a light in the comments.

For me to notify the user, I just put the attribute role with the value alert and the attribute aria-live with the value assertive in my loading.

So the screen reader already warns the user.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.