IE9遇到X-UA-Compatibleheader说要模拟IE10怎么办?

What will IE9 do if it encounters X-UA-Compatible header that says to emulate IE10?

我们希望 IE11 模拟 IE10,因此我们将向 IE=EmulateIE10 添加一个 X-UA-Compatible 指令。但是,如果我们的服务器被 IE9 命中,那么 IE9 将如何解释该指令?

查看 https://msdn.microsoft.com/en-us/library/jj676915%28v=vs.85%29.aspx,如果 IE9 看到 X-UA-Compatable 设置为 IE10,它将以 IE9 标准模式运行)

("If the browser supports the header, but not any of the specified document modes, it will use the highest supported document mode to display the webpage.")

你可以检查这个(如果你有 IE 9,谢天谢地我没有)通过转到页面并调出开发者工具来查看它被设置为什么模式以及为什么(好吧,假设开发者工具在 IE 9 中的工作方式与 10+)

相同