Re: [css-tables][css2.1] What should the measurement of the table be?

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