Skip to content

Commit

Permalink
Update documentation and README.md
Browse files Browse the repository at this point in the history
Remove content regarding legacy browsers.

Ref: h5bp#1050.
  • Loading branch information
alrra authored and kcmckell committed Feb 25, 2014
1 parent 9496af5 commit c99616b
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 16 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
### HEAD

* Remove IE 6/7 hacks from `main.css`.
* Update to Normalize.css 2.1.3.
* Remove IE conditional classes ([#1290](https://github.com/h5bp/html5-boilerplate/issues/1290), [#1187](https://github.com/h5bp/html5-boilerplate/issues/1187])).

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Choose one of the following options:
## Features

* HTML5 ready. Use the new elements with confidence.
* Cross-browser compatible (Chrome, Opera, Safari, Firefox 3.6+, IE6+).
* Cross-browser compatible (Chrome, Firefox, IE8+, Opera, Safari).
* Designed with progressive enhancement in mind.
* Includes [Normalize.css](http://necolas.github.com/normalize.css/) for CSS
normalizations and common bug fixes.
Expand All @@ -38,7 +38,7 @@ Choose one of the following options:
* Useful CSS helpers.
* Default print CSS, performance optimized.
* Protection against any stray `console.log` causing JavaScript errors in
IE6/7.
older browsers.
* An optimized Google Analytics snippet.
* Apache server caching, compression, and other configuration defaults for
Grade-A performance.
Expand Down
9 changes: 0 additions & 9 deletions doc/extend.md
Original file line number Diff line number Diff line change
Expand Up @@ -259,15 +259,6 @@ value is boolean rather than a color. It's all or nothing.
You can read about this useful element and more techniques in
[Microsoft's documentation on adapting WebKit-oriented apps for IE10](http://blogs.windows.com/windows_phone/b/wpdev/archive/2012/11/15/adapting-your-webkit-optimized-site-for-internet-explorer-10.aspx).

### Suppress IE6 image toolbar

Kill IE6's pop-up-on-mouseover toolbar for images that can interfere with
certain designs and be pretty distracting in general.

```html
<meta http-equiv="imagetoolbar" content="false">
```


## Social Networks

Expand Down
6 changes: 3 additions & 3 deletions doc/html.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,11 @@ The central part of the boilerplate template is pretty much empty. This is
intentional, in order to make the boilerplate suitable for both web page and
web app development.

### Browserhappy Promt
### BrowseHappy Promt

The main content area of the boilerplate includes a prompt to install an up to
date browser for users of IE 6. If you intended to support IE 6, then you should
remove the snippet of code.
date browser for users of IE 6/7. If you intended to support IE 6/7, then you
should remove the snippet of code.

### Google CDN for jQuery

Expand Down
3 changes: 1 addition & 2 deletions doc/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ usually involves the following:
2. Add some content, style, and functionality.
3. Run your site locally to see how it looks.
4. (Optionally run a build script to automate the optimization of your site -
e.g. [ant build script](https://github.com/h5bp/ant-build-script) or [node
build script](https://github.com/h5bp/node-build-script)).
e.g. [ant build script](https://github.com/h5bp/ant-build-script))
5. Deploy your site.


Expand Down

0 comments on commit c99616b

Please sign in to comment.