Forum Moderators: open
Given a form field has an associated <label for="..."> it seems to me the usage of pretty much redundant 'TITLE' text (duplicating the label)
somewhat annoying as it usually causes the appearance of tool-tip
when moving the mouse over the field, and would be much more
annoying to me if used on all form fields which otherwise have
<label for="...">s associated.
What's your opinion, when is the usage of 'TITLE' attribute on a
form field appropriate, or is its usage appropriate all the time?
The question is if there is a label associated with any input component, is it redundant to use also a TITLE attribute in the input component? I read in the W3C WCAG 2.0 guidelines and prescriptions but wanted also to ask the experts in this forum to share their opinions.