diff options
author | Kelly Campbell <kellyc@apache.org> | 2001-02-23 06:00:29 +0000 |
---|---|---|
committer | Kelly Campbell <kellyc@apache.org> | 2001-02-23 06:00:29 +0000 |
commit | ddaf8b2ad8b8241641d9406805319709e17b2f0d (patch) | |
tree | fb9ec046012a7514c4ba31826468f717a577f39a /docs/xml-docs/fop | |
parent | 20eb35ecb4511689c56bdf21c73eb03591e37d67 (diff) | |
download | xmlgraphics-fop-ddaf8b2ad8b8241641d9406805319709e17b2f0d.tar.gz xmlgraphics-fop-ddaf8b2ad8b8241641d9406805319709e17b2f0d.zip |
Patch for list-block to support body-start and label-end
PR: 682
Obtained from:
Submitted by: Peter S. Housel <housel@acm.org>
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194086 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/xml-docs/fop')
-rw-r--r-- | docs/xml-docs/fop/limitations.xml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/docs/xml-docs/fop/limitations.xml b/docs/xml-docs/fop/limitations.xml index 33fcbc4cc..fd3b1288f 100644 --- a/docs/xml-docs/fop/limitations.xml +++ b/docs/xml-docs/fop/limitations.xml @@ -20,18 +20,6 @@ </p> </s2> - <s2 title="list-block"> - <p>The fo working draft allows describes two ways to markup lists.The list-block must have as - children either: 1) pairs of fo:list-item-label and fo:list-item-body formatting objects, or - 2) fo:list-item formatting objects.</p> - <p>At the moment FOP only implements the second way. Therefore a list has a basic structure like this:</p> - <p><code><fo:list-block></code></p> - <p><code><fo:list-item></code></p> - <p><code><fo:list-item-label><fo:block></fo:block></fo:list-item-label></code></p> - <p><code><fo:list-item-body><fo:block></fo:block></fo:list-item-body></code></p> - <p><code></fo:list-item></code></p> - <p><code></fo:list-block></code></p> - </s2> <s2 title="Padding"> <p>Padding works in conjunction with indents and spaces. It is only implemented for blocks. At the moment padding can't be used to make extra space (indents+spaces |