Capt. Horatio T.P. Webb 
HTML 5 INPUT TYPES and VALIDATION
[IE 10 or greater]

Parks -- SPRING 2014
Last Updated 1PM 2/21/2014

HTML 5 -- New Input Elements
search email url tel number range (slider) color
date month week time datetime datetime-local
HTML 5 -- New Attributes
placeholder pattern required autofocus multiple formnovalidate novalidate
HTML 5 -- Related New Events
oninvalid

Results of current browser test are shown like this:

As of 2/22/2014 IE 10.0.9 Chrome 33 Firefox 27 Opera 18.0.1 Safari 5.1.7
Comments:GREEN -- When they work.

OR

As of 2/22/2014 IE 10.0.9 Chrome 33 Firefox 27 Opera 18.0.1 Safari 5.1.7
Comments:RED -- When they don't work.

The World Wide Web Consortium said the following about HTML5 on Feb 14 2014 (http://www.w3.org/TR/html5/):

"The following features are at risk and may be removed due to lack of implementation.
<input type=color>
<input type=datetime>
<input type=month>
<input type=week>
<input type=time>
<input type=datetime-local>...
"

Caution: The above are discussed in this document below.