diff options
| author | Chris Rebert <[email protected]> | 2013-07-28 02:05:38 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-07-28 02:05:38 -0700 |
| commit | 89746174b73f36fcb6a85c4a1bf99878e77a6f51 (patch) | |
| tree | bdde830eb2bfc8a48c2514a3e6d5992a4f215302 /css.html | |
| parent | b9ff4234438e182aad434859bfeec7424d2be2a5 (diff) | |
| download | bootstrap-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.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1466,7 +1466,7 @@ For example, <code><section></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><fieldset></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><fieldset></code>. Use custom JavaScript to disable the fieldset in that case.</p> </div> <form class="bs-example form-inline"> |
