<stentry>
A simple table entry represents a single cell within a simple table.
Content model
(Text | <audio>
| <dl>
| <div>
| <example>
| <fig>
| <image>
| <lines>
| <lq>
| <note>
| <object>
| <ol>
| <p>
| <pre>
| <sl>
| <ul>
| <video>
| <cite>
| <include>
| <keyword>
| <ph>
| <q>
| <term>
| <text>
| <tm>
| <xref>
| <data>
| <foreign>
| <draft-comment>
| <fn>
| <indexterm>
| <required-cleanup>
)*
Contained by
Contained by
Inheritance
- topic/stentry
The <stentry>
element is a base element type. It is defined in the topic module.
Attributes
The following attributes are available on this element: table accessibility attributes, universal attributes, and the attributes defined below.
The following attributes are available on this element: universal attributes and the attributes defined below.
@colspan
- Specifies the number of columns that a cell is to span inside a simple table.
@headers
- Specifies which entries in the current
table provide headers for this cell. The
@headers
attribute contains an unordered set of unique, space-separated tokens, each of which is an ID reference of an entry from the same table. @rowspan
- Specifies the number of rows that a cell is to span inside a simple table.
@scope
(link-relationship attributes)- Specifies the closeness of the relationship between the
current document and the referenced resource. The following values are valid:
local, peer,
external, and
-dita-use-conref-target.
See The scope attribute for detailed information on supported values and processing implications.