]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Add comments re: display-align in compliance.xml. Replace implementation information...
authorWilliam Victor Mote <vmote@apache.org>
Thu, 1 May 2003 00:57:50 +0000 (00:57 +0000)
committerWilliam Victor Mote <vmote@apache.org>
Thu, 1 May 2003 00:57:50 +0000 (00:57 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196379 13f79535-47bb-0310-9956-ffa450edef68

src/documentation/content/xdocs/compliance.xml
src/documentation/content/xdocs/fo.xml

index bd003df0bae587c77716ccc5adc8cd79b265f317..9507e488f815cc1a05ad038a4eab0d4def94a513 100644 (file)
@@ -269,7 +269,9 @@ want it to.</comment>
           <level-3 name="alignment-baseline" citation="§7.13.2" extURL="slice7.html#alignment-baseline" compliance-level="1" comply="no"/>
           <level-3 name="baseline-shift" citation="§7.13.3" extURL="slice7.html#baseline-shift" compliance-level="1" comply="no"/>
           <level-3 name="display-align" citation="§7.13.4" extURL="slice7.html#display-align" compliance-level="2" comply="partial">
-            <comment>works on table-cell</comment>
+            <comment>Implemented only for table-cell and block-container.</comment>
+            <comment>For table-cell, the "height" attribute must be set for the parent table-row; setting the height of the table or the table-cell results in vertical centering having no effect.
+</comment>
           </level-3>
           <level-3 name="dominant-baseline" citation="§7.13.5" extURL="slice7.html#dominant-baseline" compliance-level="1" comply="no"/>
           <level-3 name="relative-align" citation="§7.13.6" extURL="slice7.html#relative-align" compliance-level="2" comply="no"/>
index a05996a7c35aff00644667d928047ff48c832a36..b0a8fdbd6b77c3009372e91b9ae995a0cbf3e4c8 100644 (file)
@@ -86,7 +86,7 @@ If you view their output with something not aware of the encoding, like Notepad
         <title>Vertical Centering</title>
         <p>
           To vertically center an image, table, or other item, use display-align="center".
-FOP implements this for block containers and table cell.
+See <link href="compliance.html#fo-property-display-align">display-align Compliance</link> for implementation status.
 Here is a small, self-contained document centering an image on a page:
         </p>
         <source><![CDATA[<?xml version="1.0"?>