ADA Accessibility
-
I am working on a website that needs to be ADA compliant. Form Maker is giving me errors. Here are the 2 I am dealing with. Any Suggestions?
How to fix it:
Add a visible
<label>element that describes the field. Connect it to the corresponding form element using thefor=""attribute, or use aria-label or aria-labelledby if needed. To fix all unlabelled fields automatically, enable the ‘Label Form Fields’ fix in Accessibility Checker settings.<input type="text" class="arithmetic_captcha_input" id="wd_arithmetic_captcha_input9" name="arithmetic_captcha_input" onkeypress="return check_isnum(event)" style="width: 60px;" fdprocessedid="o40zn">×ALSO
How to fix it:
Add an alt attribute to the image with appropriate text describing the purpose of the image in the page. If the image is decorative, the alt attribute can be empty, but the HTML
alt=""attribute still needs to be present.<img type="captcha" operations_count="1" operations="+, -, " src="https://wattsfencingco.com/wp-admin/admin-ajax.php?action=formmakerwdmathcaptcha&operations_count=1&operations=%2B%2C+-%2C+&i=9&r=72" id="wd_arithmetic_captcha9" class="arithmetic_captcha_img" style="display: inline-block;">×Why isn’t the plugin ADA compliant?
The topic ‘ADA Accessibility’ is closed to new replies.