Minimum Browser Support:
HTML5 Forms
36.92%
Percentage of users who can view this feature (source: caniuse.com)
Makes extensive use of the forms features in HTML5 to allow users to build online forms.
Uses hidden HTML5 form elements to create an interactive turntable / mixer.
if(Modernizr.inputtypes.search){
//the search input type is supported
}
if(Modernizr.input.autofocus){
//the autofocus input attribute is supported
}Learn more about detecting feature support with Modernizr.