tbody

$Revision: 1.3 $

$Date: 2002/06/12 11:18:40 $

tbody — A wrapper for the rows of a table or informal table

Synopsis

Content Model

tbody ::=
((tr+|row+))

Attributes

Common attributes

Name

Type

Default

ondblclickCDATANone
onkeydownCDATANone
onkeyupCDATANone
onmouseupCDATANone
onmouseoverCDATANone
valign
Enumeration:
bottom
middle
top
None
onmouseoutCDATANone
onmousemoveCDATANone
styleCDATANone
xml:langNMTOKENNone
onkeypressCDATANone
onmousedownCDATANone
onclickCDATANone
titleCDATANone
classCDATANone

DocBook NG “Bourbon” Content Model

tbody (cals.tbody) ::=
  • One or more of:

DocBook NG “Bourbon” Attributes

Common attributes and common linking attributes.

Additional attributes: (Required attributes, if any, are bold)

  • valign (enumeration)
    • “bottom”
    • “middle”
    • “top”
tbody (html.tbody) ::=
  • One or more of:

DocBook NG “Bourbon” Attributes

Attributes: (Required attributes, if any, are bold)

  • align (enumeration)
    • “left”
    • “center”
    • “right”
    • “justify”
    • “char”
  • char
  • charoff
  • class
  • dir (enumeration)
    • “ltr”
    • “rtl”
  • lang
  • onclick
  • ondblclick
  • onkeydown
  • onkeypress
  • onkeyup
  • onmousedown
  • onmousemove
  • onmouseout
  • onmouseover
  • onmouseup
  • style
  • title
  • valign (enumeration)
    • “top”
    • “middle”
    • “bottom”
    • “baseline”

Description

The TBody wrapper identifies the Rows of a table that form the body of the table, as distinct from the header (THead) and footer (TFoot) rows.

In most tables, the TBody contains most of the rows.

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 .

Parents

These elements contain tbody: entrytbl, informaltable, table, tgroup.

Children

The following elements occur in tbody: row, tr.

Attributes

valign

VAlign specifies the vertical alignment of text (and other elements) within the cells of this TBody.

See Also

colspec, entry, entrytbl, informaltable, row, spanspec, table, tfoot, tgroup, thead.

Examples

For examples, see entrytbl, footnoteref, informaltable, table.