Skip to content

Instantly share code, notes, and snippets.

@yratof
Created October 4, 2013 13:54
Show Gist options
  • Save yratof/6826263 to your computer and use it in GitHub Desktop.
Save yratof/6826263 to your computer and use it in GitHub Desktop.
Add this to your <head> - HTML5 for lt ie9
<!--[if lt IE 9]>
<script>
document.createElement('header');
document.createElement('nav');
document.createElement('section');
document.createElement('article');
document.createElement('aside');
document.createElement('footer');
</script>
<style>header, nav, section, article, aside, footer {
display:block;}</style>
<![endif]-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment