aboutsummaryrefslogtreecommitdiff
path: root/css.html
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2013-07-28 02:05:38 -0700
committerChris Rebert <[email protected]>2013-07-28 02:05:38 -0700
commit89746174b73f36fcb6a85c4a1bf99878e77a6f51 (patch)
treebdde830eb2bfc8a48c2514a3e6d5992a4f215302 /css.html
parentb9ff4234438e182aad434859bfeec7424d2be2a5 (diff)
downloadbootstrap-89746174b73f36fcb6a85c4a1bf99878e77a6f51.tar.xz
bootstrap-89746174b73f36fcb6a85c4a1bf99878e77a6f51.zip
Safari handles <fieldset disabled> just fine; fixes #8698
This makes me wonder whether recent IE might actually support this too. If not, your move IE Team.
Diffstat (limited to 'css.html')
-rw-r--r--css.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/css.html b/css.html
index 641bd899e..118053448 100644
--- 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">