From: Chris Rebert Date: Sun, 28 Jul 2013 10:48:40 +0000 (-0700) Subject: fix #8701: IE 10+ supports
X-Git-Tag: v3.0.0-rc.2~102^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c947ab1c9aae66e0ea11288bf21c4a129d6d0c02;p=thirdparty%2Fbootstrap.git fix #8701: IE 10+ supports
*golf clap* --- diff --git a/css.html b/css.html index 118053448b..64774028cb 100644 --- a/css.html +++ b/css.html @@ -1466,7 +1466,7 @@ For example, <section> should be wrapped as inline.

Cross-browser compatibility

-

While Bootstrap will apply these styles in all browsers, Internet Explorer doesn't actually support the disabled attribute on a <fieldset>. Use custom JavaScript to disable the fieldset in that case.

+

While Bootstrap will apply these styles in all browsers, Internet Explorer 9 and below don't actually support the disabled attribute on a <fieldset>. Use custom JavaScript to disable the fieldset in these browsers.