-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Closed
Labels
P4A relatively minor issue that is not relevant to core functionsA relatively minor issue that is not relevant to core functionsfeatureThis issue represents a new feature or feature request rather than a bug or bug fixThis issue represents a new feature or feature request rather than a bug or bug fix
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.
Is there anything else we should know?
Metadata
Metadata
Assignees
Labels
P4A relatively minor issue that is not relevant to core functionsA relatively minor issue that is not relevant to core functionsfeatureThis issue represents a new feature or feature request rather than a bug or bug fixThis issue represents a new feature or feature request rather than a bug or bug fix