H44.2 No Label On Input Field Failure

Input field:

Explanation

According to Success Criterion 1.3.1 (Info and Relationships), most input fields should be explicitly associated with a label. This is done by using the "for" attribute of the label element, which is set to the ID of the relevant input.

This field does not have a label, nor does it have a title attribute, so there is no way to programmatically determine the displayed name of the field.

Expected Errors

Relevant Success Criteria

Relevant Techniques