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

Make Piwik usable with keyboard: implement proper tabindex order #9562

Closed
mattab opened this issue Jan 19, 2016 · 0 comments
Closed

Make Piwik usable with keyboard: implement proper tabindex order #9562

mattab opened this issue Jan 19, 2016 · 0 comments
Labels
c: Accessibility When something is not usable for a certain group (eg missing contrast) or devices (eg smartphones).
Milestone

Comments

@mattab
Copy link
Member

mattab commented Jan 19, 2016

The goal of this issue is to make Piwik much more usable with a keyboard. In particular, it should be possible to "tab" through various elements on screens using the keyboard.

What we expect is that, when using the TAB key, it should tab through the following elements on the screen:

Proposed tab order when using TAB key

  • Skip to main content
  • then... the Search bar
  • then... the Piwik logo
  • then... the top menu
  • then... the Website selector
  • then... the Calendar
  • then... the Segment editor
  • then... the Dashboard/Widgets selector
  • then... the main navigation left menu
  • then... the main content / report / widgets

Info

http://webaim.org/techniques/keyboard/tabindex

@mattab mattab added the c: Accessibility When something is not usable for a certain group (eg missing contrast) or devices (eg smartphones). label Jan 19, 2016
@mattab mattab added this to the 2.16.0 milestone Jan 20, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c: Accessibility When something is not usable for a certain group (eg missing contrast) or devices (eg smartphones).
Projects
None yet
Development

No branches or pull requests

1 participant