From: Bob Stayton Date: Sun, 13 Oct 2013 21:06:50 +0000 (+0000) Subject: Clarify that list.block.spacing is not used in nested lists. X-Git-Tag: release/1.79.1~6^2~151 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c2f8489217c46e56481bae29f4838aec9d061c21;p=docbook-dsssl Clarify that list.block.spacing is not used in nested lists. --- diff --git a/xsl/params/list.block.spacing.xml b/xsl/params/list.block.spacing.xml index 377e6f8a8..639baaf28 100644 --- a/xsl/params/list.block.spacing.xml +++ b/xsl/params/list.block.spacing.xml @@ -25,5 +25,8 @@ Description Specify the spacing required before and after a list. It is necessary to specify the space after a list block because lists can come inside of paras. +This attribute set is not applied to nested lists, so that only the +list.item.spacing attribute-set is used, which provides +consistent spacing. diff --git a/xsl/params/list.item.spacing.xml b/xsl/params/list.item.spacing.xml index 21916520f..bdcf679eb 100644 --- a/xsl/params/list.item.spacing.xml +++ b/xsl/params/list.item.spacing.xml @@ -21,6 +21,8 @@ Description -Specify what spacing you want between each list item. +Specify what spacing you want before (and optionally after) each list item. +See also list.block.spacing, which sets +the spacing before and after an entire list.