aboutsummaryrefslogtreecommitdiffstats
path: root/src/documentation/content
diff options
context:
space:
mode:
authorWilliam Victor Mote <vmote@apache.org>2003-09-01 12:15:52 +0000
committerWilliam Victor Mote <vmote@apache.org>2003-09-01 12:15:52 +0000
commit633eb0539172a3830b5d2503b960c524a0863655 (patch)
tree22b2cc644992f57825ec8895a9cc7189ea7daf51 /src/documentation/content
parent454a54eebec9c5dd122a99e0fa09dbe5936852b1 (diff)
downloadxmlgraphics-fop-633eb0539172a3830b5d2503b960c524a0863655.tar.gz
xmlgraphics-fop-633eb0539172a3830b5d2503b960c524a0863655.zip
add comments about current implementation of block-container object, submitted by Chris Bowditch [bowditch_chris@hotmail.com]; see
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22811 git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196879 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation/content')
-rw-r--r--src/documentation/content/xdocs/compliance.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/documentation/content/xdocs/compliance.xml b/src/documentation/content/xdocs/compliance.xml
index dbc95c69d..cd307e486 100644
--- a/src/documentation/content/xdocs/compliance.xml
+++ b/src/documentation/content/xdocs/compliance.xml
@@ -45,7 +45,10 @@ So, for example, a given item may be blue either because it is not required at t
</level-2>
<level-2 name="Block Formatting Objects" citation="§6.5" extURL="slice6.html#section-N12764-Block-level-Formatting-Objects" ref-name="block">
<level-3 name="block" citation="§6.5.2" extURL="slice6.html#fo_block" compliance-level="1" comply="yes"/>
- <level-3 name="block-container" citation="§6.5.3" extURL="slice6.html#fo_block-container" compliance-level="2" comply="partial"/>
+ <level-3 name="block-container" citation="§6.5.3" extURL="slice6.html#fo_block-container" compliance-level="2" comply="partial">
+ <comment>Currently only works as direct child of fo:flow.</comment>
+ <comment>For absolute positioning, use 'position="absolute"' (as 'absolute-position="absolute"' is not implemented), and specify all four of "left", "top", "width" and "height"</comment>
+ </level-3>
</level-2>
<level-2 name="Inline Formatting Objects" citation="§6.6" extURL="slice6.html#section-N13277-Inline-level-Formatting-Objects" ref-name="inline">
<level-3 name="bidi-override" citation="§6.6.2" extURL="slice6.html#fo_bidi-override" compliance-level="2" comply="no"/>