]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
add comment regarding caveat of #6199 impl per discussion in/of 14844db862 6354/head
authorChris Rebert <github@rebertia.com>
Thu, 20 Dec 2012 19:00:47 +0000 (11:00 -0800)
committerChris Rebert <github@rebertia.com>
Thu, 20 Dec 2012 19:00:47 +0000 (11:00 -0800)
less/forms.less

index b444ba765db85750ff378a258ee36bf21a9b4b09..dc4e7ffd984a85ce68df62e955fb1590f9c0ceeb 100644 (file)
@@ -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 {