Skip to content

Commit e66ed49

Browse files
drublickcmckell
authored andcommitted
Remove notes about Google Chrome Frame from docs
Currently we don't use Google Chrome Frame anymore as support for it will end at the end of the year. This commit removes references to Chrome Frame within the documentation. It is related to 2cf1ef7. Reference h5bp#1433.
1 parent 2cd0279 commit e66ed49

File tree

3 files changed

+6
-10
lines changed

3 files changed

+6
-10
lines changed

doc/css.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ These include:
3131
* Basic typography settings to provide improved text readability by default.
3232
* Protection against unwanted `text-shadow` during text highlighting.
3333
* Tweaks to default image alignment, fieldsets, and textareas.
34-
* A pretty Chrome Frame prompt.
34+
* A pretty prompt to update your browser if you are on an outdated browser.
3535

3636
You are free to modify or add to these base styles as your project requires.
3737

doc/extend.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ element, which will prompt them to switch to Desktop Mode.
144144
Here's what it looks like alongside H5BP's default X-UA-Compatible values:
145145

146146
```html
147-
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1,requiresActiveX=true">
147+
<meta http-equiv="X-UA-Compatible" content="IE=edge,requiresActiveX=true">
148148
```
149149

150150
You can find more information in [Microsoft's IEBlog post about prompting for

doc/html.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,6 @@ vectors](http://code.google.com/p/doctype-mirror/wiki/ArticleUtf7).
4747

4848
The meta tag for compatibility mode [needs to be before all elements except
4949
title and meta](http://h5bp.com/f "Defining Document Compatibility - MSDN").
50-
And that same meta tag can only be invoked for Google Chrome Frame if it is
51-
within the [first 1024
52-
bytes](http://code.google.com/p/chromium/issues/detail?id=23003).
53-
5450

5551
## X-UA-Compatible
5652

@@ -125,11 +121,11 @@ The central part of the boilerplate template is pretty much empty. This is
125121
intentional, in order to make the boilerplate suitable for both web page and
126122
web app development.
127123

128-
### Google Chrome Frame
124+
### Browserhappy Promt
129125

130-
The main content area of the boilerplate includes a prompt to install Chrome
131-
Frame (which no longer requires administrative rights) for users of IE 6. If
132-
you intended to support IE 6, then you should remove the snippet of code.
126+
The main content area of the boilerplate includes a prompt to install an up to
127+
date browser for users of IE 6. If you intended to support IE 6, then you should
128+
remove the snippet of code.
133129

134130
### Google CDN for jQuery
135131

0 commit comments

Comments
 (0)