Reputation: 3956
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.
Upvotes: 5
Views: 2084
Reputation: 3956
Ok, the best I can come up with as an answer so far is that the following are supported:
http://diveintohtml5.ep.io/video.html
Upvotes: 0
Reputation: 2963
Full output from html5test.com on an iPhone 4 running iOS 4.3.1 in the HTML pane here: jsfiddle.
Upvotes: 3
Reputation: 10433
For iPhone/iPad I'd check http://developer.apple.com/devcenter/safari/index.action
Upvotes: 0