db.html.table.attributes
Attribute group information
Namespace: http://docbook.org/ns/docbook
Schema document: docbook.xsd
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
summary | [0..1] | xsd:anySimpleType | Provides a summary of the table's purpose and structure for user agents rendering to non-visual media such as speech and Braille. | |
width | [0..1] | Anonymous | Specifies the desired width of the entire table and is intended for visual user agents. When the value is a percentage value, the value is relative to the user agent's available horizontal space. In the absence of any width specification, table width is determined by the user agent. | |
border | [0..1] | xsd:nonNegativeInteger | Specifies the width (in pixels only) of the frame around a table. | |
frame | [0..1] | Anonymous | Specifies which sides of the frame surrounding a table will be visible. | |
rules | [0..1] | Anonymous | Specifies which rules will appear between cells within a table. The rendering of rules is user agent dependent. | |
cellspacing | [0..1] | Anonymous | Specifies how much space the user agent should leave between the left side of the table and the left-hand side of the leftmost column, the top of the table and the top side of the topmost row, and so on for the right and bottom of the table. The attribute also specifies the amount of space to leave between cells. | |
cellpadding | [0..1] | Anonymous | Specifies the amount of space between the border of the cell and its contents. If the value of this attribute is a pixel length, all four margins should be this distance from the contents. If the value of the attribute is a percentage length, the top and bottom margins should be equally separated from the content based on a percentage of the available vertical space, and the left and right margins should be equally separated from the content based on a percentage of the available horizontal space. |
Used in
- Attribute group db.html.informaltable.attlist
- Attribute group db.html.table.attlist