tfoot — A table footer consisting of one or more rows
The TFoot
wrapper identifies the Row
s of a
table that form the foot of the table, as distinct from the header
(THead
) and body (TBody
) rows.
Footer rows are always rendered at the end of the table, despite thier logical placement near the beginning.
This element is expected to obey the semantics of the CALS Table Model Document Type Definition, as specified by OASIS Technical Memorandum TM 9502:1995. Footer rows are often presented in an alternate typographic style, such as boldface.
In paged media, if a table spans across multiple pages, footer rows are printed on the bottom of each page.
In our experience, relatively few formatters handle footer rows correctly.
FIXME:
Enumerated values: | |
---|---|
“left” | FIXME: |
“center” | FIXME: |
“right” | FIXME: |
“justify” | FIXME: |
“char” | FIXME: |
FIXME:
FIXME:
FIXME:
FIXME:
FIXME:
FIXME:
FIXME:
FIXME:
FIXME:
FIXME:
FIXME:
FIXME:
FIXME:
FIXME:
FIXME:
FIXME:
FIXME:
Enumerated values: | |
---|---|
“top” | FIXME: |
“middle” | FIXME: |
“bottom” | FIXME: |
“baseline” | FIXME: |