HTML5 Forms Support Detection with JavaScript
In this tutorial, we’ll continue developing our HTML5 form. In the last tutorial, we styled the form with some of the new CSS3 properties; this time we’re going to detect support for the new HTML5 input types. We need to detect whether the browser supports the new HTML5…