troubleshooting accessibility errors wcga 2.1
-
hi, doing some tests with mauve ++ I found these errors in the contact form:
Criterion: 1.1.1 1.3.1 3.3.2 4.1.2 Tech: H44
Using label elements to associate text labels with form controls.in these lines:
<textarea cols="40" rows="10" class="wpcf7-form-control wpcf7-textarea" autocomplete="on" aria-invalid="false" name="textarea-970"></textarea>
<input size="40" class="wpcf7-form-control wpcf7-text wpcf7-validates-as-required" autocomplete="name" aria-required="true" aria-invalid="false" value="" type="text" name="your-name">
<input type="hidden" name="_wpcf7" value="10828"> <input type="hidden" name="_wpcf7_version" value="5.7.6"> <input type="hidden" name="_wpcf7_locale" value="it_IT"> <input type="hidden" name="_wpcf7_unit_tag" value="wpcf7-f10828-p10432-o1"> <input type="hidden" name="_wpcf7_container_post" value="10432"> <input type="hidden" name="_wpcf7_posted_data_hash" value="">
Criterion: 1.3.1 4.1.2Tech: ARIA16
Using aria-labelledby to provide a name for user interface controlsin these lines:
<input type="hidden" name="_wpcf7" value="10828"> <input type="hidden" name="_wpcf7_version" value="5.7.6"> <input type="hidden" name="_wpcf7_locale" value="it_IT"> <input type="hidden" name="_wpcf7_unit_tag" value="wpcf7-f10828-p10432-o1"> <input type="hidden" name="_wpcf7_container_post" value="10432"> <input type="hidden" name="_wpcf7_posted_data_hash" value="">
is there any way to fix them too?
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘troubleshooting accessibility errors wcga 2.1’ is closed to new replies.