File tree 3 files changed +6
-10
lines changed
3 files changed +6
-10
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ These include:
31
31
* Basic typography settings to provide improved text readability by default.
32
32
* Protection against unwanted ` text-shadow ` during text highlighting.
33
33
* 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 .
35
35
36
36
You are free to modify or add to these base styles as your project requires.
37
37
Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ element, which will prompt them to switch to Desktop Mode.
144
144
Here's what it looks like alongside H5BP's default X-UA-Compatible values:
145
145
146
146
``` 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" >
148
148
```
149
149
150
150
You can find more information in [ Microsoft's IEBlog post about prompting for
Original file line number Diff line number Diff line change @@ -47,10 +47,6 @@ vectors](http://code.google.com/p/doctype-mirror/wiki/ArticleUtf7).
47
47
48
48
The meta tag for compatibility mode [ needs to be before all elements except
49
49
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
-
54
50
55
51
## X-UA-Compatible
56
52
@@ -125,11 +121,11 @@ The central part of the boilerplate template is pretty much empty. This is
125
121
intentional, in order to make the boilerplate suitable for both web page and
126
122
web app development.
127
123
128
- ### Google Chrome Frame
124
+ ### Browserhappy Promt
129
125
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.
133
129
134
130
### Google CDN for jQuery
135
131
You can’t perform that action at this time.
0 commit comments