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

When to automatically expose actions on an option (ARIA only or HTML options too?) #237

Open
aleventhal opened this issue Sep 25, 2024 · 7 comments
Assignees

Comments

@aleventhal
Copy link
Contributor

The new HTML customized select can have have buttons and links inside of options, and the plan is to both allow tab navigation to them, as well as to expose via the actions interface, as if aria-actions was used.

Question: how about we do this for any option, even an ARIA option? After all, it shouldn't care whether the button or link inside is from HTML or ARIA. I think it would be more consistent, and improve the a11y of existing content. I don't imagine scenarios where it would make things worse.

@aleventhal
Copy link
Contributor Author

@JAWS-test
Copy link

@aleventhal If it works in HTML, ARIA should also allow it. But I am not aware that this is possible with HTML. Where is this specified?

@pkra

This comment was marked as off-topic.

@JAWS-test

This comment was marked as off-topic.

@pkra

This comment was marked as off-topic.

@spectranaut
Copy link
Contributor

Discussed at TPAC.

To discuss still: which combinations of roles.

@spectranaut spectranaut self-assigned this Oct 10, 2024
@aleventhal
Copy link
Contributor Author

aleventhal commented Oct 10, 2024

I think we should consider a few other roles, such as treeitem, menuitem, or gridcell.

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

4 participants