[RC6] table-height-algorithm-012: colspan="2"

Arron,

http://test.csswg.org/suites/css2.1/20110323/html4/table-height-algorithm-012.htm
(RC6)

http://test.csswg.org/suites/css2.1/nightly-unstable/html4/table-height-algorithm-012.htm


        <table>
            <tr>
                <td>
                    <div id="small">Filler Text</div>
                </td>

line 31:         <td rowspan="2" colspan="2">
                    <div id="large">Filler Text</div>
                </td>
            </tr>
            <tr>
                <td></td>
            </tr>
        </table>


I believe colspan="2" should be removed.

Gérard
-- 
Contributions to the CSS 2.1 test suite:
http://www.gtalbot.org/BrowserBugsSection/css21testsuite/

CSS 2.1 Test suite RC6, March 23rd 2011
http://test.csswg.org/suites/css2.1/20110323/html4/toc.html

CSS 2.1 test suite contributors:
http://test.csswg.org/source/contributors/

Received on Saturday, 25 June 2011 19:34:14 UTC