From: Chris Rebert Date: Sun, 28 Jul 2013 09:05:38 +0000 (-0700) Subject: Safari handles
just fine; fixes #8698 X-Git-Tag: v3.0.0-rc.2~102^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89746174b73f36fcb6a85c4a1bf99878e77a6f51;p=thirdparty%2Fbootstrap.git Safari handles
just fine; fixes #8698 This makes me wonder whether recent IE might actually support this too. If not, your move IE Team. --- 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.