Isn't it strange that TFOOT must be placed between THEAD and TBODY? In an HTML <table>, the TFOOT element must be placed between THEAD And TBODY. http://htmlhelp.com/reference/html40/tables/tfoot.html. What could be the reason behind this? |
Isn't it strange that TFOOT must be placed between THEAD and TBODY? In an HTML <table>, the TFOOT element must be placed between THEAD And TBODY. http://htmlhelp.com/reference/html40/tables/tfoot.html. What could be the reason behind this? |
And presumably the page author knows a priori what the header and footer for the table are going to be, so why not transmit that information to the user-agent as soon as possible?
If you examine XSL-FO, they have similar constructs for what I am guessing are similar reasons.