-
Notifications
You must be signed in to change notification settings - Fork 1
Html5
Sébastien LUCAS edited this page Jan 5, 2015
·
14 revisions
-
http://fr.html5boilerplate.com/
Preconfigured template to bootstrap projects with html 5 good pratices -
http://www.html5rocks.com/
Site that links to good article and tutorial on html 5 -
http://www.w3.org/People/Raggett/tidy/
Clean up command html tool to be w3c compliant -
http://html5doctor.com
Dedicated to explaing new html markup elements
<!--[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
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