ericelliott / h5Validate

An HTML5 form validation plugin for jQuery. Works on all major browsers, both new and old. Implements inline, realtime validation best practices (based on surveys and usability studies). Developed for production use in e-commerce. Currently in production with millions of users.
576 stars 125 forks source link

Accessibility issues in the demo #50

Closed mgifford closed 12 years ago

mgifford commented 12 years ago

There are issues here with accessibility in the demo:

http://wave.webaim.org/report?url=http%3A%2F%2Fericleads.com%2Fh5validate%2F%3Fname%3D&js=2

Made me wonder if there's been any testing done here for accessibility with your code.

I'm also curious what license it is under. Would be great if it were GPL or MIT.

ericelliott commented 12 years ago

None of the warnings have any significant meaning. All JavaScript form validators hide and show elements with JavaScript. The script blocks it warns about are the sample code being pulled in from Github gists. The no-label warnings is the list of new elements at the bottom. There's nothing there to worry about.

License is MIT/GPL dual license.