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

Auto fix the aria-text when "Avoid ARIA if it can be achieved without" #42

Open
vhoyer opened this issue Aug 17, 2020 · 1 comment
Open
Labels
good first issue Good for newcomers

Comments

@vhoyer
Copy link
Collaborator

vhoyer commented Aug 17, 2020

When the error show on the rule is the Avoid ARIA if it can be achieved without, it's pretty straight forward what needs to be done to fix it, right? we only would need to delete aria-hidden and/or any "suspicious" role (presentation/none), and insert a alt="" in place of them :D, what do you think?

@kddnewton
Copy link
Collaborator

Sure! Feel free to open a PR to handle this.

@vhoyer vhoyer added the good first issue Good for newcomers label Oct 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants