Skip to content
This repository has been archived by the owner on Mar 26, 2018. It is now read-only.

Need IE=edge line in generated index.html? #1067

Closed
christiaanwesterbeek opened this issue Apr 23, 2015 · 2 comments
Closed

Need IE=edge line in generated index.html? #1067

christiaanwesterbeek opened this issue Apr 23, 2015 · 2 comments

Comments

@christiaanwesterbeek
Copy link

I have myself a webdev checklist. On it sits this instruction to myself. Do include IE=edge in the html header, like so:

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

It solves giving IE reasons to operate in any version lower than it can operate.

That meta line is not generated in index.html. Is that intentional, or should it be added?

@arthurvr
Copy link
Member

IE=edge,chrome

both are deprecated :) refer to h5bp/html5-boilerplate@8fc2650 and https://msdn.microsoft.com/en-us/library/ie/dn384051%28v=vs.85%29.aspx.

@arthurvr
Copy link
Member

Also this is a duplicate of #1032.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants