Download v3.0

Download Boilerplate Keep the hints and links or Download Boilerplate "stripped" No comments, just the bizniss.

v3.0 Changelog

index.html

  • Removed initial-scale=1.0 from meta
  • Excluded scalefix by default
  • Updated startup tablet landscape dimensions
  • Added lang attr to be consistent with h5bp
  • Removed meta author to be consistent with h5bp

JavaScript

  • Added MBP.enableActive
  • Fixes MBP.hideUrlBar() when addEventListener is undefined
  • Added preventing iOS from zooming onfocus
  • Worked around a tricky bug in Android 2.3 to MBP.fastButton
  • Removed respond.js
  • Split hideUrlBar into an intial function, and a general use function cached the scrollTop so that only needs to be detected once
  • Moved helper.js one level up
  • Updated jQuery to 1.7.1 and added missing fallback local file
  • Updated modernizr to the latest version
  • added iPod (Touch) to MBP.scaleFix

CSS

  • Removed input::-moz-focus-inner as it is not required on Firefox on Mobile
  • Removed the ellipsis helper class to be consistent with h5bp

General