Accessibility issues
-
I use an automated accessibility checker called Siteimprove to keep tabs on issues with my websites, and I noticed a couple of biggies with this plugin, unfortunately:
1) Input field has no description
The checkbox next to “yes, i accept your privacy policy” isn’t labeled, or marked by aria-labelledby. report from siteimprove2) Label is not connected to a form control
The label on “yes, i accept your privacy policy” doesn’t reference an existing id on the checkbox. report from siteimprove3) Missing button in form
The form has a link, not an actual semantic <button>, for submitting, which isn’t accessible. report from siteimproveI was wondering if you could take a look at these and make fixes to the plugin? I’d made fixes myself, but then they get overwritten every time I update. 🙂 Thank you
The page I need help with: [log in to see the link]
The topic ‘Accessibility issues’ is closed to new replies.