Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Accessibility: Button does not follow the established design pattern #1047

Open
3 tasks done
jason-me opened this issue Feb 9, 2025 · 1 comment
Open
3 tasks done

Comments

@jason-me
Copy link
Contributor

jason-me commented Feb 9, 2025

Issue

The "Sign In" button on the landing page does not follow the established design pattern for button controls. It is not focusable or actionable by the keyboard and does not announce a button role.

Expected Behavior

  • WCAG 2.2 AA 4.1.2 Name, Role, Value requires that the button role is used.
  • WCAG 2.2 A 2.1.1 Keyboard requires that interactive controls are focusable and operable with the keyboard.
  • Screen reader and keyboard only users expect to be able to navigate to the control and that the proper accessible name and button role are announced when interacting with it.

Acceptance Criteria

  • Make this control render as an HTML button or add role="button" and tabindex="0"
  • Test with a screen reader JAWS, VoiceOver, NVDA, Orca, Talkback, etc.
  • Ensure the control announces the accessible name which matches the visible label for the control and the button role

Linked to tracking issue: #456

@jason-me
Copy link
Contributor Author

PR in pending review status for completion of this issue: #1054

humansinstitute added a commit that referenced this issue Feb 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant