Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Farmatique/eb8dc25097396412b626f3ebeb82fd19 to your computer and use it in GitHub Desktop.
Save Farmatique/eb8dc25097396412b626f3ebeb82fd19 to your computer and use it in GitHub Desktop.
html tags for ie9
<!--[if lt IE 9]>
<script>
var e = ("article,aside,figcaption,figure,footer,header,hgroup,nav,section,time").split(',');
for (var i = 0; i < e.length; i++) {
document.createElement(e[i]);
}
</script>
<![endif]-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment