]> granicus.if.org Git - docbook-dsssl/commitdiff
Clarify that list.block.spacing is not used in nested lists.
authorBob Stayton <bobs@sagehill.net>
Sun, 13 Oct 2013 21:06:50 +0000 (21:06 +0000)
committerBob Stayton <bobs@sagehill.net>
Sun, 13 Oct 2013 21:06:50 +0000 (21:06 +0000)
xsl/params/list.block.spacing.xml
xsl/params/list.item.spacing.xml

index 377e6f8a89287ae6eeec2082b18d0663cc6cb563..639baaf28ac4c3c8e1fbbe70fd6961f382a7bf6a 100644 (file)
@@ -25,5 +25,8 @@
 </refsynopsisdiv>
 <refsection><info><title>Description</title></info>
 <para>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.  </para>
+<para>This attribute set is not applied to nested lists, so that only the
+<paramter>list.item.spacing</paramter> attribute-set is used, which provides 
+consistent spacing.</para>
 </refsection>
 </refentry>
index 21916520fb869f058f4b351f4e0b8a893c68b78f..bdcf679eb72dec228730a13ca5e61c48a7207a2c 100644 (file)
@@ -21,6 +21,8 @@
 </xsl:attribute-set></src:fragment>
 </refsynopsisdiv>
 <refsection><info><title>Description</title></info>
-<para>Specify what spacing you want between each list item.</para>
+<para>Specify what spacing you want before (and optionally after) each list item.</para>
+<para>See also <parameter>list.block.spacing</parameter>, which sets
+the spacing before and after an entire list.</para>
 </refsection>
 </refentry>