HTML5 Forms Enhancements
From RuntimeWiki
HTML5 contains various enhancements to forms, most of which originated in the Web Forms 2.0 proposals.
(could someone more knowledgeable help out here?) Here are some of the new form-related features in HTML5:
- The input element's type attribute now has the following new values:
- tel
- search
- url
- datetime
- date
- month
- week
- time
- datetime-local
- number
- range
- color
