Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google chrome html5 support

Is there any ready OFFICIAL reference for html5 support for google chrome? I see chrome and chromium blogs has lot of information, but looking for a table or a simple page where one can see the developments on html5 support. For example I want to see when the html5 datepicker would be supported? (as i read online, only Opera supports it Now( the articles are one year old:-) )

thanks.

like image 562
bsr Avatar asked Feb 18 '11 12:02

bsr


People also ask

Does Google Chrome support HTML5?

HTML5 is now compatible with all popular browsers (Chrome, Firefox, Safari, IE9, and Opera) and with the introduction of DOCTYPE, it is even possible to have a few HTML features in older versions of Internet Explorer too.

How do I open HTML5 in Chrome?

Assuming Google Chrome is set as your default program, you should simply double tap the HTML document and it will naturally open in Chrome.

How do I know if my browser supports HTML5?

The getContext method is checked by accessing it on the created input object. The result of this expression is checked with an if-statement. If the result is true, it means that HTML5 is supported by the browser.


1 Answers

Check out When Can I Use... Really helpful!

To answer your question: It's only fully supported in Opera and Chrome. Full support by all browsers isn't to be expected in the near future.

like image 58
Kriem Avatar answered Oct 11 '22 18:10

Kriem