diff options
| author | Chris Rebert <[email protected]> | 2013-07-28 03:48:40 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-07-28 03:48:40 -0700 |
| commit | c947ab1c9aae66e0ea11288bf21c4a129d6d0c02 (patch) | |
| tree | 0b8eb0950bf32fb33e6e6c1cdb19508d450ecdf7 /css.html | |
| parent | 89746174b73f36fcb6a85c4a1bf99878e77a6f51 (diff) | |
| download | bootstrap-c947ab1c9aae66e0ea11288bf21c4a129d6d0c02.tar.xz bootstrap-c947ab1c9aae66e0ea11288bf21c4a129d6d0c02.zip | |
fix #8701: IE 10+ supports <fieldset disabled>
*golf clap*
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, 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> + <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><fieldset></code>. Use custom JavaScript to disable the fieldset in these browsers.</p> </div> <form class="bs-example form-inline"> |
