Does anyone have a link to a definitive list of HTML5 features various browsers / platform开发者_Python百科s 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.
Full output from html5test.com on an iPhone 4 running iOS 4.3.1 in the HTML pane here: jsfiddle.
For iPhone/iPad I'd check http://developer.apple.com/devcenter/safari/index.action
http://caniuse.com/ shoul be your resource.
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
精彩评论