From 89746174b73f36fcb6a85c4a1bf99878e77a6f51 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sun, 28 Jul 2013 02:05:38 -0700 Subject: [PATCH] Safari handles
just fine; fixes #8698 This makes me wonder whether recent IE might actually support this too. If not, your move IE Team. --- css.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css.html b/css.html index 641bd899e6..118053448b 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, IE and Safari don't actually support the disabled attribute on a <fieldset>. Use custom JavaScript to disable the fieldset in these browsers.

+

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.