New Table Code Question

David Hyatt hyatt@apple.com
Tue, 14 Jan 2003 14:43:52 -0800


Note that 99% appears to work, but 100% does not. :)

dave

On Tuesday, January 14, 2003, at 02:30 PM, Antti Koivisto wrote:

> Same misrendering here with CVS HEAD.
>
>
>   antti
>
> On Wednesday 15 January 2003 00:15, David Hyatt wrote:
>> 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)
>>
>> _______________________________________________
>> Khtml-devel@mail.kde.org
>> http://mail.kde.org/mailman/listinfo/khtml-devel
>