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

ARIA Practices advice for left/right keys (e.g. horizontal slider) does not take into account right-to-left (RTL) languages like Arabic and Hebrew. #1437

Open
cookiecrook opened this issue Jul 6, 2020 · 0 comments
Labels
Feedback Issue raised by or for collecting input from people outside APG task force i18n-tracker Group bringing to attention of Internationalization, or tracked by i18n but not needing response. Pattern Page Related to a page documenting a Pattern Simple Time or effort required for resolution anticipated to be modest.

Comments

@cookiecrook
Copy link

ARIA Practices advice for left/right keys (e.g. horizontal slider) does not take into account right-to-left (RTL) languages like Arabic and Hebrew.

As part of the AOM explainer, I tried to account for that slider pattern in this table. The authoring practices pattern won't be quite so complicated, but it should be updated to invert the left/right keys if the computed value of dir is rtl.

For horizontal sliders (as determined by the computed value of aria-orientation):

  • LTR or indeterminate: Increment with Up or Right, decrement with Down or Left.)
  • RTL: Increment with Up or Left, decrement with Down or Right.)
@mcking65 mcking65 added Feedback Issue raised by or for collecting input from people outside APG task force i18n-tracker Group bringing to attention of Internationalization, or tracked by i18n but not needing response. Pattern Page Related to a page documenting a Pattern Simple Time or effort required for resolution anticipated to be modest. labels Jul 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feedback Issue raised by or for collecting input from people outside APG task force i18n-tracker Group bringing to attention of Internationalization, or tracked by i18n but not needing response. Pattern Page Related to a page documenting a Pattern Simple Time or effort required for resolution anticipated to be modest.
Projects
None yet
Development

No branches or pull requests

2 participants