umbraco / Umbraco-CMS.Accessibility.Issues

6 stars 1 forks source link

Alert role: `Aria-atomic="true"` missing on error container #12

Open nul800sebastiaan opened 2 years ago

nul800sebastiaan commented 2 years ago

Aria-atomic="true" missing on error container

RachBreeze commented 1 year ago

Hi @DannyLancaster I've taken a look at this and it would be good to catch up. aria-live is used on the login page and on the notifications pane.

On the login page it has: `

                    </div>

`

With one error in it.

On the notification page the aria alerts are set to:

<ul ng-if="notifications" class="umb-notifications__notifications" aria-live="assertive" aria-relevant="additions">

Which feels at odds to 'aria-atomic="true" '

Apologies if I've missed an aria-live element.

This umbraco v11 :-)