Form Validations

Well I couldn't get these to work...

But I found some nifty resources. For example!
The input element will have a bunch of new types.

see: Scroll down just a little.

An excellent example of some of these (using Dean Edwards HTML5 Now) HTML5 Now Input.

Forms will now be able to be validated without javascript (you can create custom validation with the JS API).

See http://dev.w3.org/html5/spec/Overview.html#constraints for a more thorough descriptions of the validations.

Show Page Source
Show Notes