Closed
Description
Please describe the feature you would like to request.
- set a global duration,
- LiveAnnouncer.annouce(text)
- the text is removed from DOM after global duration.
What is the use-case or motivation for this proposal?
When I open a MatDialog, I use screen reader(Voice Over) VO plus left arrow to do linear navigation. When I come to the beginning of dialog, I shouldn't be able to navigate to anywhere. However, I navigated to the DOM for LiveAnnouncer if LiveAnnoucer is used once.
I can use announce(text, duration) to work around this. This requires a duration for every announce call.