Skip to content

Instantly share code, notes, and snippets.

@tjvantoll
Created January 26, 2015 14:08
Show Gist options
  • Save tjvantoll/dcf2dc7b2930b73416a2 to your computer and use it in GitHub Desktop.
Save tjvantoll/dcf2dc7b2930b73416a2 to your computer and use it in GitHub Desktop.

Validating Forms With HTML5

Validating forms has notoriously been a painful development experience. Implementing client side validation in a user friendly, developer friendly, and accessible way is hard. Before HTML5 there was no means of implementing form validation natively; therefore, developers have resorted to a variety of JavaScript based solutions.

To help ease the burden on developers, HTML5 introduced a concept known as constraint validation - a native means of implementing client side validation on web forms.

This talk will give a comprehensive overview of everything constraint validation offers, discuss the state of browser implementations, and give practical advice for how you can use it in your web forms today.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment