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

feat: deprecate aria-form-field-name-matches for no-name-method-matches #2584

Merged
merged 1 commit into from
Oct 22, 2020

Conversation

WilcoFiers
Copy link
Contributor

@WilcoFiers WilcoFiers commented Oct 22, 2020

Rather than exclude some elements based on if we have another rule for them, we need to exclude elements based on if there's a name method for the node type. This is more robust.

Closes issue: #2585

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

@WilcoFiers WilcoFiers marked this pull request as ready for review October 22, 2020 15:39
@WilcoFiers WilcoFiers requested a review from a team as a code owner October 22, 2020 15:39
Copy link
Contributor

@straker straker left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the idea works, but we can't remove code until 5.0.

lib/core/base/metadata-function-map.js Show resolved Hide resolved
@WilcoFiers WilcoFiers changed the title fix: deprecate aria-form-field-name-matches for no-name-method-matches feat: deprecate aria-form-field-name-matches for no-name-method-matches Oct 22, 2020
@WilcoFiers WilcoFiers merged commit 8be89e3 into develop Oct 22, 2020
@WilcoFiers WilcoFiers deleted the no-naming-method-matches branch October 22, 2020 19:30
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