IE8 标准模式进入兼容模式错误日志?
因此,我正在开发一个网站并尝试对几种不同的浏览器进行故障排除,我注意到当我在 IE8 标准模式下运行我的网站时,有时它会将我踢出并强制我进入 IE8 兼容模式。
我想知道这是否创建了任何类型的日志,以便我可以追踪它为什么这样做。
So I'm developing a site and trying to troubleshoot several different browsers and I noticed when I run through my site in IE8 Standards mode sometimes it kicks me out and forces me to goto into IE8 Compatibility mode.
I was wondering if there was any kind of log that this created so I can track down why it did this.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不幸的是,开发人员工具没有公开任何信息来解释为什么选择特定的浏览器和文档模式。这些工具确实显示当前选择的模式,因此您可以观察更改,但随后您必须手动找出触发更改的原因。 http://hsivonen.iki.fi/doctype/#ie8modes 有一些关于如何操作的信息IE8到来选择模式。
Unfortunately there isn't any information exposed by the developer tools that explains why a particular browser and document mode was selected. The tools do show the current selected modes so you could watch for a change but then you have to work out what triggered the change by hand. http://hsivonen.iki.fi/doctype/#ie8modes has some info on how IE8 arrives chooses the modes.