html5 - sinsunsan/archiref_wiki GitHub Wiki

Links

IE Compatibility

 <!--[if lte IE 9]>
       <script
src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->

This code use conditionnal comment to target IE9 and lower http://www.quirksmode.org/css/condcom.html

Elements

Ressources

HTML 5 Polyfills to implement html5 functionality in browsers that don't natively support them. https://github.com/Modernizr/Modernizr/wiki/HTML5-Cross-browser-Polyfills

⚠️ **GitHub.com Fallback** ⚠️