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

accessibility patterns and aria #633

Closed
gpicavet opened this issue May 11, 2015 · 1 comment
Closed

accessibility patterns and aria #633

gpicavet opened this issue May 11, 2015 · 1 comment
Labels

Comments

@gpicavet
Copy link

Hello,
It appears several components dont expose ARIA roles and behave not very well with keyboard and assistive technologies.
I propose to follow these simple patterns :

  • give correct aria role on non-native components (like dialog, alert, etc...)
  • allowing keyboard navigation and actions (user should navigate with arrows inside a component, with tab in a form, activate a link/button with space ou enter, cancel with ESC)
  • trap keyboard focus in a modal dialog and reposition focus to the button that trigged the dialog when closing it.
  • animations-less mode
@hai-cea
Copy link
Member

hai-cea commented May 27, 2015

Thanks @Grisha78

Yes, this is something that's really important to us. Please see #61

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

No branches or pull requests

3 participants