Skip to content

Instantly share code, notes, and snippets.

@benjamincharity
Created March 14, 2012 15:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save benjamincharity/2037326 to your computer and use it in GitHub Desktop.
Save benjamincharity/2037326 to your computer and use it in GitHub Desktop.
This snippet enables HTML5 elements in older versions of IE
(function(){if(!/*@cc_on!@*/0)return;var e = "abbr,article,aside,audio,bb,canvas,datagrid,datalist,details,dialog,eventsource,figure,footer,header,hgroup,mark,menu,meter,nav,output,progress,section,time,video".split(','),i=e.length;while(i--){document.createElement(e[i])}})()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment