Skip to content

Commit

Permalink
Docs: Remove content regarding legacy browsers
Browse files Browse the repository at this point in the history
Ref: #1050.
  • Loading branch information
alrra committed Sep 24, 2013
1 parent b96191e commit 64913fc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 14 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
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 64913fc

Please sign in to comment.