You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by vm...@apache.org on 2003/05/01 02:57:50 UTC

cvs commit: xml-fop/src/documentation/content/xdocs compliance.xml fo.xml

vmote       2003/04/30 17:57:50

  Modified:    src/documentation/content/xdocs compliance.xml fo.xml
  Log:
  Add comments re: display-align in compliance.xml. Replace implementation information in fo.xml with a reference to compliance.xml.
  
  Revision  Changes    Path
  1.16      +3 -1      xml-fop/src/documentation/content/xdocs/compliance.xml
  
  Index: compliance.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/compliance.xml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- compliance.xml	17 Apr 2003 16:30:25 -0000	1.15
  +++ compliance.xml	1 May 2003 00:57:50 -0000	1.16
  @@ -269,7 +269,9 @@
             <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"/>
  
  
  
  1.2       +1 -1      xml-fop/src/documentation/content/xdocs/fo.xml
  
  Index: fo.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/fo.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- fo.xml	14 Apr 2003 16:40:44 -0000	1.1
  +++ fo.xml	1 May 2003 00:57:50 -0000	1.2
  @@ -86,7 +86,7 @@
           <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"?>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: fop-cvs-help@xml.apache.org