aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes/getting-started/browser-device-support.html
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-11-10 13:40:29 -0800
committerChris Rebert <[email protected]>2014-11-10 13:40:29 -0800
commit99919c036496d72030a965953f0e2d2d760d638c (patch)
treeea084863a7e021529e48fbecfa9a02be30bfb91b /docs/_includes/getting-started/browser-device-support.html
parenteaf3b53e44e1e1015f87181d27d651a2b1ea0a0d (diff)
parentc513f58c6a2e345da338aebe45ee422b07260017 (diff)
downloadbootstrap-99919c036496d72030a965953f0e2d2d760d638c.tar.xz
bootstrap-99919c036496d72030a965953f0e2d2d760d638c.zip
Merge pull request #15073 from twbs/15072-more
Remove X-UA-Compatible caveat from Validators docs
Diffstat (limited to 'docs/_includes/getting-started/browser-device-support.html')
-rw-r--r--docs/_includes/getting-started/browser-device-support.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_includes/getting-started/browser-device-support.html b/docs/_includes/getting-started/browser-device-support.html
index fd66f54b4..306023d7b 100644
--- a/docs/_includes/getting-started/browser-device-support.html
+++ b/docs/_includes/getting-started/browser-device-support.html
@@ -202,5 +202,5 @@ $(function () {
<h3 id="support-validators">Validators</h3>
<p>In order to provide the best possible experience to old and buggy browsers, Bootstrap uses <a href="http://browserhacks.com">CSS browser hacks</a> in several places to target special CSS to certain browser versions in order to work around bugs in the browsers themselves. These hacks understandably cause CSS validators to complain that they are invalid. In a couple places, we also use bleeding-edge CSS features that aren't yet fully standardized, but these are used purely for progressive enhancement.</p>
<p>These validation warnings don't matter in practice since the non-hacky portion of our CSS does fully validate and the hacky portions don't interfere with the proper functioning of the non-hacky portion, hence why we deliberately ignore these particular warnings.</p>
- <p>Our HTML docs likewise have some trivial and inconsequential HTML validation warnings due to our inclusion of <a href="#support-ie-compatibility-modes">X-UA-Compatible <code>&lt;meta&gt;</code> tags</a> to avoid Internet Explorer issues and our inclusion of a workaround for <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=654072">a certain Firefox bug</a>.</p>
+ <p>Our HTML docs likewise have some trivial and inconsequential HTML validation warnings due to our inclusion of a workaround for <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=654072">a certain Firefox bug</a>.</p>
</div>