民间,
我们有一个Intranet sharepoint站点,在IE11中默认为IE8模式。我尝试将一个html文件添加到sharepoint,并将Meta标记设置为IE = 11。看起来IE11正在重写doctype并默认为IE8。这仅发生在Intranet共享点站点上。其他Intranet站点以边缘模式打开。这让我相信IE11会以某种方式使用位置网址来确定doctype。
我清除了兼容性视图,企业模式,组策略等。我只想弄清楚切换到IE8的确切位置。
由于
==================
@Thriggle 见下文
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<title>SharePoint</title>
<link rel="stylesheet" href="assets/css/animate.css" type="text/css" />
<link rel="stylesheet" href="assets/css/font-awesome.min.css" type="text/css" />
<link rel="stylesheet" href="assets/css/waves.min.css" type="text/css" />
<link rel="stylesheet" href="assets/css/material-design-icons.css" type="text/css" />
<link rel="stylesheet" href="assets/css/bootstrap.min.css" type="text/css" />
<link rel="stylesheet" href="assets/css/font.css" type="text/css" />
<link rel="stylesheet" href="assets/css/app.css" type="text/css" />
<link rel="stylesheet" href="charts.css" type="text/css" />
<script src="assets/js/jquery.js" type="text/javascript"></script>
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/jquery.SPServices/2014.02/jquery.SPServices-2014.02.min.js"></script>
<script type="text/javascript">
============
@Nikolay你好,在F12模式下,即使标签设置为IE = edge,它也默认为IE8。我也试过小提琴手。我仍然无法确定为什么它默认为IE8