From c947ab1c9aae66e0ea11288bf21c4a129d6d0c02 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sun, 28 Jul 2013 03:48:40 -0700 Subject: [PATCH] fix #8701: IE 10+ supports
*golf clap* --- css.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.