Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IE compatibility mode specifics #87

Closed
nhall opened this issue Mar 28, 2014 · 3 comments · Fixed by #252
Closed

IE compatibility mode specifics #87

nhall opened this issue Mar 28, 2014 · 3 comments · Fixed by #252

Comments

@nhall
Copy link

nhall commented Mar 28, 2014

Love this project, thank you.

A note about the 'IE compatibility mode' section. It's a great idea to include it, however, in order for this tag to work as you expect, it needs to come before all other elements in the <head> excluding the <title> and other <meta> elements. Unfortunately, the location of the tag totally changes the behavior.

"The X-UA-Compatible header isn't case sensitive; however, it must appear in the header of the webpage (the HEAD section) before all other elements except for the title element and other meta elements."
MSDN Specifying legacy document modes

There's a mention of this in the comments of the Stack Overflow article linked in your description but it's pretty buried. Seems like information that could be good to present up front. Let me know what you think. I could add a pull request with a change if you think it's useful here.

@stramel
Copy link

stramel commented Jul 28, 2014

To be technical, the charset should also be sent across in the header of the webpage.

@mdo
Copy link
Owner

mdo commented Apr 11, 2021

Closing because of #249

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

Successfully merging a pull request may close this issue.

4 participants