New Table Code Question

David Hyatt hyatt@apple.com
Tue, 14 Jan 2003 14:15:27 -0800


I have (hopefully) merged in the new table code from the KHTML trunk 
into Safari.  With this code merged in, macrumors.com and macslash.com 
both misrender.  I have attached a reduction below.  Could someone who 
is running Konq 3.1 check and see if this also misrenders there?

If it does, then that's good news, since it just means there's some 
common regression in the new table code.  If it does not, then I 
probably messed up the merge somehow.

<TABLE BORDER="2" CELLPADDING="0" CELLSPACING="0"><TR>
		<TD BACKGROUND=#cccccc>Small cell</TD>
		<TD BGCOLOR="#FFFFFF" WIDTH="100%">
			<TABLE border=2 WIDTH="100%" BORDER="0" CELLPADDING="0" 
CELLSPACING="0">
                 <TR>
                     <TD BGCOLOR="#CCCCCC">Big Cell</TD>
                 </TR>
             </TABLE>
		</TD>
</TABLE>

In the above example, you should see the second cell get all the width, 
but that doesn't appear to be happening.  The table should be 100%, but 
it isn't.

dave
(hyatt@apple.com)