While the outdated browser prompt currently links to `browsehappy.com`,
users are free and even encouraged to substitute the link with their own
page or site of preference.
This commit changes the `browsehappy` specific classname with the more
agnostic `browserupgrade` in order to make the link substitution
easier, but more importantly to hint to the users that they don't have
to stick with the currently default provided `browsehappy.com` link.
Ref: h5bp/html5-boilerplate#1582h5bp/html5-boilerplate#1608Closeh5bp/html5-boilerplate#1608
* Update the documentation regarding the Apple touch icons, by
reflecting the recent changes brought by the release of iOS 8 and the
new iPhone 6 and 6 Plus.
Note: The changes do not follow all Apple's iOS Human Interface
Guidelines¹, as in practice, the images used by the different devices
are different² from the ones specified in the Apple documentation.
* Update the `apple-touch-icon-precomposed.png` to be `180×180px` (this
is now the largest image size used by any Apple device running iOS).
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
¹ https://developer.apple.com/library/ios/documentation/UserExperience/Conceptual/MobileHIG/IconMatrix.html
² h5bp/html5-boilerplate#1599Closeh5bp/html5-boilerplate#1599.
* `tile.png`:
before: 13743 B
after: 3495 B
──────────────────────
reduction: 10248 B [74.56%]
* `tile-wide.png`
before: 6774 B
after: 1864 B
──────────────────────
reduction: 4910 B [72.48%]
Closeh5bp/html5-boilerplate#1604.
The part about `Cross-domain Ajax and Flash` from the `README.md` file
isn't accurate, as by default:
* the `crossdomain.xml` file doesn't grant a web client — such as Adobe
Flash Player, Adobe Reader, etc. — permission to handle data across
multiple domains
* the Apache server configs, do not allow cross-origin access to all
resources, unless the user enables that behavior
The `dist/` directory is added in order to allow even less experienced
users (users that may not want to deal with the build script) to get
the latest changes, namely, what is in the `master` branch, but is not
yet released.