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

fix(aria-form-field-name-matches): don't test combobox elements when they have a child input #1742

Merged
merged 2 commits into from
Aug 5, 2019

Conversation

straker
Copy link
Contributor

@straker straker commented Jul 31, 2019

The combobox pattern following ARIA 1.1 uses a native textbox child element for the accessible name. Don't need to check the parent role=combobox for the accessible name.

Closes issue: #1711

Reviewer checks

Required fields, to be filled out by PR reviewer(s)

  • Follows the commit message policy, appropriate for next version
  • Code is reviewed for security

@straker straker requested a review from a team as a code owner July 31, 2019 19:59
@straker straker merged commit f0be6dc into develop Aug 5, 2019
straker added a commit that referenced this pull request Aug 12, 2019
…they have a child input (#1742)

* fix(aria-form-field-name-matches): don't test combobox elements when they have a child input

* typo
@straker straker deleted the fixAriaFomrFieldName branch September 12, 2019 17:09
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.

3 participants