Commit 30f72e69 authored by Chris Rebert's avatar Chris Rebert

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

parent cdb25e11
...@@ -331,6 +331,9 @@ textarea[class*="span"], ...@@ -331,6 +331,9 @@ textarea[class*="span"],
// -------------- // --------------
// Disabled and read-only inputs // 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, input,
select, select,
textarea { textarea {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment