Ticket #5539 (closed Bug: fixed)
Wrong usage of label tag
| Reported by: | nouri | Owned by: | limi |
|---|---|---|---|
| Priority: | minor | Milestone: | 2.5.1 |
| Component: | Templates/CSS | Keywords: | newbie |
| Cc: |
Description
From what I understand, the label tag is supposed to either surround the control or provide a 'for' attribute.
This is not the case for labels defined here:
- skins/plone_wysiwyg/wysiwyg_support.pt
- skins/plone_forms/content_status_history.pt
- skins/plone_forms/ownership_form.cpt
- skins/plone_forms/synPropertiesForm.cpt
- skins/plone_forms/search_form.pt
- skins/plone_forms/folder_constraintypes_form.cpt
- skins/plone_prefs/reconfig_form.cpt
- skins/plone_prefs/reconfig_form.cpt
Change History
comment:2 Changed 6 years ago by dannyb
- Status changed from new to closed
- Resolution set to fixed
I quote from w3c:
The LABEL element may be used to attach information to controls.
There was only one label where there should have been a for attribute. I added that (ownership_form.pt).
Note: See
TracTickets for help on using
tickets.
