Auto fix the aria-text
when "Avoid ARIA if it can be achieved without"
#42
Labels
good first issue
Good for newcomers
Uh oh!
There was an error while loading. Please reload this page.
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 deletearia-hidden
and/or any "suspicious"role
(presentation/none), and insert aalt=""
in place of them :D, what do you think?The text was updated successfully, but these errors were encountered: