]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
document that fieldset[disabled] is somewhat broken in IE11; fixes #14509 14516/head
authorChris Rebert <code@rebertia.com>
Tue, 2 Sep 2014 22:23:15 +0000 (15:23 -0700)
committerChris Rebert <code@rebertia.com>
Tue, 2 Sep 2014 22:23:15 +0000 (15:23 -0700)
docs/_includes/css/forms.html

index 5bb99f00c25817f79375ef6b296ad265f85d58da..06cfbb4dba142a0bc91557357e09e908ed436c89 100644 (file)
 
   <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">