HTML5 input types - Tester

Utility to check behaviour and values of html input fields with the new types.
Browsers that don't support the new html input types should "gracefully degrade" to the text input type.
Some fields come with automatic validation.

typeinput fieldvalue
date input ??
datetime input ??
datetime-local input ??
Time input ??
month input ??
week input ??
color input ??
Tel input ??
number input ??
range input ??
url input ??
email input ??
search input ??
password input ??
file input ??
checkbox input ??
radio input 1 2 a b this that??
reset input Clear input fields??
submit input Validate and clear values.??

patterns

(using regex for field validation)
4 digit number input (\d{4}) ??
Support: Chrome - best, Firefox - marginal, ie 11 - okay.