Hello,
I recently added comments on my site, and I've made a pagespeed, the theme is usually so good that I can make a 100/100 everywhere, but with the comments there is a little problem.
Form elements do not have associated labels
Labels ensure that form controls are announced properly by assistive technologies, like screen readers.
Failing Elements
div.post-comments > div#respond > form#commentform > textarea#comment
<textarea id="comment" name="comment" cols="30" rows="10" aria-required="true">
Could you fix this please? Or is there a code that I could add to my functions.php plugin so this is fixed?
Thanks in advance!
Solved in the new update!
Thanks!