adobe / aem-core-cif-components

A set of configurations and components to get you started with AEM Commerce development
Apache License 2.0
102 stars 80 forks source link

[Accessibility] [Reset Password] Status message lacks any attribute to be perceivable to user without receiving focus. #695

Open LevelAccessA11y opened 2 years ago

LevelAccessA11y commented 2 years ago

Steps to Reproduce

  1. Open page in Google Chrome.
  2. Open Chrome developer tools.
  3. Review status message markup.
  4. Notice lack of aria-live attribute.

Current Behavior Status message lacks an aria-live attribute to announce it to users without receiving focus.

Expected behavior/code Status messages should be given an aria-live attribute. In this case, the value for said attribute should be polite.

Environment Chrome 92, Windows 10, NVDA 2020.4 AEM Core Components v. 2.17

Affected Users Screen reader users, keyboard-only users

WCAG SC 4.1.3 Status Messages

richardhand commented 2 years ago

@adobe export issue to Jira project SITES

github-jira-sync-bot commented 2 years ago

:white_check_mark: Jira issue SITES-2535 is successfully created for this GitHub issue.

mhaack commented 2 years ago

Tracked via CIF-2350