Fieldset label (group-label)
Group related form fields with <fieldset> and include a descriptive <legend> for each group.
div instead of fieldset:
These related inputs are inside <div> instead of a <fieldset> element:
Group related form fields with <fieldset> and include a descriptive <legend> for each group.
div instead of fieldset:
These related inputs are inside <div> instead of a <fieldset> element:
Note: Impossible to automatically test or detect. Requires a human tester or AI to determine if a <fieldset> element is needed and where, and ensure that a <fieldset> exists if necessary.