Check each input form field for an ID and a corresponding LABEL or a descriptive TITLE. Fieldset and Legend may be used for grouping and associating two instructions to one input field.
Does this mean wrapping an edit field with a label is not sufficient? Do such labels need a for attribute pointing to the id of the field?