bgarrels / textpattern

Automatically exported from code.google.com/p/textpattern
0 stars 0 forks source link

Consider adding the IE=edge X-UA-Compatible meta element #311

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This guarantees IE 8, 9 (and 10, I guess) are in strict, forward compatible 
mode. Affects layout and stylesheets, possibly javascript execution for both 
front and back-end.
Now that both front and back-end uses a HTML 5 doctype that triggers strict 
mode in principle, it is possible that user settings may still render the site 
in one of the back-compat modes.

<meta http-equiv="X-UA-Compatible" content="IE=edge">

Ideally, it should be added to the .htaccess file, but not all servers are 
configured to allow this.

Details in
https://github.com/h5bp/html5-boilerplate/blob/v4.0.1/doc/html.md

Original issue reported on code.google.com by ph.witte...@gmail.com on 5 Nov 2012 at 1:22

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r4591.

Original comment by flaming....@mac.com on 7 Nov 2012 at 11:53