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 je...@apache.org on 2005/05/20 08:38:21 UTC

cvs commit: xml-fop/test/layoutengine/testcases footnotes2.xml footnotes1.xml

jeremias    2005/05/19 23:38:21

  Modified:    test/layoutengine/testcases footnotes2.xml footnotes1.xml
  Log:
  Using vertical-align="top" instead of "super". (thanks Luca)
  
  Revision  Changes    Path
  1.2       +3 -3      xml-fop/test/layoutengine/testcases/footnotes2.xml
  
  Index: footnotes2.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/test/layoutengine/testcases/footnotes2.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- footnotes2.xml	18 May 2005 08:57:11 -0000	1.1
  +++ footnotes2.xml	20 May 2005 06:38:21 -0000	1.2
  @@ -33,8 +33,8 @@
             <fo:block font-size="6pt" background-color="orange" border="solid 0.1pt">I'm a block serving as a footnote separator. I'm on page <fo:page-number/>.</fo:block>
           </fo:static-content>
           <fo:flow flow-name="xsl-region-body">
  -          <fo:block>This is a block with a footnote<fo:footnote><fo:inline font-size="50%" vertical-align="super">1</fo:inline><fo:footnote-body><fo:block><fo:inline font-size="50%" vertical-align="super">1</fo:inline>I'm a footnote!</fo:block></fo:footnote-body></fo:footnote> in it.</fo:block>
  -          <fo:block>This is a block with another footnote<fo:footnote><fo:inline font-size="50%" vertical-align="super">2</fo:inline><fo:footnote-body><fo:block><fo:inline font-size="50%" vertical-align="super">2</fo:inline>I'm another footnote!</fo:block></fo:footnote-body></fo:footnote>.</fo:block>
  +          <fo:block>This is a block with a footnote<fo:footnote><fo:inline font-size="50%" vertical-align="top">1</fo:inline><fo:footnote-body><fo:block><fo:inline font-size="50%" vertical-align="top">1</fo:inline>I'm a footnote!</fo:block></fo:footnote-body></fo:footnote> in it.</fo:block>
  +          <fo:block>This is a block with another footnote<fo:footnote><fo:inline font-size="50%" vertical-align="top">2</fo:inline><fo:footnote-body><fo:block><fo:inline font-size="50%" vertical-align="top">2</fo:inline>I'm another footnote!</fo:block></fo:footnote-body></fo:footnote>.</fo:block>
             <fo:block>filling 1...</fo:block>
             <fo:block background-color="yellow">filling 2...</fo:block>
             <fo:block>filling 3...</fo:block>
  
  
  
  1.2       +2 -2      xml-fop/test/layoutengine/testcases/footnotes1.xml
  
  Index: footnotes1.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/test/layoutengine/testcases/footnotes1.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- footnotes1.xml	18 May 2005 07:56:42 -0000	1.1
  +++ footnotes1.xml	20 May 2005 06:38:21 -0000	1.2
  @@ -30,7 +30,7 @@
         </fo:layout-master-set>
         <fo:page-sequence master-reference="normal" white-space-collapse="true">
           <fo:flow flow-name="xsl-region-body">
  -          <fo:block>This is a block with a footnote<fo:footnote><fo:inline font-size="50%" vertical-align="super">1</fo:inline><fo:footnote-body><fo:block><fo:inline font-size="50%" vertical-align="super">1</fo:inline>I'm a footnote!</fo:block></fo:footnote-body></fo:footnote> in it.</fo:block>
  +          <fo:block>This is a block with a footnote<fo:footnote><fo:inline font-size="50%" vertical-align="top">1</fo:inline><fo:footnote-body><fo:block><fo:inline font-size="50%" vertical-align="top">1</fo:inline>I'm a footnote!</fo:block></fo:footnote-body></fo:footnote> in it.</fo:block>
             <fo:block>This is another block without a footnote.</fo:block>
             <fo:block>filling 1...</fo:block>
             <fo:block background-color="yellow">filling 2...</fo:block>
  
  
  

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