Subject: Re: CVS commit: htdocs/developers/features
To: None <wiz@netbsd.org>
From: Ognyan Kulev <ogi@fmi.uni-sofia.bg>
List: www-changes
Date: 03/02/2004 14:01:34
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.
Regards,
ogi