db.html.th.attlist
Attribute group information
Namespace: http://docbook.org/ns/docbook
Schema document: docbook.xsd
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
xml:id | [0..1] | Unspecified | from group db.common.attributes | |
version | [0..1] | xsd:anySimpleType | Specifies the DocBook version of the element and its descendants | from group db.common.base.attributes |
xml:lang | [0..1] | Unspecified | from group db.common.base.attributes | |
xml:base | [0..1] | Unspecified | from group db.common.base.attributes | |
remap | [0..1] | xsd:anySimpleType | Provides the name or similar semantic identifier assigned to the content in some previous markup scheme | from group db.common.base.attributes |
xreflabel | [0..1] | xsd:anySimpleType | Provides the text that is to be generated for a cross reference to the element | from group db.common.base.attributes |
revisionflag | [0..1] | db.revisionflag.enumeration | Identifies the revision status of the element | from group db.common.base.attributes |
dir | [0..1] | db.dir.enumeration | Identifies the direction of text in an element | from group db.common.base.attributes |
arch | [0..1] | xsd:anySimpleType | Designates the computer or chip architecture to which the element applies | from group db.effectivity.attributes |
audience | [0..1] | xsd:anySimpleType | Designates the intended audience to which the element applies, for example, system administrators, programmers, or new users. | from group db.effectivity.attributes |
condition | [0..1] | xsd:anySimpleType | provides a standard place for application-specific effectivity | from group db.effectivity.attributes |
conformance | [0..1] | xsd:anySimpleType | Indicates standards conformance characteristics of the element | from group db.effectivity.attributes |
os | [0..1] | xsd:anySimpleType | Indicates the operating system to which the element is applicable | from group db.effectivity.attributes |
revision | [0..1] | xsd:anySimpleType | Indicates the editorial revision to which the element belongs | from group db.effectivity.attributes |
security | [0..1] | xsd:anySimpleType | Indicates something about the security level associated with the element to which it applies | from group db.effectivity.attributes |
userlevel | [0..1] | xsd:anySimpleType | Indicates the level of user experience for which the element applies | from group db.effectivity.attributes |
vendor | [0..1] | xsd:anySimpleType | Indicates the computer vendor to which the element applies. | from group db.effectivity.attributes |
wordsize | [0..1] | xsd:anySimpleType | Indicates the word size (width in bits) of the computer architecture to which the element applies | from group db.effectivity.attributes |
annotations | [0..1] | xsd:anySimpleType | Identifies one or more annotations that apply to this element | from group db.common.attributes |
class | [0..1] | xsd:anySimpleType | This attribute assigns a class name or set of class names to an element. Any number of elements may be assigned the same class name or names. Multiple class names must be separated by white space characters. | from group db.html.coreattrs |
style | [0..1] | xsd:anySimpleType | This attribute specifies style information for the current element. | from group db.html.coreattrs |
title | [0..1] | xsd:anySimpleType | This attribute offers advisory information about the element for which it is set. | from group db.html.coreattrs |
lang | [0..1] | xsd:anySimpleType | This attribute specifies the base language of an element's attribute values and text content. The default value of this attribute is unknown. | from group db.html.i18n |
onclick | [0..1] | xsd:anySimpleType | Occurs when the pointing device button is clicked over an element. | from group db.html.events |
ondblclick | [0..1] | xsd:anySimpleType | Occurs when the pointing device button is double clicked over an element. | from group db.html.events |
onmousedown | [0..1] | xsd:anySimpleType | Occurs when the pointing device button is pressed over an element. | from group db.html.events |
onmouseup | [0..1] | xsd:anySimpleType | Occurs when the pointing device button is released over an element. | from group db.html.events |
onmouseover | [0..1] | xsd:anySimpleType | Occurs when the pointing device is moved onto an element. | from group db.html.events |
onmousemove | [0..1] | xsd:anySimpleType | Occurs when the pointing device is moved while it is over an element. | from group db.html.events |
onmouseout | [0..1] | xsd:anySimpleType | Occurs when the pointing device is moved away from an element. | from group db.html.events |
onkeypress | [0..1] | xsd:anySimpleType | Occurs when a key is pressed and released over an element. | from group db.html.events |
onkeydown | [0..1] | xsd:anySimpleType | Occurs when a key is pressed down over an element. | from group db.html.events |
onkeyup | [0..1] | xsd:anySimpleType | Occurs when a key is released over an element. | from group db.html.events |
abbr | [0..1] | xsd:anySimpleType | Provides an abbreviated form of the cell's content and may be rendered by user agents when appropriate in place of the cell's content. Abbreviated names should be short since user agents may render them repeatedly. For instance, speech synthesizers may render the abbreviated headers relating to a particular cell before rendering that cell's content. | from group db.html.tablecell.attributes |
axis | [0..1] | xsd:anySimpleType | This attribute may be used to place a cell into conceptual categories that can be considered to form axes in an n-dimensional space. User agents may give users access to these categories (e.g., the user may query the user agent for all cells that belong to certain categories, the user agent may present a table in the form of a table of contents, etc.). Please consult an HTML reference for more details. | from group db.html.tablecell.attributes |
headers | [0..1] | xsd:anySimpleType | Specifies the list of header cells that provide header information for the current data cell. The value of this attribute is a space-separated list of cell names; those cells must be named by setting their id attribute. Authors generally use the headers attribute to help non-visual user agents render header information about data cells (e.g., header information is spoken prior to the cell data), but the attribute may also be used in conjunction with style sheets. | from group db.html.tablecell.attributes |
scope | [0..1] | Anonymous | Specifies the set of data cells for which the current header cell provides header information. This attribute may be used in place of the headers attribute, particularly for simple tables. | from group db.html.tablecell.attributes |
rowspan | [0..1] | xsd:nonNegativeInteger | Specifies the number of rows spanned by the current cell. The default value of this attribute is one (1 ). The value zero (0 ) means that the cell spans all rows from the current row to the last row of the table section (thead , tbody , or tfoot ) in which the cell is defined. | from group db.html.tablecell.attributes |
colspan | [0..1] | xsd:nonNegativeInteger | Specifies the number of columns spanned by the current cell. The default value of this attribute is one (1 ). The value zero (0 ) means that the cell spans all columns from the current column to the last column of the column group (colgroup ) in which the cell is defined. | from group db.html.tablecell.attributes |
align | [0..1] | Anonymous | Specifies the alignment of data and the justification of text in a cell. | from group db.html.cellhalign |
char | [0..1] | xsd:anySimpleType | This attribute specifies a single character within a text fragment to act as an axis for alignment. The default value for this attribute is the decimal point character for the current language as set by the lang attribute (e.g., the period in English and the comma in French). User agents are not required to support this attribute. | from group db.html.cellhalign |
charoff | [0..1] | Anonymous | When present, this attribute specifies the offset to the first occurrence of the alignment character on each line. If a line doesn't include the alignment character, it should be horizontally shifted to end at the alignment position. When charoff is used to set the offset of an alignment character, the direction of offset is determined by the current text direction (set by the dir attribute). In left-to-right texts (the default), offset is from the left margin. In right-to-left texts, offset is from the right margin. User agents are not required to support this attribute. | from group db.html.cellhalign |
valign | [0..1] | Anonymous | Specifies the vertical position of data within a cell. | from group db.html.cellvalign |
Used in
- Anonymous type of element th