I made a custom build for HTML input fields & attributes and included that on my page in the <head> but that’s not working. What else do I need to do?
I made a custom build for HTML input fields & attributes and included that
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Not sure what it is you are trying to accomplish, but the “Input Attributes” option adds tests for the following
<input>attributes:autocomplete,autofocus,list,placeholder,max,min,multiple,pattern,required, andstep. — Not sure what this has to do with<input type="datetime" ...>elements?The “Input Types” option does adds tests for the following
types of<input>elements:search,tel,url,email,datetime,date,month,week,time,datetime-local,number,range, andcolor.However, from the documentation:
In general, Modernizr doesn’t “do” anything (besides the HTML5 shim), it just allows you to detect for the existence of modern features on the browser.