bsr
bsr

Reputation: 58712

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.

Upvotes: 8

Views: 16533

Answers (5)

S. Mayol
S. Mayol

Reputation: 2625

There is a most recent update with is http://html6test.com/ this is pretty much like Html 5.1 version

Upvotes: 0

alph
alph

Reputation: 676

Here's another resource. It's not official but quite informative http://html5test.com

Upvotes: 2

Enduriel
Enduriel

Reputation: 111

Well, I don't know about any official references, but I can at least talk of my experience:

At the moment my google chrome 8.0 scores 231 of 300 points in the http://html5test.com/.

Parsing Rules, Canvas, Audio, Geolocation, Communication (Sockets and the like), Files and Workers have 100% points, so they are fully implemented.

Video, Elements, Forms, User Interaction, Application Cache and Storage are mostly supported. But your example, the datepicker, is not supported. It is just rendered as an input field with two arrows (up and down), with which you can cycle your date up or down.

Local Devices (device element), Microdata and WebGL are not yet supported.

But the Chromium 10.0 I have at home supports WebGL.

Upvotes: 3

mylesagray
mylesagray

Reputation: 8869

There isn't an official one I don't believe but this is by far the best I've ever seen:

http://fmbip.com/litmus

Upvotes: 2

Kriem
Kriem

Reputation: 8705

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.

Upvotes: 19

Related Questions