Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.37 KB

README.markdown

File metadata and controls

36 lines (25 loc) · 1.37 KB

HTML5 Boilerplate

CHANGELOG:

v0.9 -August 10th, 2010 - Initial release

LICENSE:

Copyright Paul Irish

Dual licensed under MIT and GPL

INSTALLATION:

This is a set of files that a front-end developer can use to get started on a website, with following included:

1. Cross-browser compatible (IE6, yeah we got that.)
2. HTML5 ready. Use the new tags with certainty.
3. Optimal caching and compression rules for grade-A performance
4. Best practice site configuration defaults
5. Think there's too much? The HTML5 Boilerplate is delete-key friendly. :)
6. Mobile browser optimizations
7. Progressive enhancement graceful degredation ........ yeah yeah we got that
8. IE specific classes for maximum cross-browser control
9. Want to write unit tests but lazy? A full, hooked up test suite is waiting for you.
10. Javascript profiling.. in IE6 and IE7? Sure, no problem.
11. Console.log nerfing so you won't break anyone by mistake.
12. Never go wrong with your doctype or markup!
13. An optimal print stylesheet, performance optimized
14. iOS, Android, Opera Mobile-adaptable markup and CSS skeleton.
15. IE6 pngfix baked in.
16. jQuery, waiting for you

There will be two releases: a documented release, which is exactly what you see here, and a production release, with most of the descriptive comments stripped out.