Syntax #
p.title.alternative
Purpose #
The p.title.alternative annotation tags a paragraph element as an alternate title for its section. This title defaults to a navigation title, but could also tag an element as a search title.
This annotation can act as a non-specific version of p.title.navigation and p.title.search.
Examples #
The following is an example of a time where you might want to use the p.title.alternative annotation:
The following is an example of a rule that will apply p.title.alternative:
The following is an example of the DITA output you would get from this annotation.
<title>Alternate Title</title>
<titlealts>
<navtitle>Loud Animals</navtitle>
</titlealts></titlealts><title>Figure 2. Happy Face</title></fig>