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

wcag: update use appropriate aria roles for search input #1812

Closed
wants to merge 1 commit into from

Conversation

benmcginnis
Copy link
Member

A customer noticed that we had an aria-expanded attribute on the search input, which they flagged as incorrect. Based on https://w3c.github.io/aria/#combobox, it appears we need to use the combobox role on the input element and search on the form element.

J=TECHOPS-8758
TEST=auto

Reran acceptance tests

A customer noticed that we had an aria-expanded attribute on the
search input, which they flagged as incorrect.  Based on
https://w3c.github.io/aria/#combobox, it appears we need to use
the combobox role on the input element and search on the form
element.

J=TECHOPS-8758
TEST=auto

Reran acceptance tests
@coveralls
Copy link

Coverage Status

Coverage: 61.441%. Remained the same when pulling 782a818 on hotfix/1.15.5 into 83b13ad on master.

@benmcginnis benmcginnis deleted the hotfix/1.15.5 branch April 20, 2023 16:06
@benmcginnis benmcginnis restored the hotfix/1.15.5 branch April 24, 2023 15:52
@benmcginnis benmcginnis deleted the hotfix/1.15.5 branch April 24, 2023 15:53
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

Successfully merging this pull request may close these issues.

None yet

2 participants