-
Notifications
You must be signed in to change notification settings - Fork 26
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
♿ a11y(tab-component): Keyboard interaction of tabs #1425
Comments
@carolabes We need to discuss this in our weekly. There are 3 cases for the tabs
Moreover, we get the feeling that we are confusing the end user with multiple solutions |
Hi @hirsch88, This means:
I understand your point that it can be confusing for the users, but still the technical implementation should be correct for the users who don't see the design. If there are any questions, please do not hesitate to contact me. |
/cib |
Branch fix/issue-1425 created! |
* Create PR for #1425 * fix(tabs): only show line when value exists * fix(tabs): only show line when value exists * fix(tabs): improve keyboard navigation according to a11y criterias * chore: fix typo * Create PR for #1417 * fix(carousel): implement role list and listitem to improve screenreaders * fix(carousel): add missing aria controls * fix(carousel): improve keyboard inputs and a11y criterias * fix(carousel): improve keyboard inputs and a11y criterias * chore: add missing unit test --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Gery Hirschfeld <[email protected]>
Checked on Baloise.ch: Accessing with right&left arrow key not possible https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/tab_role#keyboard_interactions |
/cib |
Branch fix/issue-1425 created! |
Description of this issue
How to fix it
Additional Information
Level A
https://www.w3.org/WAI/WCAG21/Understanding/keyboard.html
Keyboard interaction: https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/tab_role#keyboard_interaction
Code of Conduct
The text was updated successfully, but these errors were encountered: