- From: Gérard Talbot <www-style@gtalbot.org>
- Date: Mon, 23 Mar 2015 21:38:22 -0400
- To: Robert Hogan <robhogan@gmail.com>
- Cc: Boris Zbarsky <bzbarsky@mit.edu>, W3C www-style mailing list <www-style@w3.org>
Robert, Test with <table><tr><td> with specified content 'height': http://www.gtalbot.org/BrowserBugsSection/css21testsuite/Case2-container-respects-specified-height-cell.xht Test with 'display: table-cell' test with specified content 'height': http://www.gtalbot.org/BrowserBugsSection/css21testsuite/Case2-container-respects-specified-height-cell-2.xht Test with <table><tr><td> and based on content: http://www.gtalbot.org/BrowserBugsSection/css21testsuite/Case2-container-respects-specified-height-cell-3.xht Test with 'display: table-cell' and based on content: http://www.gtalbot.org/BrowserBugsSection/css21testsuite/Case2-container-respects-specified-height-cell-4.xht Chrome 41 and IE11 fails those 4 tests. Firefox 36.0.4 pass those 4 tests. In all 4 tests, if I set 'height: inherit' (inheriting computed value) instead of 'height: 100%' (where the containing block must be identified first), all 4 tests are passed by Chrome. I hope this helps you. Gérard
Received on Tuesday, 24 March 2015 01:39:01 UTC