tags:

views:

488

answers:

3

Hi,

I am learning HTML 5. I want to know the browser (firefox ? safari ? opera ?) which fully supports HTML 5 APIs.

If no browser support HTML5 API, which one does support most/maximum number of HTML5 APIs ?

thanks

+2  A: 

This page: When can I use... is awesome for this sort of thing. It's updated as things change and has lot's of information to help decide what to do. It does CSS3, SVG and other things as well, but I've filtered it just on HTML5.

The take away point is the table below, it shows the percentage of the features they test that the browser supports.

As you can see, Safari is the best currently, followed by Firefox and Chrome. IE is predictably last.

alt text

Rich Bradshaw
LOL, oh IE, the ugly loser kid of the browser playground.
Zoidberg
+4  A: 

Actually, the specs for HTML5 are not final yet. As far as I know, no browser yet fully supports all HTML5 goodies, but I believe that Safari is one of the most advanced.

Developer Art
+2  A: 

HTML5 is not a finished standard yet, so there is no browser with "full support of HTML5" label. But you may try Chrome.

Dmitry