quailjs / quail

Accessibility testing in the browser and on the server.
http://quailjs.org
Other
300 stars 44 forks source link

Update the *HasLabel assessments so that input elements wrapped in a label tag are passing cases #376

Open jessebeach opened 9 years ago

jessebeach commented 9 years ago

Currently we are failing cases like this:

<label>birds
  <input type="text" name="mytext"/>
</label>

This was considered a valid fail cases years ago, but browsers and assistive tech have improved and we can now consider this a passing case.