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

Robert,

'overflow: hidden' suffice to trigger the bug in Chrome 41.0.2272.101 
and in IE11. And also with a div with its 'display' set to 'list-item'.

Test with <table><tr><td>:
http://www.gtalbot.org/BrowserBugsSection/css21testsuite/Case2-container-respects-specified-height-cell.xht

Test with 'display: table-cell' test:
http://www.gtalbot.org/BrowserBugsSection/css21testsuite/Case2-container-respects-specified-height-cell-2.xht

Test with display: list-item':
http://www.gtalbot.org/BrowserBugsSection/css21testsuite/Case2-container-respects-specified-list-item-3.xht

Firefox 36.0.4 pass these 3 tests; IE11 and Chrome 41 fails these 3 
tests.

Gérard

Received on Tuesday, 24 March 2015 00:05:09 UTC