On Sat, Feb 25, 2006 at 10:28:13AM -0000, [EMAIL PROTECTED] wrote: > Author: spepping > Date: Sat Feb 25 02:28:10 2006 > New Revision: 380917 > > URL: http://svn.apache.org/viewcvs?rev=380917&view=rev > Log: > InlineLM properly creates an AligmentContext for Title. > Add 2006 to the copyright lines of my previous commit. > > Added: > > xmlgraphics/fop/trunk/test/layoutengine/standard-testcases/title_non-empty.xml > (with props) > Modified: > > xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/LayoutManagerMaker.java > > xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/LayoutManagerMapping.java > > xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/inline/ContentLayoutManager.java > > xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/inline/InlineLayoutManager.java > xmlgraphics/fop/trunk/test/layoutengine/standard-testcases/title_empty.xml
This commit breaks two intermediate tests, for title_non-empty.xml and title_linefeed-treatment, with the message that title is an unhandled element. This is due to the title appearing in the area tree. Because I think this calls for an addition to the intermediate format, I have committed my changes anyway. Regards, Simon -- Simon Pepping home page: http://www.leverkruid.nl
