开发者

What features of HTML5 will only work with Chrome?

开发者 https://www.devze.com 2023-04-03 01:52 出处:网络
Every now and then our boss issues a Developer Challenge competition. He 开发者_StackOverflowchallenges us to do something with a new technology and whoever does the best wins a small prize. It\'s Jus

Every now and then our boss issues a Developer Challenge competition. He 开发者_StackOverflowchallenges us to do something with a new technology and whoever does the best wins a small prize. It's Just a bit of fun.

This time the challenge is to do something with HTML5. One of the requirements is that is has to work only in Chrome. I don't think this is a realistic requirement though, because I thought Firefox 6 & Chrome were pretty much on par with each other?

Are there any features of HTML5 that will work only in Chrome?


You can use the FileWriter API. While there is a bunch of browsers implementing the File API, I think that only Chrome allows writing files (see http://caniuse.com/#search=filewriter).

caniuse.com lists other HTML5-features as well that are supposedly exclusive to Chrome right now, e.g. web notifications and <details> tag.


Check this link http://html5test.com/results.html with Chrome.

Update: I find this usefull link with compatibility tables for support of HTML5, CSS3, SVG and more: When can I use...


NaCl: Google's take on ActiveX. Have fun.

0

精彩评论

暂无评论...
验证码 换一张
取 消