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 <[email protected]> wrote: > Hi, > > The FOP compliance page needs to be updated too ;) > > 2014-11-26 17:08 GMT+01:00 <[email protected]>: > > 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: [email protected] > > For additional commands, e-mail: [email protected] > > > > > > -- > pascal > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
