You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's no label so it's unclear what clicking it will do.
Severity
The success criterion covering this issue is WCAG level A – the minimum level. Most organizations aim for a conformance level of AA, which includes all level A criteria. Any time an icon button is unlabeled it's generally a high level of severity as the affected functionality is effectively inoperable via a screen reader.
Recommendation
Add an aria-label saying Close or something like that.
The text was updated successfully, but these errors were encountered:
Steps to reproduce
⌘ + F5
to start VoiceOver.Expected outcome
The button should have a label describing its purpose as per WCAG success criterion 1.1.1.
Actual outcome
There's no label so it's unclear what clicking it will do.
Severity
The success criterion covering this issue is WCAG level A – the minimum level. Most organizations aim for a conformance level of AA, which includes all level A criteria. Any time an icon button is unlabeled it's generally a high level of severity as the affected functionality is effectively inoperable via a screen reader.
Recommendation
Add an
aria-label
sayingClose
or something like that.The text was updated successfully, but these errors were encountered: