-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
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
[material-ui][Autocomplete] Remove legacy aria-owns
attribute for combobox
#45302
[material-ui][Autocomplete] Remove legacy aria-owns
attribute for combobox
#45302
Conversation
Netlify deploy previewhttps://deploy-preview-45302--material-ui.netlify.app/ Bundle size reportDetails of bundle changes (Toolpad) |
aria-owns
attributearia-owns
attribute for combobox
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just tested it and looks like the behavior and screen reader UX is intact.
@aarongarciah Should this be cherry-picked to v6? |
@ZeeshanTamboli yeah, let's do it. |
Cherry-pick PRs will be created targeting branches: v6.x |
I was looking into issue #25365 and noticed that we can remove the legacy
aria-owns
attribute, as we already usearia-controls
.From the spec https://www.w3.org/TR/wai-aria-1.2/#combobox:
The APG also states:
After reading the spec and docs, I believe we can close #25365 since it seems we fully support ARIA 1.2. Part of this was addressed in #30601—see #30601 (review)