]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fix #8701: IE 10+ supports <fieldset disabled>
authorChris Rebert <github@rebertia.com>
Sun, 28 Jul 2013 10:48:40 +0000 (03:48 -0700)
committerChris Rebert <github@rebertia.com>
Sun, 28 Jul 2013 10:48:40 +0000 (03:48 -0700)
*golf clap*

css.html

index 118053448b24130efcbc67a5f4416352f0332b5b..64774028cbe14728c095283e174eecb6007e2c80 100644 (file)
--- 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">