Skip to content Skip to sidebar Skip to footer

Why All Major Browsers Not Support Html5 New Input Types Like Color, Date And Html5 New Form Elements

I am learning HTML5. I saw that HTML5 new input types like color, date, datetime-local, range, number, month, etc. are not working in all browsers. Is their any reason for this? An

Solution 1:

If you are building a web application you have to consider the compatibility of that application with all the currently prominent browsers as many people might be using the applications with their own personal choice of browsers.

Even if all these features are available in the latest browsers we will have to consider the browser compatibility issue.

Solution 2:

html5 is great, but as you say is not quite there. But not be discourage, embrace it, because is the next step in evolution for the markup. Right now there's options for cross browser issues, like modernizr, that gives you the opportunity of "Taking advantage of cool new web technologies ..., until you have to support browsers that lag behind"

Post a Comment for "Why All Major Browsers Not Support Html5 New Input Types Like Color, Date And Html5 New Form Elements"