HTML中的IE条件语句正在被删除?

时间:2013-11-07 07:42:15

标签: html internet-explorer conditional-statements ie-developer-tools

所以我看到了一些非常奇怪的东西。我正在运行Windows 8.1 / IE11,不确定这是否重要。

我已插入以下html评论。一个是直接从HTML5样板中拉出来的,所以我确信它至少是正确的。

当我打开开发工具时,我可以在IE11中看到DOM中的注释,并在IE10中看到模拟器。只要我在模拟器中使用文档模式和用户字符串转到IE9或更低版本。您在下面看到的所有条件IE HTML注释以及条件IE注释都是出于某种原因无处可见。

有没有人见过这样的东西?有什么可能发生的线索吗?我彻底搜索无济于事。

    <!DOCTYPE html>
<html>
<head>
<title>@ViewBag.PlatformModel.PlatformTitle </title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="~/Scripts/html5shiv.js"></script>
<!--[if lt IE 8]>
        <p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
    <![endif]-->

<!--[if lte IE 7]><link rel="stylesheet" type="text/css" href="~/content/platform/css/ie78.css"/><![endif]-->
<!--[if lt IE 9]>@Styles.Render("~/Content/platform/css/IE78.css")<![endif]-->

<!--// kendo common, kendo theme-->
@Styles.Render("~/Content/kendo-common-styles")
@Styles.Render("~/Content/kendo-theme-styles")

<!--// platform -->
@Styles.Render("~/Content/platform-styles")

<!--// page styles -->
@RenderSection("styles", required: false)

</head>
<body>
<!--[if lt IE 8]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
    <![endif]-->

1 个答案:

答案 0 :(得分:0)

您可能希望更新Windows并安装最新的修补程序。 RTM中的IE11中的F12工具附带了一个错误*,其中模拟文档模式不会受到条件注释的影响。这已经修好了。

* http://connect.microsoft.com/IE/feedback/details/806767/conditional-comments-do-not-work-when-emulating-document-modes-via-f12-developer-tools