add comment regarding caveat of #6199 impl per discussion in/of 14844db862

This commit is contained in:
Chris Rebert 2012-12-20 11:00:47 -08:00
parent cdb25e11ef
commit 30f72e69e3
1 changed files with 3 additions and 0 deletions

View 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 {