You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@xmlgraphics.apache.org by Pascal Sancho <ps...@gmail.com> on 2014/11/27 09:53:03 UTC

Re: svn commit: r1641840 - /xmlgraphics/site/trunk/content/fop/fo.mdtext

Hi,

The FOP compliance page needs to be updated too ;)

2014-11-26 17:08 GMT+01:00  <lb...@apache.org>:
> Author: lbernardo
> Date: Wed Nov 26 16:08:57 2014
> New Revision: 1641840
>
> URL: http://svn.apache.org/r1641840
> Log:
> added info about fo:float support
>
> Modified:
>     xmlgraphics/site/trunk/content/fop/fo.mdtext
>
> Modified: xmlgraphics/site/trunk/content/fop/fo.mdtext
> URL: http://svn.apache.org/viewvc/xmlgraphics/site/trunk/content/fop/fo.mdtext?rev=1641840&r1=1641839&r2=1641840&view=diff
> ==============================================================================
> --- xmlgraphics/site/trunk/content/fop/fo.mdtext (original)
> +++ xmlgraphics/site/trunk/content/fop/fo.mdtext Wed Nov 26 16:08:57 2014
> @@ -276,6 +276,16 @@ To write "This page is intentionally lef
>        </fo:page-sequence>
>      </fo:root>
>
> +### Floats {#floats}
> +
> +Floats (fo:float) are supported with some limitations:
> +
> +- the "clear" fo:float attribute is ignored; only the float attribute (left or right) is used
> +- overlapping of floats in the Y is not handled (even in the case there would not be overlap in the X direction)
> +- floats that extend beyond the body region are not properly handled and will overflow past the edge of the region
> +- if a float extends to bottom of the body region and there are footnotes in the page the float may overlap with the footnote region
> +- floats next to a table are not supported unless the start and end of the table happens in between the start and end of the float
> +
>  ### Preformatting Content { #fo-preformat}
>
>  Sometimes it is desirable to retain linebreaks and hard spaces, and to get preformatted text to pass through without being changed. The XSL-FO specification provides some properties for this: [white-space-collapse](http://www.w3.org/TR/xsl11/#white-space-collapse) and [linefeed-treatment](http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#white-space-collapse). In FOP, use white-space-collapse="false" on an enclosing block.
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: commits-unsubscribe@xmlgraphics.apache.org
> For additional commands, e-mail: commits-help@xmlgraphics.apache.org
>



-- 
pascal

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


Re: svn commit: r1641840 - /xmlgraphics/site/trunk/content/fop/fo.mdtext

Posted by Luis Bernardo <lm...@gmail.com>.
Yes, I will do that too. The document change has not been published yet
since it is premature before the code is in trunk.

On Thu, Nov 27, 2014 at 8:53 AM, Pascal Sancho <ps...@gmail.com>
wrote:

> Hi,
>
> The FOP compliance page needs to be updated too ;)
>
> 2014-11-26 17:08 GMT+01:00  <lb...@apache.org>:
> > Author: lbernardo
> > Date: Wed Nov 26 16:08:57 2014
> > New Revision: 1641840
> >
> > URL: http://svn.apache.org/r1641840
> > Log:
> > added info about fo:float support
> >
> > Modified:
> >     xmlgraphics/site/trunk/content/fop/fo.mdtext
> >
> > Modified: xmlgraphics/site/trunk/content/fop/fo.mdtext
> > URL:
> http://svn.apache.org/viewvc/xmlgraphics/site/trunk/content/fop/fo.mdtext?rev=1641840&r1=1641839&r2=1641840&view=diff
> >
> ==============================================================================
> > --- xmlgraphics/site/trunk/content/fop/fo.mdtext (original)
> > +++ xmlgraphics/site/trunk/content/fop/fo.mdtext Wed Nov 26 16:08:57 2014
> > @@ -276,6 +276,16 @@ To write "This page is intentionally lef
> >        </fo:page-sequence>
> >      </fo:root>
> >
> > +### Floats {#floats}
> > +
> > +Floats (fo:float) are supported with some limitations:
> > +
> > +- the "clear" fo:float attribute is ignored; only the float attribute
> (left or right) is used
> > +- overlapping of floats in the Y is not handled (even in the case there
> would not be overlap in the X direction)
> > +- floats that extend beyond the body region are not properly handled
> and will overflow past the edge of the region
> > +- if a float extends to bottom of the body region and there are
> footnotes in the page the float may overlap with the footnote region
> > +- floats next to a table are not supported unless the start and end of
> the table happens in between the start and end of the float
> > +
> >  ### Preformatting Content { #fo-preformat}
> >
> >  Sometimes it is desirable to retain linebreaks and hard spaces, and to
> get preformatted text to pass through without being changed. The XSL-FO
> specification provides some properties for this: [white-space-collapse](
> http://www.w3.org/TR/xsl11/#white-space-collapse) and
> [linefeed-treatment](
> http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#white-space-collapse).
> In FOP, use white-space-collapse="false" on an enclosing block.
> >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: commits-unsubscribe@xmlgraphics.apache.org
> > For additional commands, e-mail: commits-help@xmlgraphics.apache.org
> >
>
>
>
> --
> pascal
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: general-unsubscribe@xmlgraphics.apache.org
> For additional commands, e-mail: general-help@xmlgraphics.apache.org
>
>