mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
fix(overlay|prejoin) Added level to items with heading role
This commit is contained in:
committed by
Saúl Ibarra Corretgé
parent
b48772f898
commit
c486dc07db
@@ -67,7 +67,9 @@ function DeviceStatus() {
|
||||
role = 'alert'
|
||||
tabIndex = { -1 }>
|
||||
{!hasError && <div className = { classes.indicator } />}
|
||||
<span role = 'heading'>
|
||||
<span
|
||||
aria-level = { 3 }
|
||||
role = 'heading'>
|
||||
{hasError ? t('prejoin.errorNoPermissions') : t(deviceStatusText ?? '')}
|
||||
</span>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user