显示 EdgeHTML 模式
IE=Edge
元标记用于告知目标渲染引擎使用最新(边缘)版本的 IE 渲染引擎,该引擎可在 Windows 手机中启用响应行为。
<meta http-equiv="X-UA-Compatible" content="IE=edge">
有时这会破坏 Live Mail 中的图像,因此 IE=Edge
标记特定于 Microsoft,它可以包含在条件注释中以将其从 Live Mail 中隐藏:
<!--[if !mso]><!-- -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!--<![endif]-->