aboutsummaryrefslogtreecommitdiff
path: root/css.html
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2013-07-28 03:48:40 -0700
committerChris Rebert <[email protected]>2013-07-28 03:48:40 -0700
commitc947ab1c9aae66e0ea11288bf21c4a129d6d0c02 (patch)
tree0b8eb0950bf32fb33e6e6c1cdb19508d450ecdf7 /css.html
parent89746174b73f36fcb6a85c4a1bf99878e77a6f51 (diff)
downloadbootstrap-c947ab1c9aae66e0ea11288bf21c4a129d6d0c02.tar.xz
bootstrap-c947ab1c9aae66e0ea11288bf21c4a129d6d0c02.zip
fix #8701: IE 10+ supports <fieldset disabled>
*golf clap*
Diffstat (limited to 'css.html')
-rw-r--r--css.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/css.html b/css.html
index 118053448..64774028c 100644
--- a/css.html
+++ b/css.html
@@ -1466,7 +1466,7 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline.
<div class="bs-callout bs-callout-danger">
<h4>Cross-browser compatibility</h4>
- <p>While Bootstrap will apply these styles in all browsers, Internet Explorer doesn't actually support the <code>disabled</code> attribute on a <code>&lt;fieldset&gt;</code>. Use custom JavaScript to disable the fieldset in that case.</p>
+ <p>While Bootstrap will apply these styles in all browsers, Internet Explorer 9 and below don't actually support the <code>disabled</code> attribute on a <code>&lt;fieldset&gt;</code>. Use custom JavaScript to disable the fieldset in these browsers.</p>
</div>
<form class="bs-example form-inline">