Subject: Re: CVS commit: htdocs/developers/features
To: None <www-changes@NetBSD.org>
From: Ognyan Kulev <ogi@fmi.uni-sofia.bg>
List: www-changes
Date: 03/02/2004 14:06:55
Ognyan Kulev wrote:
> Thomas Klausner wrote:
>> XXX: technically, the tfoot part should be before tbody, but neither 
>> links
>> nor lynx handle it correctly -- they display the tfoot before the tbody
>> in that case. I'll file bug reports...
> 
> Their behaviour is correct, I think.  thead, tbody and tfoot are 
> processed linearly by design and you can have multiple thead and tfoot.
> 
> The algorithm is: when page is breaked in tbody, output the last tfoot, 
> go to next page, output the last thead and continue the tbody.

Hm, it seems I'm wrong ;-)

"TFOOT must appear before TBODY within a TABLE definition so that user 
agents can render the foot before receiving all of the (potentially 
numerous) rows of data."

Regards,
ogi