On Wed, 2 Nov 2005 05:14 am, Simon Pepping wrote:
> On Tue, Nov 01, 2005 at 06:54:08PM +0100, Andreas L Delmelle wrote:
> > On Nov 1, 2005, at 16:03, Manuel Mall wrote:
> > >Assuming everything else is at default settings what is the
> > > expected outcome for:
> > ><fo:block linefeed-treatment="preserve">
> > >line 1
> > ></fo:block>
> > >
> > >Is it a)
> > ><empty line>
> > >line 1
> > ><empty line>
> >
> > This one, IMO.
>
> I agree, a)
>
Same as Simon, Joerg and Andreas I thought a) as well but am now 
confused because both AntennaHouse and RenderX render:
<empty line>
line 1

Also the following HTML:
<div style="white-space:pre">
line 1
</div>

renders in Firefox and Opera as:
<empty line>
line 1

that is it its identical to the output of:
<div style="white-space:pre">
line 1</div>

> Simon

Are we all missing something or ...

Manuel

Reply via email to