]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Safari handles <fieldset disabled> just fine; fixes #8698
authorChris Rebert <github@rebertia.com>
Sun, 28 Jul 2013 09:05:38 +0000 (02:05 -0700)
committerChris Rebert <github@rebertia.com>
Sun, 28 Jul 2013 09:05:38 +0000 (02:05 -0700)
This makes me wonder whether recent IE might actually support this too.
If not, your move IE Team.

css.html

index 641bd899e6179a2381c6583165dd408658566491..118053448b24130efcbc67a5f4416352f0332b5b 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, IE and Safari 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 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>
     </div>
 
     <form class="bs-example form-inline">