/HTML5-Reset

A simple set of best practices to get HTML5 projects off on the right foot.

Primary LanguageJavaScript

HTML5 Reset (http://html5reset.org)

March 20 Update

  1. Incorporated most of the pull requests.
  2. Went through and closed all issues.
  3. Broke styles out into two files — one for the reset styles, one for everything else.
  4. Added Windows 8, Twitter, and Facebook meta tags.
  5. Added the chromeframe element
  6. Added * {box-sizing: border-box;}
  7. Updated jQuery and Modernizer to latest
  8. Added reminders to concatenate JS and create a custom Modernizr build
  9. Added Rogie's browser detection (commented out) (http://rog.ie/post/9089341529/html5boilerplatejs)
  10. And more...

Summary:

HTML5 Reset is a simple set of best practices to get web projects off on the right foot.

  1. A style sheet designed to strip initial files from browsers, meaning you start off with a blank slate.
  2. Easy to customize -- remove whatever you don't need, keep what you do.
  3. Analytics and jQuery snippets in place
  4. Meta tags ready for population
  5. Empty mobile and print style sheets, including blocks for device orientation
  6. Modernizr.js http://www.modernizr.com/ enables HTML5 compatibility with IE (and a dozen other great features)
  7. IE-specific classes for simple CSS-targeting
  8. iPhone/iPad/iTouch icon snippets
  9. Lots of other keen stuff...