私のクライアントと私は、これを独立して経験したばかりです。以下のような HTML ページが与えられた場合、条件付きであるかどうかにかかわらず、IE ハックが含まれている場合、「最初のテキスト」より上のすべてが VS デザイナーに表示されず、2008 年と 2010 年では非常に頻繁にクラッシュしますが、2010 は特定の期間にのみクラッシュします。ページ上の操作を編集します。
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Smart Computer Solutions</title>
<link href="Styles/Blueprint/screen.css" rel="stylesheet" type="text/css" />
<link href="Styles/Blueprint/print.css" rel="stylesheet" type="text/css" media="print" />
<!--[if lt IE 8]><link rel="stylesheet" href="Styles/blueprint/ie.css" type="text/css" media="screen, projection"><![endif]-->
</head>
<body>
<div class="container">
<div id="header" class="prepend-1 span-23 last">
<h1 id="smart-computer-solutions">
Smart Computer Solutions</h1>
<div id="subheader">
<h3 class="alt">Some catchy and informative company slogan.</h3>
</div>
</div>
First text
<hr />
Second text
<div id="top-nav" class="prepend-1 span-23 last">
Third text
</div>
<hr />
</div>
</body>
</html>
ブループリント フォーラムでも質問していますが、SO は私の主なオラクルです。