Inspectopedia
 
2024.3

Combinable elements

Info
New
Last modified: 03 December 2024

Detects elements that can be combined.

Such elements as <var>, <title>, <web-file-name>, <show-structure>, <help-id>, <card-summary>, <link-summary>, and <web-summary> are generally one per topic or chapter. If you define them multiple times with overlapping scopes, they can usually be combined for clarity.

For example:

<title instance="foo">Custom title</title> <title instance="bar">Custom title</title>

Can be combined as:

<title instance="foo,bar">Custom title</title>