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

User menu button lacks keyboard operability #55

Open
henrycatalinismith opened this issue Oct 15, 2022 · 0 comments
Open

User menu button lacks keyboard operability #55

henrycatalinismith opened this issue Oct 15, 2022 · 0 comments

Comments

@henrycatalinismith
Copy link

Steps to reproduce

  1. Log in.
  2. Attempt to focus the user menu with the tab key.

Expected outcome

The user menu should be keyboard operable as per WCAG success criterion 2.1.1.

Actual outcome

The user menu isn't keyboard operable as it's not possible to move keyboard focus onto it using the the tab key. In the following GIF, the tab keypress when the logo is focused should focus the user menu. Instead focus skips over it to the signup link.

2022-09-20 11 09 38

Severity

The success criterion covering this issue is WCAG conformance level A – the minimum level. Most organizations aim for a conformance level of AA, which includes all level A criteria. This issue's severity is relatively high as it completely blocks all access to the affected functionality.

Recommendation

Use a <button> element instead of a <div> for the clickable element so that it'll be able to receive keyboard focus by default.

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