thead (db.html.thead)

thead — A table header consisting of one or more rows

Synopsis

Content Model

thead (db.html.thead) ::=

  • One or more of:

Attributes

Attributes:

  • All of:
    • align (enumeration)
      • “left”
      • “center”
      • “right”
      • “justify”
      • “char”
    • char
    • charoff
  • valign (enumeration)
    • “top”
    • “middle”
    • “bottom”
    • “baseline”

Description

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

Header rows are always rendered at the beginning of the table.

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. Header rows are often presented in an alternate typographic style, such as boldface.

In paged media, if a table spans across multiple pages, header rows are printed at the top of each new page.

Attributes

align

FIXME:

Enumerated values:

left

FIXME:

center

FIXME:

right

FIXME:

justify

FIXME:

char

FIXME:

char

FIXME:

charoff

FIXME:

class

FIXME:

lang

FIXME:

onclick

FIXME:

ondblclick

FIXME:

onkeydown

FIXME:

onkeypress

FIXME:

onkeyup

FIXME:

onmousedown

FIXME:

onmousemove

FIXME:

onmouseout

FIXME:

onmouseover

FIXME:

onmouseup

FIXME:

style

FIXME:

title

FIXME:

valign

FIXME:

Enumerated values:

top

FIXME:

middle

FIXME:

bottom

FIXME:

baseline

FIXME:

Parents

These elements contain thead: informaltable (db.html.informaltable), table (db.html.table).

Children

The following elements occur in thead: tr.

See Also

colspec, entry, entrytbl, informaltable, row, spanspec, table, tbody, tfoot, tgroup, thead (db.cals.thead)

ChangeLog

This alpha reference page is $Revision: 1.3 $ published $Date: 2005/07/07 16:41:44 $.