HTML5 Reset (http://html5reset.org)
- Incorporated most of the pull requests.
- Went through and closed all issues.
- Broke styles out into two files — one for the reset styles, one for everything else.
- Added Windows 8, Twitter, and Facebook meta tags.
- Added the chromeframe element
- Added * {box-sizing: border-box;}
- Updated jQuery and Modernizer to latest
- Added reminders to concatenate JS and create a custom Modernizr build
- Added Rogie's browser detection (commented out) (http://rog.ie/post/9089341529/html5boilerplatejs)
- And more...
HTML5 Reset is a simple set of best practices to get web projects off on the right foot.
- A style sheet designed to strip initial files from browsers, meaning you start off with a blank slate.
- Easy to customize -- remove whatever you don't need, keep what you do.
- Analytics and jQuery snippets in place
- Meta tags ready for population
- Empty mobile and print style sheets, including blocks for device orientation
- Modernizr.js http://www.modernizr.com/ enables HTML5 compatibility with IE (and a dozen other great features)
- IE-specific classes for simple CSS-targeting
- iPhone/iPad/iTouch icon snippets
- Lots of other keen stuff...