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

Recognize that some components are always aria-hidden

Open tusooa opened this issue 8 months ago • 0 comments

For example, with Font Awesome Icons, the resulting svg is (by default) aria-hidden, so if they are used inside a button, I want to force people to have an alt text for that button, but at the same time, if FAIcon is used on its own (not inside a button), I do not want to force people to label it (because it won't be visible for screenreaders).

tusooa avatar Nov 17 '23 00:11 tusooa