From: Chris Rebert Date: Tue, 2 Sep 2014 22:23:15 +0000 (-0700) Subject: document that fieldset[disabled] is somewhat broken in IE11; fixes #14509 X-Git-Tag: v3.3.0~210^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e646889fd6ad64459e407d667babd9ad7eee851f;p=thirdparty%2Fbootstrap.git document that fieldset[disabled] is somewhat broken in IE11; fixes #14509 --- diff --git a/docs/_includes/css/forms.html b/docs/_includes/css/forms.html index 5bb99f00c2..06cfbb4dba 100644 --- a/docs/_includes/css/forms.html +++ b/docs/_includes/css/forms.html @@ -469,7 +469,7 @@

Cross-browser compatibility

-

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.

+

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