aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes/css/forms.html
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-09-02 15:23:15 -0700
committerChris Rebert <[email protected]>2014-09-02 15:23:15 -0700
commite646889fd6ad64459e407d667babd9ad7eee851f (patch)
treebfed2413fdef0cef1e98226057bca433a7b7c40a /docs/_includes/css/forms.html
parente37e06d73e8823c3e5fc062ae68d9d131c4c2bb4 (diff)
downloadbootstrap-e646889fd6ad64459e407d667babd9ad7eee851f.tar.xz
bootstrap-e646889fd6ad64459e407d667babd9ad7eee851f.zip
document that fieldset[disabled] is somewhat broken in IE11; fixes #14509
Diffstat (limited to 'docs/_includes/css/forms.html')
-rw-r--r--docs/_includes/css/forms.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_includes/css/forms.html b/docs/_includes/css/forms.html
index 5bb99f00c..06cfbb4db 100644
--- a/docs/_includes/css/forms.html
+++ b/docs/_includes/css/forms.html
@@ -469,7 +469,7 @@
<div class="bs-callout bs-callout-danger">
<h4>Cross-browser compatibility</h4>
- <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>
+ <p>While Bootstrap will apply these styles in all browsers, Internet Explorer 11 and below don't fully 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>
<div class="bs-example">