Document Mode in IE 10

风格不统一 提交于 2019-12-11 21:00:56

问题


I added this to hide compatibility button, which worked perfectly fine;

 <meta http-equiv="X-UA-Compatible" content="IE=EDGE"/>

But Document Mode: comes as Standards (Page Default) when what I want is "Document Mode: Quirks"


回答1:


By hiding the compatibility button, you are claiming that your page is standards-compliant.

Wanting to use Quirks Mode while stating that your page is standards-compliant is an oxymoron.

If your page uses Quirks Mode, set IE=5.5. Otherwise, fix your page to actually be standards-compliant.



来源:https://stackoverflow.com/questions/23133939/document-mode-in-ie-10

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!