(*** This bug was imported into bugs.kde.org ***) Package: khtml Version: 3.0 (using KDE 2.2.0 beta1) Severity: normal Installed from: compiled sources Compiler: gcc version 2.95.3 20010315 (SuSE) OS: Linux (i686) release 2.4.7 OS/Compiler notes: The tfoot row in a table should be rendered at the bottom (FOOT) :-) At the moment it is rendered at the top as this test case shows: http://www.robinlionheart.com/stds/html4/tables.html Here is the code: <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <META name="generator" content="HTML Tidy see www.w3.org"> <TITLE></TITLE> € <A name="test"></A> <TABLE frame="hsides" rules="groups" summary= "A sample table based on a grocery bill." border="1"> <CAPTION> Grocery Bill </CAPTION> <COLGROUP> <COL> <COL style="font-style: italic"> <COLGROUP style="font-weight: bold"> <COL align="char" char="."> <THEAD> <TR align="left"> <TH>Item <TH>Size <TH>Price <TFOOT> <TR> <TD colspan="2">Total <TD>$11.48 <TBODY> <TR> <TD rowspan="2">Soda <TD>1 liter <TD>%.99 <TR> <TD>2 liter <TD>$2 <TBODY> <TR> <TD>Cookies <TD>6 oz. <TD>$2.49 <TR> <TD>Ice Cream <TD>1 gal. <TD>$6. </TABLE> (Submitted via bugs.kde.org) (Called from KBugReport dialog)
Got fixed in the pre-3.1 table rendering rework.