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

SC1410 / 211 -- Reflow and zoom issues with menu #7

Open
damiansian opened this issue Jan 3, 2025 · 0 comments
Open

SC1410 / 211 -- Reflow and zoom issues with menu #7

damiansian opened this issue Jan 3, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@damiansian
Copy link

damiansian commented Jan 3, 2025

URL

https://demo.fileyourstatetaxes.org/

Issue

When the page is zoomed to 400%, the mobile menu appears.

Mobile menu issues

  • The menu is not keyboard accessible.
  • The menu appears at a breakpoint where the other nav items are also visible
  • Focus doesn't move to the X close button.
  • The overlay cannot be scrolled vertically.

WCAG

SC 1.4.10: Reflow (Level AA)
SC 2.1.1: Keyboard (Level A)

User Impact

For users who rely on zooming in on the content in a webpage, we have to ensure all functionality and content remains intact.

Suggested fix

Refer to either:

Current

<a 
   data-component="ClientMenuTrigger" 
   class="client-menu-trigger is-desktop-hidden toolbar__item text--small">
Menu
</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Development

No branches or pull requests

1 participant