directions provided with TITLE
Should titles ever be used for directions? Don't they override (or are overridden) by labels in some assistive techgnologies?
directions provided with TITLE
Should titles ever be used for directions? Don't they override (or are overridden) by labels in some assistive techgnologies?
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?