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

Broken keyboard navigation #247

Open
mdafanasev opened this issue Feb 28, 2019 · 3 comments
Open

Broken keyboard navigation #247

mdafanasev opened this issue Feb 28, 2019 · 3 comments
Milestone

Comments

@mdafanasev
Copy link

mdafanasev commented Feb 28, 2019

Expected behavior:
Pressing the Tab key first time moves focus to the first navigation element.
Actual behavior:
Visually nothing.
There are two problems here:

  1. Gitter chat window is inserted before other page elements (outside body!). It should be hidden by "display: none", but it use "translateX(110%)". So, elements inside this window get focus before navigation links.
  2. Navigation component is placed after page content, so it's elements get focus only after other links.
@marcustisater
Copy link
Member

Great catch @mdafanasev. Accessibility is important and this should be fixed.

@Aaronmoi
Copy link

Aaronmoi commented Jul 7, 2023

Fix

@Aaronmoi
Copy link

Aaronmoi commented Jul 7, 2023

-started.md

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants