Make IE understand html5


/ Published in: JavaScript
Save to your folder(s)

JavaScript file that creates the HTML5 elements for IE8 and below (by Remy Sharp). Just call the file from the head of the html in a conditional comment [if lte IE 8].


Copy this code and paste it in your HTML
  1. (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(',');for(var i=0;i<e.length;i++){document.createElement(e[i])}})()

URL: http://html5doctor.com/how-to-get-html5-working-in-ie-and-firefox-2/

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.