The widget fivestar output generates two fails when I pass the WAVE test.
* One is the requirement of a label tag for the select that is the stars base form.
* Other is that the A tags must have a text, by default jquery-bar-rating don't show it. We must set the "showValues" option to true.
(I do a pull request to the github project to add a span tag to that texts, and we can hide it when required: https://github.com/antennaio/jquery-bar-rating/pull/123)
The first is a core problem, I can't do anything here. (In my project I overwrote the select.html.twig in my custom theme.)
The second can be accomplished by adding showValues: true
to fivestar.js options, I will upload a patch, and adding the display:none css rule required to not change the current user interface.
I tested this in local with fivestar only, the patch may require some extra work.
If the patch is Ok, not required.
N/A
N/A
Needs work
2.0
Theming
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.