From e646889fd6ad64459e407d667babd9ad7eee851f Mon Sep 17 00:00:00 2001
From: Chris Rebert <code@rebertia.com>
Date: Tue, 2 Sep 2014 15:23:15 -0700
Subject: [PATCH] document that fieldset[disabled] is somewhat broken in IE11;
 fixes #14509

---
 docs/_includes/css/forms.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/_includes/css/forms.html b/docs/_includes/css/forms.html
index 5bb99f00c2..06cfbb4dba 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">
-- 
GitLab