5

Does anyone have a link to a definitive list of HTML5 features various browsers / platforms support? In particular I need to know which features of HTML5 the IPhone supports. Not having an IPhone myself http://html5test.com is not much use to me.

Mr Grok
  • 3,876
  • 5
  • 31
  • 40
  • Of course if someone has an iphone to hand it would be great if they could visit the page and post the results. – Mr Grok Apr 01 '11 at 11:40

4 Answers4

3

Full output from html5test.com on an iPhone 4 running iOS 4.3.1 in the HTML pane here: jsfiddle.

Liza Daly
  • 2,933
  • 23
  • 31
  • Thanks for that Liza. The "Related specifications" section seems to be missing (includes the storage section which is quite important for me) – Mr Grok Apr 04 '11 at 12:34
  • Oops, sorry. Here's an updated version with the Related specifications bit at the end (just as text, the HTML pasting isn't working): http://jsfiddle.net/FHQYC/2/ – Liza Daly Apr 04 '11 at 20:30
0

Ok, the best I can come up with as an answer so far is that the following are supported:

  • canvas
  • local databases
  • video

References:

http://developer.apple.com/library/safari/#codinghowtos/Desktop/DataManagement/_index.html#//apple_ref/doc/uid/DTS40008253

http://developer.apple.com/library/safari/#codinghowtos/Mobile/GraphicsMediaAndVisualEffects/_index.html#//apple_ref/doc/uid/DTS40008269

http://diveintohtml5.ep.io/video.html

DanBeale
  • 310
  • 4
  • 15
Mr Grok
  • 3,876
  • 5
  • 31
  • 40
0

For iPhone/iPad I'd check http://developer.apple.com/devcenter/safari/index.action

Bastian
  • 10,403
  • 1
  • 31
  • 40
  • Yes, I've been there hence the links in my answer but there's not much information there. It would be nice if they supplied a definitive HTML5 support list on there somewhere. – Mr Grok Apr 01 '11 at 11:40
0

http://caniuse.com/ shoul be your resource.

Divya Manian
  • 1,927
  • 11
  • 16