HTML5 Support For Internet Explorer With Javascript
As Internet Explorer 6, 7, and 8 do not recognize new HTML5 elements & treat them as void elements. These elements can not wrap their contents, making them impossible to style and spilling their contents into the DOM.
IE Print Protector is a small javaScript code (only 1.86kb) that allows you to use HTML5 elements in Internet Explorer. It works for both screen & print, and helps IE to render HTML5 elements correctly.
For on screen elements:
It uses a shim, a piece of javascript which forces support for HTML5 elements in IE.
To display elements in print:
It temporarily replaces HTML5 elements with supported fallback elements (like div and span).
Website: http://www.iecss.com/print-protector/
1 Response
[...] Add HTML5 Support to IE [...]