From: Chris Rebert Date: Thu, 20 Dec 2012 19:00:47 +0000 (-0800) Subject: add comment regarding caveat of #6199 impl per discussion in/of 14844db862 X-Git-Tag: v3.0.0-rc1~836^2^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=30f72e69e35d11a07729253c79b5ca34dca5c1d5;p=thirdparty%2Fbootstrap.git add comment regarding caveat of #6199 impl per discussion in/of 14844db862 --- diff --git a/less/forms.less b/less/forms.less index b444ba765d..dc4e7ffd98 100644 --- a/less/forms.less +++ b/less/forms.less @@ -331,6 +331,9 @@ textarea[class*="span"], // -------------- // Disabled and read-only inputs +// Note: HTML5 says that inputs under a fieldset > legend:first-child won't be +// disabled if the fieldset is disabled. Due to implementation difficulty, +// we don't honor that edge case; we style them as disabled anyway. input, select, textarea {