Skip to content

Instantly share code, notes, and snippets.

@remy
Created January 7, 2010 15:58
Show Gist options
  • Save remy/271325 to your computer and use it in GitHub Desktop.
Save remy/271325 to your computer and use it in GitHub Desktop.
<!-- either: -->
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- or -->
<!--[if IE]>
<script>
(function(){var e="abbr,article,aside,audio,canvas,datalist,details,eventsource,figure,footer,header,hgroup,mark,menu,meter,nav,output,progress,section,time,video".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