segtitle
segtitle — The title of an element of a list item in a segmented list.
Synopsis
segtitle ::= × ⏵
- Zero or more of:
- text
- Bibliography inlines ⏵
- Error inlines ⏵
- Graphic inlines ⏵
- GUI inlines ⏵
- Indexing inlines ⏵
- Keyboard inlines ⏵
- Linking inlines ⏵
- Markup inlines ⏵
- Math inlines ⏵
- Object-oriented programming inlines ⏵
- Operating system inlines ⏵
- Product inlines ⏵
- Programming inlines ⏵
- Publishing inlines ⏵
- Technical inlines ⏵
- Ubiquitous inlines ⏵
Attributes
Common attributes and common linking attributes.
No additional attributes.
Description
Each heading in a segmentedlist
is contained in
its own segtitle
.
The relationship between segtitle
s and
seg
s is implicit in the document; the first
segtitle
goes with the first seg
in each seglistitem
, the second
segtitle
goes with the second seg
,
and so on.
Processing expectations
Segmented lists can be formatted in a number of ways. Two
popular formats are tabular and as a list of repeated headings and
elements. In a tabular presentation, each segtitle
is a column heading. In the
list presentation, each segtitle
is repeated before
the corresponding seg
.
Attributes
Common attributes and common linking attributes.
- any attribute
Any attribute in any other explicit namespace
Parents
1 element contains segtitle
. × ⏵
Children
115 elements occur in segtitle
. × ⏵
Examples
See segmentedlist
for an example that uses this element.