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.
Asked
Active
Viewed 2,080 times
4 Answers
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:
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