Name
table — A formal (captioned) HTML table in a document
Synopsis
table (db.html.table) ::= (info
? db.titleforbidden.info,
caption
db.html.caption, (col
* |
colgroup
*),
thead
? db.html.thead,
tfoot
? db.html.tfoot,
(tbody
db.html.tbody+ |
tr
+))
Attribute synopsis
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 oftable
.figure
must not occur among the children or descendants oftable
.equation
must not occur among the children or descendants oftable
.informaltable
must not occur among the children or descendants oftable
.caution
must not occur among the children or descendants oftable
.important
must not occur among the children or descendants oftable
.note
must not occur among the children or descendants oftable
.tip
must not occur among the children or descendants oftable
.warning
must not occur among the children or descendants oftable
.
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.