- From: L. David Baron <dbaron@dbaron.org>
- Date: Fri, 13 Oct 2006 11:04:45 -0700
- To: www-style@w3.org
Received on Friday, 13 October 2006 18:05:00 UTC
So the case that I think is currently ambiguous is the following: div.parent { max-height: 20px; min-height: 100px; } div.child { height: 50%; } Does a ['min-height','max-height'] range that constrains the height to a single value (in this case, 100px) count as "specified explicitly" even when 'height' is 'auto'? In other words, does the child in this case have 'auto' height or '50px' height? -David -- L. David Baron <URL: http://dbaron.org/ > Technical Lead, Layout & CSS, Mozilla Corporation
Received on Friday, 13 October 2006 18:05:00 UTC