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

Question : in carousel pattern, use of aria-disabled #1618

Open
cescarment opened this issue Nov 16, 2020 · 1 comment
Open

Question : in carousel pattern, use of aria-disabled #1618

cescarment opened this issue Nov 16, 2020 · 1 comment

Comments

@cescarment
Copy link

In the carousel ARIA design pattern :
https://www.w3.org/TR/wai-aria-practices-1.1/#carousel

In grouped carousel elements case, why the picker button representing the currently displayed slide has the property aria-disabled set to true instead of aria-current ? Wouldn't aria-current make more sense here ?

@cescarment cescarment changed the title Question : in carousel pattern, aria- Question : in carousel pattern, use of aria-current Nov 16, 2020
@cescarment cescarment changed the title Question : in carousel pattern, use of aria-current Question : in carousel pattern, use of aria-disabled Nov 16, 2020
@carmacleod
Copy link
Contributor

Good question. The APG doesn't have an example that uses grouped carousel elements, so I suspect that section of the pattern has not been reviewed in a long time.

In case it's helpful, please note that the draft APG has a new carousel example that uses a Tabs control (which is basically the same thing as a grouped set of buttons with tab/tablist/tabpanel -related markup... and of course in this case, aria-selected="true" is used to identify the currently-selected item).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants