Project

General

Profile

UI #249

Προσθήκη labels και texts στα inputs (WCAG2.0)

Added by Ioannis Feneris about 9 years ago. Updated almost 9 years ago.

Status:
Κλειστό
Priority:
Κανονική
Assignee:
-
Target version:

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="...">

History

#1

Updated by Ioannis Feneris almost 9 years ago

  • Status changed from Νέα to Κλειστό

Διορθώθηκε

Also available in: Atom PDF