callout
callout — A “called out” description of a marked area.
Synopsis
- One or more of:
bridgehead
dialogue
drama
poetry
remark
revhistory
- Indexing inlines
- Admonition elements
- Formal elements
- Graphic elements
- Informal elements
- List elements
- Paragraph elements
- Publishing elements
- Technical elements
- Verbatim elements
Attributes
Description
A “callout” is a visual device for associating annotations with an image, program listing, or similar figure. Each location is identified with a mark, and the annotation is identified with the same mark. This is somewhat analogous to the notion of footnotes in print.
An example will help illustrate the concept. In the following example, the synopsis for the mv command is annotated with two marks. Note the location of the old and new filenames.
mv ❶oldfile
❷newfile
Somewhere else in the document, usually close by, a
calloutlist
provides a description for each of the
callouts:
Each callout
contains an annotation for an
individual callout or a group of callouts. The
callout
points to the areas that it annotates with
ID references. The areas are identified by
coordinates in an area
or areaset
,
or by an explicit co
element.
Processing expectations
Formatted as a displayed block.
A callout
usually generates text that points
the reader to the appropriate area on the object being augmented.
Often, these are numbered bullets or other distinct visual icons. The
same icons should be used in both places. In other words, whatever
identifies the callouts on the object should generate the same icons
on the respective callouts.
In online environments, it may also be possible to establish a linking relationship between the two elements.
The processing expectations of callout
s are
likely to deserve special consideration for interchange. See Appendix C, Interchanging DocBook Documents. This is especially true if your
interchange partners are producing documentation in a medium that has
restricted visual presentation features, such as aural media or
Braille.
Attributes
- arearefs
Identifies the areas described by this callout.
Parents
These elements contain callout
: calloutlist
.
Children
The following elements occur in callout: address
, anchor
, bibliolist
, blockquote
, bridgehead
, calloutlist
, dialogue
, drama
, epigraph
, equation
, example
, figure
, formalpara
, glosslist
, indexterm
(db.indexterm.endofrange), indexterm
(db.indexterm.singular), indexterm
(db.indexterm.startofrange), informalequation
, informalexample
, informalfigure
, informaltable
, itemizedlist
, literallayout
, mediaobject
, note
, orderedlist
, para
, poetry
, procedure
, qandaset
, remark
, revhistory
, sidebar
, simpara
, simplelist
, table
, task
, variablelist
.