$variablelist-termlength-threshold

$variablelist-termlength-threshold — Threshold value for considering varlistentry terms “long”

Parameter:
{}variablelist-termlength-threshold
Defined in:
param.xsl
Used in:
param.xsl, modules/attributes.xsl

Synopsis

  |$variablelist-termlength-threshold := 20

Description

If the sum of the lengths of the term elements in a varlistentry exceeds this threshold, the variable list will have a “long” class. This can be used in CSS or in other downstream processing to decide whether or not the terms and their corresponding list items should be aligned side-by-side.

The length computation is just the number of characters. No attempt is made to adjust for wide or narrow characters.