Fluid Topics handles the <navtitle> element according to the following precedence rules:
-
If a
<navtitle>element is set at the map level, it is only taken into account iflocktitleis set toyes. -
A
<navtitle>element set at the map level takes precedence over a<navtitle>element set at the topic level. -
If a
<navtitle>element is set at the topic level, it does not need alocktitleat the map level. -
The
@navtitleattribute and the<navtitle>element in the<titlealts>of a topic are ignored unless the<topicref>element sets the attributelocktitle="yes".The
locktitleattribute affects both the table of contents and topic title in Fluid Topics. However, the topic title for HTML output continues to be based on the<title>element. -
The
@navtitleattribute actually changes metadata. When used at the map level, it can override the topic’s title, effectively renaming it in the context of the map. -
If multiple
navtitlesare defined, the precedence order is as follow:-
<navtitle>element at the map level. -
@navtitleattribute at the map level. -
<navtitle>element at the topics level.
-