Form element labels (programmatic-link)
Label elements are properly associated with their input fields (e.g. labels include a for-attribute)
Missing for-attribute in label:
This form includes a label element that lacks a for-attribute:
Label elements are properly associated with their input fields (e.g. labels include a for-attribute)
Missing for-attribute in label:
This form includes a label element that lacks a for-attribute:
Note: Possible to automatically test. Can be done by checking if label elements have a for-attribute.