https://bugzilla.wikimedia.org/show_bug.cgi?id=25378

--- Comment #10 from [email protected] ---
'IE=10; IE=9; IE=8; IE=7;' are all unnecessary. 'IE=EDGE' is sufficient and is
precisely what we want: At any time, the most standards-compliant mode
available.

Also, the X-UA-Compatible tag doesn't need to be the first <meta> tag. Other
<meta> tags and the <title> tag are allowed to come before X-UA-Compatible:

"[...] 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."

Source: http://msdn.microsoft.com/en-us/library/jj676915(v=vs.85).ASPX

Please put this tag *after* <meta charset> because the HTML specification
requires <meta charset> to come very early and X-UA-Compatible isn't conforming
in HTML5 anyway.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to