informaltable (db.html.informaltable)

informaltable — A table without a title

Synopsis

Content Model

informaltable (db.html.informaltable) ::=

  • Sequence of:
    • One of:
    • thead(db.html.thead)
    • tfoot(db.html.tfoot)
    • One of:
      • One or more of:
      • One or more of:

Attributes

Attributes:

  • border
  • cellpadding
  • cellspacing
  • frame (enumeration)
    • “void”
    • “above”
    • “below”
    • “hsides”
    • “lhs”
    • “rhs”
    • “vsides”
    • “box”
    • “border”
  • rules (enumeration)
    • “none”
    • “groups”
    • “rows”
    • “cols”
    • “all”
  • summary
  • width

Description

An InformalTable element identifies an informal table (one without a Title). DocBook uses the CALS table model, which describes tables geometrically using rows, columns, and cells.

Tables may include column headers and footers, but there is no provision for row headers.

Processing expectations

Formatted as a displayed block.

Attributes

border

FIXME:

cellpadding

FIXME:

cellspacing

FIXME:

class

FIXME:

frame

FIXME:

Enumerated values:

void

FIXME:

above

FIXME:

below

FIXME:

hsides

FIXME:

lhs

FIXME:

rhs

FIXME:

vsides

FIXME:

box

FIXME:

border

FIXME:

lang

FIXME:

onclick

FIXME:

ondblclick

FIXME:

onkeydown

FIXME:

onkeypress

FIXME:

onkeyup

FIXME:

onmousedown

FIXME:

onmousemove

FIXME:

onmouseout

FIXME:

onmouseover

FIXME:

onmouseup

FIXME:

rules

FIXME:

Enumerated values:

none

FIXME:

groups

FIXME:

rows

FIXME:

cols

FIXME:

all

FIXME:

style

FIXME:

summary

FIXME:

title

FIXME:

width

FIXME:

Children

The following elements occur in informaltable: col, colgroup, tbody (db.html.tbody), tfoot (db.html.tfoot), thead (db.html.thead), tr.

See Also

colspec, entry, entrytbl, equation, example, figure, informalequation, informalexample, informalfigure, informaltable (db.cals.informaltable), row, spanspec, table, tbody, tfoot, tgroup, thead

ChangeLog

This alpha reference page is $Revision: 1.4 $ published $Date: 2005/07/21 21:45:01 $.