Skip to content

Commit

Permalink
Update posts/form-validation.md
Browse files Browse the repository at this point in the history
  • Loading branch information
iGEL committed Feb 18, 2012
1 parent 097788d commit ecbf547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posts/form-validation.md
Expand Up @@ -4,4 +4,4 @@ tags: polyfill, gtie9
kind: html
polyfillurls: [webshims](http://afarkas.github.com/webshim/demos/), [nwxforms](https://github.com/dperini/nwxforms), [H5F](https://github.com/ryanseddon/H5F)

HTML5 has baked in clientside form validation, and polyfills can enable this for legacy browsers as well. Using the defined HTML5 API for constraint validation may be a more maintainable direction than using a jQuery Validation plugin, depending on your team.
HTML5 has baked in clientside form validation, and polyfills can enable this for legacy browsers as well. Using the defined HTML5 API for constraint validation may be a more maintainable direction than using a jQuery Validation plugin, depending on your team. When detecting this feature, be aware of Safari's half backed support. It does support the form validation, but don't highlight invalid fields or present error messages.

0 comments on commit ecbf547

Please sign in to comment.