HTML5 is new version of HTML and many people does not aware of it.
HTML5 is a new version of HTML and XHTML. The HTML5 draft specification defines a single language that can be written in HTML and XML. It attempts to solve issues found in previous iterations of HTML and addresses the needs of Web Applications, an area previously not adequately covered by HTML.
In one of my project I need to use HTML5 methods and properties through javascript. So first I need to check or dectect with multiple browsers is there way to find HTML5 compability with browsers.I
Main introduced features are like canvas, video, or geolocation. Using that we can easily dectect the browsers compability.
if (navigator.geolocation) {
/* geolocation is available */
} else {
alert("I'm sorry, but geolocation services and HTML5 are not supported by your browser.");
}
or
if (window.postMessage) {
/* postMessage method is available */
} else {
alert("I'm sorry, but postMessage method and HTML5 are not supported by your browser.");
}
I am still searching for better solution…
Incoming search terms:
- check html5 support
- javascript check html5 support
- check html5 javascript
- how to check browser support html5 javascript
- howto check htm5 support
- javacript check html5
- javascript test html5 support
- php check html5 browser support






Pingback: Tweets that mention How to check html 5 is support in browsers through javascript | wordpressapi.com -- Topsy.com
I was just having a conversation over this I am glad I came across this it cleared some of the questions I had.
I would like to say “wow” what a inspiring post. This is really great. Keep doing what you’re doing!!
Good! Thank you! I always wanted to write in my site something like that. Can I take part of your post to my blog?
I’ve been checking your blog for a while now, seems like everyday I learn something new
Thanks
Of course, what a great site and informative posts, I will add backlink – bookmark this site? Regards, Reader