UI #249
Προσθήκη labels και texts στα inputs (WCAG2.0)
Description
Προτάσεις WCAG validator:
- Add a label element that surrounds the control's label. Set the for attribute on the label element to the same value as the id attribute of the control. And/or add a title attribute to the input element. And/or create a label element that contains the input element.
- Add a label element immediately before or after the textarea element. Set the for attribute value of the label element to the same value as the id attribute value of the textarea element. Add label text to the label element. Or, set the title attribute value to the textarea element to the label text. Or, add a label element that surrounds the textarea element and add label text.
- Add text to the input element's associated label that describes the purpose or function of the control.
- <input type="text" class="form-control input-sm" name="search_terms" placeholder="Αναζήτηση ...
- <input id="title-note" class="form-control" type="text" placeholder="...">