diff options
| author | Mark Otto <[email protected]> | 2013-12-07 15:57:17 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-12-07 15:57:17 -0800 |
| commit | 9edec7ed2193b0ffdf093188b0a63231bd813c8a (patch) | |
| tree | 09e853311edb03bd78013fbaa778907b1e618eaf | |
| parent | a9b86cbfde788b2ffc066353b4f77c45345c0e78 (diff) | |
| download | bootstrap-9edec7ed2193b0ffdf093188b0a63231bd813c8a.tar.xz bootstrap-9edec7ed2193b0ffdf093188b0a63231bd813c8a.zip | |
Fixes #11756: Mention document mode checking ability in IE comaptibility modes
| -rw-r--r-- | getting-started.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/getting-started.html b/getting-started.html index 29a9c6f81..4ab2fa181 100644 --- a/getting-started.html +++ b/getting-started.html @@ -805,7 +805,8 @@ bootstrap/ {% highlight html %} <meta http-equiv="X-UA-Compatible" content="IE=edge"> {% endhighlight %} - <p>This tag is included in all docs pages and examples to ensure the best rendering possible in each supported version of Internet Explorer.</p> + <p>Confirm the document mode by opening the debugging tools: press <kbd>F12</kbd> and check the "Document Mode".</p> + <p>This tag is included in all Bootstrap's documentation and examples to ensure the best rendering possible in each supported version of Internet Explorer.</p> <p>See <a href="http://stackoverflow.com/questions/6771258/whats-the-difference-if-meta-http-equiv-x-ua-compatible-content-ie-edge">this StackOverflow question</a> for more information.</p> <h3 id="ie-10-width">Internet Explorer 10 in Windows 8 and Windows Phone 8</h3> |
