eslint-plugin-vuejs-accessibility icon indicating copy to clipboard operation
eslint-plugin-vuejs-accessibility copied to clipboard

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

Open vhoyer opened this issue 4 years ago • 1 comments

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?

vhoyer avatar Aug 17 '20 13:08 vhoyer

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

kddnewton avatar Aug 31 '20 18:08 kddnewton