From ddaf8b2ad8b8241641d9406805319709e17b2f0d Mon Sep 17 00:00:00 2001 From: Kelly Campbell Date: Fri, 23 Feb 2001 06:00:29 +0000 Subject: Patch for list-block to support body-start and label-end PR: 682 Obtained from: Submitted by: Peter S. Housel Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194086 13f79535-47bb-0310-9956-ffa450edef68 --- docs/xml-docs/fop/limitations.xml | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'docs/xml-docs/fop') 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 @@

- -

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.

-

At the moment FOP only implements the second way. Therefore a list has a basic structure like this:

-

<fo:list-block>

-

<fo:list-item>

-

<fo:list-item-label><fo:block></fo:block></fo:list-item-label>

-

<fo:list-item-body><fo:block></fo:block></fo:list-item-body>

-

</fo:list-item>

-

</fo:list-block>

-

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 -- cgit v1.2.3