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

Accordion Arrow Key Navigation #69

Closed
scottaohara opened this issue Jul 28, 2016 · 2 comments
Closed

Accordion Arrow Key Navigation #69

scottaohara opened this issue Jul 28, 2016 · 2 comments
Labels
question Issue asking a question

Comments

@scottaohara
Copy link
Member

Should accordions have an aria-orientation set to vertical for their tabs?

I ask because of the update to the tabpanel rule stating that "Horizontal tabs should not consume the up/down arrow as this will prevent users scrolling the page." But for tabs with vertical orientation, the up and down arrows can be used if aria-orientation is set to vertical.

Context:
In testing an accordion component with users primarily using voice over and NVDA, their initial feedback primarily focused on confusion they had that the down arrow moved them to the next accordion tab, rather than moving them into the tab panel's content.

cc @MichielBijl

@ZoeBijl ZoeBijl added the question Issue asking a question label Jul 28, 2016
@mcking65
Copy link
Contributor

mcking65 commented Aug 8, 2016

We are replacing the accordian design pattern with one that does not use the tab or tabpanel roles.

@mcking65 mcking65 closed this as completed Aug 8, 2016
@scottaohara
Copy link
Member Author

Thanks @mcking65 looking forward to the new pattern

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Issue asking a question
Development

No branches or pull requests

3 participants