DocBook 5: The Definitive Guide
| By Norman Walsh & Leonard Muellner 1st Edition October 1999 1-56592-580-7, Order Number: 5807 652 pages, $36.95 , Includes CD-ROM
|
DocBook: The Definitive Guide | ||
---|---|---|
Prev | Next |
Name
tfoot -- A table footer consisting of one or more rows
Synopsis
Content Model
tfoot ::= (colspec*,row+)
Attributes
Common attributes
Name | Type | Default |
valign | Enumeration: bottommiddletop | None |
Tag Minimization
The start-tag is required for this element. The end-tag is optional, if your SGML declaration allows minimization.
Parameter Entities
Description
The TFoot wrapper identifies the Rows 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.
Processing expectations
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.
Parents
These elements contain tfoot: tgroup.
Children
The following elements occur in tfoot: colspec, row.
In some contexts, the following elements are allowed anywhere: BeginPage, IndexTerm.
Attributes
- valign
VAlign specifies the vertical alignment of text (and other elements) within the cells of this TFoot.
See Also
colspec, entry, entrytbl, InformalTable, row, spanspec, Table, tbody, tgroup, thead
Examples
For examples, see Table.
Prev | Home | Next |
TextObject | Up | tgroup |
Back to: DocBook: The Definitive Guide
O'Reilly Home | O'Reilly Bookstores | How to Order | O'Reilly Contacts International | About O'Reilly | Affiliated Companies
© 1999, O'Reilly & Associates, Inc.