mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
Accessibility: make status notifications accessible (#15004)
* Accessibility: add aria-live to the notification component
This commit is contained in:
@@ -311,6 +311,8 @@ const Notification = ({
|
||||
|
||||
return (
|
||||
<div
|
||||
aria-atomic = 'false'
|
||||
aria-live = 'polite'
|
||||
className = { cx(classes.container, unmounting.get(uid ?? '') && 'unmount') }
|
||||
data-testid = { titleKey || descriptionKey }
|
||||
id = { uid }>
|
||||
|
||||
Reference in New Issue
Block a user