alphagov / govuk_accessibility_sandbox

A place to build and view components with accessibility in mind and get feedback from the community and beyond.
https://govuk-accessibility-sandbox.herokuapp.com/
MIT License
10 stars 5 forks source link

Need test cases for input hint #34

Open LJWatson opened 8 years ago

LJWatson commented 8 years ago

Need test cases for input hint:

  1. Standard <input> with label text and hint inside the <label> element, and located before the <input> in the source order
  2. As above, but with the label text before the <input> and the hint text after, but both contained within the <label>
  3. A standard <input> and the hint in a <span> associated with aria-describedby