Name

table — A formal (captioned) HTML table in a document

Synopsis

table (db.html.table) ::= (infodb.titleforbidden.info, caption db.html.caption, (col* | colgroup*), theaddb.html.thead, tfootdb.html.tfoot, (tbody db.html.tbody+ | tr+))

Attribute synopsis

Common attributes.

Additional attributes:

  • floatstyle

  • label

  • orient (enumeration) = “land” | “port”

  • pgwide (enumeration) = “0” | “1”

  • summary

  • width (enumeration) = xsd:integer | xsd:string (Pattern: “[0–9]+%”)

  • border (nonNegativeInteger)

  • frame (enumeration) = “void” | “above” | “below” | “hsides” | “lhs” | “rhs” | “vsides” | “box” | “border”

  • rules (enumeration) = “none” | “groups” | “rows” | “cols” | “all”

  • cellspacing (enumeration) = xsd:integer | xsd:string (Pattern: “[0–9]+%”)

  • cellpadding (enumeration) = xsd:integer | xsd:string (Pattern: “[0–9]+%”)

  • tabstyle

Additional constraints

  • example must not occur among the children or descendants of table.

  • figure must not occur among the children or descendants of table.

  • equation must not occur among the children or descendants of table.

  • informaltable must not occur among the children or descendants of table.

  • caution must not occur among the children or descendants of table.

  • important must not occur among the children or descendants of table.

  • note must not occur among the children or descendants of table.

  • tip must not occur among the children or descendants of table.

  • warning must not occur among the children or descendants of table.

Description

This table element identifies a formal (captioned) HTML table. DocBook ...

Get DocBook 5: The Definitive Guide now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.