We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There are some outstanding accessibility issues which should be fixed. Both empty links and undefined form elements.
There needs to be additional semantics added to this to see that assistive technology users can properly know what they are clicking on.
This is entirely based on evaluation of http://antenna.io/demo/jquery-bar-rating/examples/ using the Wave Toolbar http://wave.webaim.org/extension/
Adding more information about what the links are will give context to help users know what they are selecting.
The text was updated successfully, but these errors were encountered:
With the "showValues" option we can display the labels.
Sorry, something went wrong.
The missing label tag maybe that was not inserted manually.
I added a pull request with a partial solution.
#123
No branches or pull requests
There are some outstanding accessibility issues which should be fixed. Both empty links and undefined form elements.
There needs to be additional semantics added to this to see that assistive technology users can properly know what they are clicking on.
This is entirely based on evaluation of http://antenna.io/demo/jquery-bar-rating/examples/ using the Wave Toolbar http://wave.webaim.org/extension/
Adding more information about what the links are will give context to help users know what they are selecting.
The text was updated successfully, but these errors were encountered: