Label for ReadOnlyPasswordHashWidget points to non-labelable element.
In the admin, the label element for the ReadOnlyPasswordHashWidget
widget has a 'for' attribute which points to a non-labelable element, since the widget just renders text, not an input. There's no labelable element for the widget, so the label shouldn't have a 'for' attribute.
Change History
(5)
Needs tests: |
set
|
Summary: |
Label for ReadOnlyPasswordHashWidget points to non-existent HTML ID → Label for ReadOnlyPasswordHashWidget points to non-labelable element.
|
Triage Stage: |
Unreviewed → Accepted
|
Type: |
Bug → Cleanup/optimization
|
Description: |
modified (diff)
|
Needs tests: |
unset
|
Owner: |
changed from nobody to David Sanders
|
Status: |
new → assigned
|
Triage Stage: |
Accepted → Ready for checkin
|
Resolution: |
→ fixed
|
Status: |
assigned → closed
|
Agreed, currently it's associated with
<div>
which is not a labelable element, see spec.PR