Hi

  Doesn't the following have to result in a table with a
border of 1pt, and two rules of 0.25pt?

    <fo:table border-style="solid" border-width="1pt">
      <fo:table-column column-width="100pt"/>
      <fo:table-body border-width="0.25pt">
        <fo:table-row>
          <fo:table-cell border-bottom-style="solid">
            <fo:block>
              <fo:inline>Line 1</fo:inline>
            </fo:block>
          </fo:table-cell>
        </fo:table-row>
        <fo:table-row>
          <fo:table-cell border-bottom-style="solid">
            <fo:block>
              <fo:inline>Line 2</fo:inline>
            </fo:block>
          </fo:table-cell>
        </fo:table-row>
        <fo:table-row>
          <fo:table-cell>
            <fo:block>
              <fo:inline>Line 3</fo:inline>
            </fo:block>
          </fo:table-cell>
        </fo:table-row>
      </fo:table-body>
    </fo:table>

  Actually, the two rules are of 1pt.  Is it expected?  I
thought that by "inherit", the value was the one of the
nearest ancestor with that value (well, the value in the
parent, itself maybe "inherit").

  So is the above result right or a bug?

  PS: I use FOP 0.92beta.

  Regards,

--drkm
























        

        
                
___________________________________________________________________________ 
Faites de Yahoo! votre page d'accueil sur le web pour retrouver directement vos 
services préférés : vérifiez vos nouveaux mails, lancez vos recherches et 
suivez l'actualité en temps réel. 
Rendez-vous sur http://fr.yahoo.com/set

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to