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

Fix tab order on desktop #44

Open
hupf opened this issue Jan 11, 2024 · 0 comments
Open

Fix tab order on desktop #44

hupf opened this issue Jan 11, 2024 · 0 comments

Comments

@hupf
Copy link
Member

hupf commented Jan 11, 2024

Given the following example on desktop screen size:
https://puzzle.github.io/puzzle-shell/?path=/story/puzzle-shell-examples-content-app-with-search--default

Current tab order:

  1. Logo (if it has any link, which is not the case in the above example)
  2. Search input
  3. Menu actions (which are absolutely positioned over the topbar)
  4. Menu items (links "Fruit", "Vegetables" etc.)
  5. Any links in the content (not present in the above example)
  6. Footer links (not present in the above example)

Desired tab order:

  1. Logo
  2. Menu actions
  3. Menu items
  4. Search input
  5. Any links in the content
  6. Footer links
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