Navtitle within Topicgroup Adds Anchor in Webhelp Output
Posted: Thu Jan 23, 2020 11:31 pm
Hello,
When generating webhelp responsive output, we noticed that, in the left navigation area, an anchor tag wraps the <navtitle/> content (e.g., Creation) in the resulting webhelp HTML (capture below). We'd like is to see the value of <navtitle/> in the left nav; however, we'd prefer its content not link at all. When we output to HTML5, the <navtitle/> content displays without an anchor (capture below), as we'd like it.
With regards to this <navtitle/>, how do we reconfigure our source, or what is the best way to customize webhelp responsive behavior for this issue? (Also, it would be helpful to get feedback from you as to whether the added anchor tag in the webhelp output is a bug or by design.)
Thanks in advance.
Sean H.
Relevant Ditamap Source:
.....
<topicgroup>
<topichead>
<topicmeta>
<navtitle>Creation</navtitle>
</topicmeta>
<!-- Categories -->
<topicgroup>
<topicref href="topics/concept/settings-categories.dita" navtitle="Categories"
locktitle="yes" type="concept" format="dita" keyscope="ui">
....
When generating webhelp responsive output, we noticed that, in the left navigation area, an anchor tag wraps the <navtitle/> content (e.g., Creation) in the resulting webhelp HTML (capture below). We'd like is to see the value of <navtitle/> in the left nav; however, we'd prefer its content not link at all. When we output to HTML5, the <navtitle/> content displays without an anchor (capture below), as we'd like it.
With regards to this <navtitle/>, how do we reconfigure our source, or what is the best way to customize webhelp responsive behavior for this issue? (Also, it would be helpful to get feedback from you as to whether the added anchor tag in the webhelp output is a bug or by design.)
Thanks in advance.
Sean H.
Relevant Ditamap Source:
.....
<topicgroup>
<topichead>
<topicmeta>
<navtitle>Creation</navtitle>
</topicmeta>
<!-- Categories -->
<topicgroup>
<topicref href="topics/concept/settings-categories.dita" navtitle="Categories"
locktitle="yes" type="concept" format="dita" keyscope="ui">
....