OpenAjax Rules by HTML input[type=password]

Rules By HTML input[type=password]
Number Description All
Markup
WCAG 2.0 IITAA 1.0 Test Cases
Status Severity Priority Status Severity Priority
74 FORM_3: The label element should not encapsulate select and textarea elements.
  • HTML4: input[type="password"]
  • HTML4: input[type="text"]
  • HTML4: label
  • HTML4: select
  • HTML4: textarea
  • A
  • R
  • P1
  • A
  • R
  • P1
75 FORM_4: Each input element with type=text | password | checkbox | radio | file and each select and textarea element should either be referenced by the for attribute of a label element via its id attribute, or have a title attribute.
  • HTML4: input[type="checkbox"]
  • HTML4: input[type="file"]
  • HTML4: input[type="password"]
  • HTML4: input[type="radio"]
  • HTML4: input[type="text"]
  • HTML4: label
  • HTML4: select
  • HTML4: textarea
  • A
  • V
  • P1
  • A
  • V
  • P1