-
Bug
-
Resolution: Fixed
-
Minor
-
4.1.6, 4.2.3, 4.3
Steps to reproduce:
- Go to admin -> users -> accounts -> user profile fields.
- Create a new field of type 'Checkbox' with name 'Test checkbox'.
- Go to your profile.
- (If the 'Test checkbox' field is not visible, just edit your profile and save, to set a value.)
- Once you can see the Test checkbox field
Expected result: the value would be presented in a way that would make sense to users of assisstive techology.
Actual result: The HTML is:
<li class="contentnode"> |
<dl> |
<dt>Test checkbox</dt> |
<dd><input disabled="disabled" type="checkbox" name="profile_field_checkbox"></dd |
</dl>
|
</li> |
I don't really know why we are nesting one-element <dl> inside another list, but worse, we have a checkbox with no label.