-
Notifications
You must be signed in to change notification settings - Fork 123
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
Accessibility issue #96
Comments
The
|
Hi, thanks for the pointer and I was hopeful about it but it did not remove the accessibility error: The WAVE checker still shows:
The following Google Developer page sheds some light about button accessibility, i.e., to include innerText, or other attributes: However, when I used innerText I have also tried the following by specifying aria-hidden and title in the call to
Any more thoughts? Perhaps, using font-awesome has some issues. I'm not sure, just pondering, any further thoughts will be of help. |
Have you tried setting the value of the button? the title of the button? or perhaps some sort of hidden/zero-width span with content? I'm not familiar with the WAVE checker, but now that you have access to the Please let me know once you find something that works; If it's a simple fix, I'd like to update the library to improve accessibility. |
WAVE checker is a Chrome extension for evaluation: You are right about having access to the
But I am still getting accessibility error from WAVE on this button (along with others). May be the issue roots from somewhere else. I am keeping it on my list to investigate more and if I find something, will get back here. Thanks for all your time. |
|
thank you! I'll update the example above |
Hi, the plugin is very useful - thank you - but I am running into accessibility issues that are a strict requirement for agency based websites. Can someone provide some ideas on how to improve the accessibility feature?
Error message:
Basic Code:
Where to insert alt or value for the buttons?
Thank you
The text was updated successfully, but these errors were encountered: