-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
fix(stepper): use up/down arrows for navigating vertical stepper #8920
fix(stepper): use up/down arrows for navigating vertical stepper #8920
Conversation
Should the horizontal arrows still work for the vertical stepper? The way they worded it, it sounds kind of like up/down are an extra feature for vertical, but they all support left/right:
|
Hmm I see what you mean, but it seems a little counter-intuitive. |
I can see how users would want it though. I suspect if I relied primarily on keyboard for navigation I wouldn't want to have to think about what direction my tabs are, I would just want my right/left to do the same thing as usual |
99a350d
to
a3e3d87
Compare
Currently both vertical and horizontal steppers use the left/right arrows to move focus steps. Based on the a11y guidelines (https://www.w3.org/TR/wai-aria-practices-1.1/#tabpanel) the vertical stepper should use the up/down arrows instead.
a3e3d87
to
f329693
Compare
Makes sense. I've put back the left/right behavior for the vertical one and added the up/down on top. |
…ular#8920) Currently both vertical and horizontal steppers use the left/right arrows to move focus steps. Based on the a11y guidelines (https://www.w3.org/TR/wai-aria-practices-1.1/#tabpanel) the vertical stepper should use the up/down arrows instead.
…ular#8920) Currently both vertical and horizontal steppers use the left/right arrows to move focus steps. Based on the a11y guidelines (https://www.w3.org/TR/wai-aria-practices-1.1/#tabpanel) the vertical stepper should use the up/down arrows instead.
Currently both vertical and horizontal steppers use the left/right arrows to move focus steps. Based on the a11y guidelines (https://www.w3.org/TR/wai-aria-practices-1.1/#tabpanel) the vertical stepper should use the up/down arrows instead.
Currently both vertical and horizontal steppers use the left/right arrows to move focus steps. Based on the a11y guidelines (https://www.w3.org/TR/wai-aria-practices-1.1/#tabpanel) the vertical stepper should use the up/down arrows instead.
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Currently both vertical and horizontal steppers use the left/right arrows to move focus between steps. Based on the a11y guidelines (https://www.w3.org/TR/wai-aria-practices-1.1/#tabpanel) the vertical stepper should use the up/down arrows instead.