TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Isn't it strange that TFOOT must be placed between THEAD and TBODY?

3 pointsby webuiarchitectover 14 years ago
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?

1 comment

mdanielover 14 years ago
No, because it enables the user-agent to paginate content before the entire page has even loaded.<p>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?<p>If you examine XSL-FO, they have similar constructs for what I am guessing are similar reasons.
评论 #2261402 未加载