`
haohappy2
  • 浏览: 317423 次
  • 性别: Icon_minigender_1
  • 来自: 上海
社区版块
存档分类
最新评论

create tag for the browser don't support HTML5

 
阅读更多

Public repo for the latest HTML5 JavaScript shiv for IE to recognise and style the HTML5 elements.

Full original, uncompressed source available here: https://github.com/aFarkas/html5shiv

Source code adds new HTML5 elements (which is simple code), but also supports printing HTML5 elements and includes the default styles for HTML5 elements, like block on article and section.

Getting it to work in the browser was easy, @jon_neal and afarkas made IE actually print HTML5 elements - these guys are to take all the credit. Please take a moment to thank them!

To use this script, it must be included before the <body> element (i.e. in the <head>) but doesn't matter if it appears before or after the CSS - but for the sake of performance, it would make better sense to include the CSS first then this script.

<!--[if lt IE 9]> <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]-->

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics