Re:

Why do you now want the border below the block-container? I thought
that's exactly what you didn't want. I'm confused.

Anyway, if you wanted to do that, you'd have to put the block-container
outside the table.

On 21.10.2008 11:35:02 Tacio Naja Domingos wrote:
> Thanks for your reply.
> 
> I asked because I spoke to a guy from Antenna house and he didn't know
> how to get the table-cell border below the block-container in their
> formatter. because you believe their implementation is correct, I
> thought you perhaps had some insight into how it was meant to be done,
> in Antenna House Formatter.
> 
> Thanks
> 
> 
> 
> ----- Original Message ----
> From: Jeremias Maerki <dev@jeremias-maerki.ch>
> To: www-xsl-fo@w3.org
> Cc: Tacio Naja Domingos <taciodomingos@yahoo.com>
> Sent: Tuesday, October 21, 2008 10:23:42 AM
> Subject: Re: 
> 
> You can't until we fix the bug in FOP.
> 
> On 21.10.2008 11:13:24 Tacio Naja Domingos wrote:
> > Thanks for your reply. In that you believe the Antenna House formatter
> > implementation is correct, do you know how I would, in theory, be able
> > to get the table-cell border displayed below the block-container
> > (current Fop behaviour)?
> > 
> > Thanks again
> > 
> > 
> > 
> > ----- Original Message ----
> > From: Jeremias Maerki <dev@jeremias-maerki.ch>
> > To: www-xsl-fo@w3.org
> > Cc: Tacio Naja Domingos <taciodomingos@yahoo.com>; fop-dev@xmlgraphics.apache.org
> > Sent: Monday, October 20, 2008 6:09:14 PM
> > Subject: Re: 
> > 
> > 
> > As much as it hurts to admit it (being a FOP developer), Antenna House
> > is right, I believe. The section in the spec that defines the layering
> > is this:
> > http://www.w3.org/TR/xsl11/#rend-layer
> > 
> > I guess that slipped through the cracks and we'll need to see to it that
> > this gets fixed. Thanks for bringing this up.
> > 
> > On 20.10.2008 12:20:53 Tacio Naja Domingos wrote:
> > > 
> > > I am running the below peace of code in both Fop 0.94 and Antenna house formatter, but get a rather different behaviour. I was hoping someone could point out which implementation is correct by directing me to the correct sentence in the FO spec.
> > > 
> > > In Fop the table border is drawn below the block-container. In Antenna house formatter, the table-cell border is above the block-container but the table-cell contents are below the block-container.
> > > 
> > > The code is:
> > > 
> > > <fo:table width="5cm" table-layout="fixed">
> > >     <fo:table-body>
> > >         <fo:table-row>
> > >             <fo:table-cell border-style="solid" border-color="black" border-width="1pt">
> > >                 <fo:block color="red" background-color="yellow">Below
> > >                 <fo:block-container absolute-position="absolute" top="0.15cm" left="0.25cm">
> > >                         <fo:block text-align="left">                        
> > >                             <fo:inline background-color="grey" keep-together="always">Above</fo:inline>                            
> > >                         </fo:block>
> > >                     </fo:block-container> 
> > > </fo:block>
> > >             </fo:table-cell>
> > >         </fo:table-row>
> > >     </fo:table-body>
> > > </fo:table>    
> > > 
> > > 
> > > Thanks for your help in advance.
> > > 
> > > Tacio
> > > 
> > 
> > 
> > 
> > Jeremias Maerki
> > 
> > 
> >      
> 
> 
> 
> 
> Jeremias Maerki
> 



Jeremias Maerki

Received on Tuesday, 21 October 2008 09:40:15 UTC