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(aria-dpub-role-fallback): depreacte aria-dpub-role-fallback and move into aria-allowed-role #1899

Merged
merged 4 commits into from Nov 18, 2019

Conversation

straker
Copy link
Contributor

@straker straker commented Nov 13, 2019

Aria-allowed-role can handle dpub role fallbacks, so no longer need the aria-dpub-role-fallback rule for that. See https://github.com/dequelabs/axe-core/pull/945/files#r198097140

Closes issue: #1033

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 November 13, 2019 21:14
@@ -1,6 +1,7 @@
{
"id": "implicit-role-fallback",
"evaluate": "implicit-role-fallback.js",
"deprecated": true,
Copy link
Contributor

Choose a reason for hiding this comment

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

Did you mean to put this on the other rule?

Copy link
Contributor Author

@straker straker Nov 14, 2019

Choose a reason for hiding this comment

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

Nope, implicit-role-fallback is only used by aria-dpub-role-fallback, so it can be deprecated as well

Copy link
Contributor

@rdeltour rdeltour left a comment

Choose a reason for hiding this comment

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

Looks OK to me!

@straker straker merged commit 8e25c20 into develop Nov 18, 2019
@WilcoFiers WilcoFiers deleted the deprecateDpubRoleFallback branch July 17, 2020 09:36
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

3 participants