-
Notifications
You must be signed in to change notification settings - Fork 21
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
Chrome <details> broke keyboard functionality #29
Comments
Hey there! I will be honest and say I am not surprised. a11y-toggle reproduces the same kind of functionality than Beside semantics, is there any reason you would use them? |
Besides semantics, only that the feature has native implementation in browser == always good (if they work well 😄) And for now, it's available in WebKit's family, and Mozilla announced a few weeks ago, that feature landed in Nightly/Aurora build's |
I need to work on making it work for these elements as well. |
The support of details/summary is getting excellent: http://caniuse.com/#search=details. It should be compatible with the lib. I need to work on this. |
FIrst of all, great thanks for this library.
And right to the point:
Hard to explain how to reproduce, think best explanation will be codepen 😉
I create example, try to expand/colapse with keyboard in Chrome.
http://codepen.io/dkk/pen/eZPmar
The text was updated successfully, but these errors were encountered: