aboutsummaryrefslogtreecommitdiffstats
path: root/src/documentation/content/xdocs
diff options
context:
space:
mode:
authorAdrian Cumiskey <acumiskey@apache.org>2008-04-01 15:08:24 +0000
committerAdrian Cumiskey <acumiskey@apache.org>2008-04-01 15:08:24 +0000
commit068f78cf23e72c8f596c982eda4f295e7e7d5aed (patch)
tree03c06b88a10430c9fe3b1be2872fe661a5efb4ae /src/documentation/content/xdocs
parent8aea6dca9c87eceacace44a78534f23f45096162 (diff)
downloadxmlgraphics-fop-068f78cf23e72c8f596c982eda4f295e7e7d5aed.tar.gz
xmlgraphics-fop-068f78cf23e72c8f596c982eda4f295e7e7d5aed.zip
Merged revisions 611142,611175,611278,611285,611766-611768,612560,612785,612815-612816,612825,613144,613185,613828,613831,613835,613896,614156,614169-614170,614191,614201-614202,614566,614845,614920,614924,614964,614966,614993,615144,615164,615197,615251,615598,615604,615845,615906,615917,616080,616191,616260,616334,616485,616691,616694,616798,617126,617473,617512,617531,617550,617708,617716,617765,617812,617907,617909,617976,617989,618239,618470,618626-618627,618992,619417,619461,619670,619674,619790,619854,619856,619870,619923,619979,620272,620276-620278,620283,620285,620558-620559,620565,620567,620570,620723,620750,620761,627318,627324,627367,627495,627497,627553,627576,627679,627698,627702,627712,627719,627721,628140,628280,628652,628668,628775,628804,628816,628826,628829,629048,629093,629103,629129,629131,629169,629769,629902,630215,630772,630814,631178,631226,631276,631575,631609,631984,632121-632122,632321,632558,632716,632784,632938,632972,633389-633391,633396-633397,633437,633460,633470,633473,633525,633557,633559,633561,633961,634187,635508,635686,635701,635741,635884,635961,635967,636276,636293,636295,636405,636409,636471,637057,637076,638396,640089,640242,641742,641764,641827 via svnmerge from
https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk ................ r611142 | jeremias | 2008-01-11 11:13:42 +0000 (Fri, 11 Jan 2008) | 3 lines Initialized merge tracking via "svnmerge" with revisions "1-594557" from https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_ImagePackageRedesign ................ r611175 | jeremias | 2008-01-11 13:41:54 +0000 (Fri, 11 Jan 2008) | 4 lines Removed merge tracking for "svnmerge" for https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_ImagePackageRedesign (I'm not happy with the result) ................ r611278 | jeremias | 2008-01-11 19:50:53 +0000 (Fri, 11 Jan 2008) | 925 lines Merged branch https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_ImagePackageRedesign (revs 594558 to 611138) into Trunk: A new image loading framework has been introduced to fix various problems with external graphics and improve performance. Switched to Batik 1.7. Added xml-apis-ext.jar as needed by Batik 1.7. Updated to latest XML Graphics Commons snapshot. Changelog of branch: ------------------------------------------------------------------------ r594558 | jeremias | 2007-11-13 16:04:56 +0100 (Di, 13 Nov 2007) | 1 line Branch for image package redesign ------------------------------------------------------------------------ r594560 | jeremias | 2007-11-13 16:10:35 +0100 (Di, 13 Nov 2007) | 1 line Implementation of Dijkstra's algorithm for finding the shortest path. Used in the new image package to find the best combination of image loaders and image converters to provide an image in the optimal form for a renderer. ------------------------------------------------------------------------ r594848 | jeremias | 2007-11-14 13:12:50 +0100 (Mi, 14 Nov 2007) | 3 lines Initial upload of what I have already for the image package redesign. For now, it's in a parallel package (image2). The final package name is TBD. The code isn't hooked into the renderers, yet, and there's no image cache. This is still all work in progress. ------------------------------------------------------------------------ r594851 | jeremias | 2007-11-14 13:20:12 +0100 (Mi, 14 Nov 2007) | 1 line Test cases and additional test files for the new image package. ------------------------------------------------------------------------ r595305 | jeremias | 2007-11-15 15:01:37 +0100 (Do, 15 Nov 2007) | 1 line Small mistake while reimplementing JPEG. ------------------------------------------------------------------------ r595308 | jeremias | 2007-11-15 15:13:36 +0100 (Do, 15 Nov 2007) | 5 lines Introduced a usage penalty for ImageLoaders so we can calculate an overall penalty for a pipeline. Multiple image flavors can be passed to ImageManager.getImage() if the caller supports multiple formats. The image package chooses the best pipeline. Implemented a converter from RenderedImage to PNG. Implemented loaders for raw formats (EMF, JPEG and PNG). Hooked the new image package into the RTF handler as first real proof-of-concept. ------------------------------------------------------------------------ r596240 | jeremias | 2007-11-19 11:02:13 +0100 (Mo, 19 Nov 2007) | 1 line Fixed bug in pipeline selection. ------------------------------------------------------------------------ r596242 | jeremias | 2007-11-19 11:03:06 +0100 (Mo, 19 Nov 2007) | 1 line MIME type in parentheses behind the URI makes more sense. ------------------------------------------------------------------------ r599430 | jeremias | 2007-11-29 14:08:01 +0100 (Do, 29 Nov 2007) | 1 line Support for baseline information (needed by at least MathML). ------------------------------------------------------------------------ r599433 | jeremias | 2007-11-29 14:09:04 +0100 (Do, 29 Nov 2007) | 1 line Bugfix: BMP don't all have resolution information. ------------------------------------------------------------------------ r599434 | jeremias | 2007-11-29 14:10:54 +0100 (Do, 29 Nov 2007) | 1 line Change MIME type ------------------------------------------------------------------------ r599436 | jeremias | 2007-11-29 14:17:14 +0100 (Do, 29 Nov 2007) | 3 lines Started integrating into Java2D and PostScript renderers and ExternalGraphic. Added support for EPS graphics. Added support for raw embedding of JPEG images (for PostScript). ------------------------------------------------------------------------ r600821 | jeremias | 2007-12-04 08:51:06 +0100 (Di, 04 Dez 2007) | 5 lines Clean up Javadocs Generally make more useful. Reuse FOProcessor instance for the whole run to actually feel the effect of an image cache attached to the FopFactory. Add option to prompt the user before actually starting (in order to connect a VM monitor). ------------------------------------------------------------------------ r600870 | jeremias | 2007-12-04 11:27:51 +0100 (Di, 04 Dez 2007) | 14 lines Note: The API of the new image package has changed a bit. (it became necessary when I introduced caching) The direct dependency on FOUserAgent has been removed to make the image package more universally usable. Instead an ImageContext (provided by FopFactory in FOP) and ImageSessionContext (provided by FOUserAgent in FOP) was introduced. Introduced image caching with soft references (I didn't reintroduce the FOUserAgent lock, yet, because it doesn't help much) ImageInfo doesn't carry the Source for the image anymore. The Source is provided by the new ImageSessionContext.java and only shared within the same thread to make things simpler and to avoid complex synchronization and cleanup. Image instances now indicate whether they are cacheable (not all Image instances are cacheable, for example when they just carry an InputStream). Moved the converter pipeline functionality into its own subpackage to keep "spi" clean. Added checks in ImageSize to detect incomplete Preloaders. ImageSource can now indicate whether its a fast source (loading from local file) or a slow source (loading over the network). (but this isn't used, yet) Fixed a bug in WMF and SVG preloaders: they didn't close their Sources after fully loading the images. Bugfix in ImageRawJPEG: it illegally reported being an EPS file ImageRawStream got an "InputStreamFactory" so it is possible to reuse raw images if they have been loaded into memory (or to a local file which hasn't been implemented, yet). The pipeline code now converts single-use raw images to reusable raw images when possible. But there's nothing built in to restrict the image size to a maximum, yet. Improved JPEG preloader so it can stop early an deal with images that have to APP0 segment. Images from digicams are such an example. They carry the resolution info in the EXIF block which is currently not interpreted. Fallback is to the configured source resolution. ------------------------------------------------------------------------ r600930 | jeremias | 2007-12-04 14:25:43 +0100 (Di, 04 Dez 2007) | 1 line Package HTML Files. ------------------------------------------------------------------------ r600934 | jeremias | 2007-12-04 14:34:41 +0100 (Di, 04 Dez 2007) | 1 line Javadoc fixes ------------------------------------------------------------------------ r602023 | jeremias | 2007-12-07 09:46:56 +0100 (Fr, 07 Dez 2007) | 2 lines Bugfix for bug in SVG preloader which didn't calculate the size of an SVG correctly when there's no explicit size. ------------------------------------------------------------------------ r602024 | jeremias | 2007-12-07 09:49:49 +0100 (Fr, 07 Dez 2007) | 1 line Some small javadoc and logging improvements/refinements. ------------------------------------------------------------------------ r602025 | jeremias | 2007-12-07 09:50:22 +0100 (Fr, 07 Dez 2007) | 1 line Enable assert keyword for javadoc production. ------------------------------------------------------------------------ r602032 | jeremias | 2007-12-07 09:59:10 +0100 (Fr, 07 Dez 2007) | 11 lines Added color space information and an optional ICC color profile to the basic Image interface. Reimplemented transparency support (for now only for ImageIO loader and PDF output) ImageIO preloader passes the already loaded metadata to the ImageIO loader through the "custom objects" so it doesn't have to load them again. PDF library: Corrected the naming of the method indicating the "bits per component" (bits per component != bits per pixel) PDF library: Added a method which lets a user override values in an XObject's dictionary after the major values have been set (useful not to make the PDFImage interface more complicated). PDF library: Support for gray transparent colors. PDF library: Added a convenience class for alpha channel bitmaps (AlphaRasterImage) Integration of the new image package into the PDFRenderer (currently supports all previous embedding methods except deprecated EPS embedding and CCITT embedding, now supports even more transparency options than before) ------------------------------------------------------------------------ r602033 | jeremias | 2007-12-07 09:59:57 +0100 (Fr, 07 Dez 2007) | 1 line Small optimization from my failed experiments to support native PNG embedding. ------------------------------------------------------------------------ r602034 | jeremias | 2007-12-07 10:01:34 +0100 (Fr, 07 Dez 2007) | 1 line Don't use "content" filter for ICC profiles. Instead compress using "default". "content" is for page content. ------------------------------------------------------------------------ r602036 | jeremias | 2007-12-07 10:02:25 +0100 (Fr, 07 Dez 2007) | 1 line Added general key for precompressed content of any kind. ------------------------------------------------------------------------ r602037 | jeremias | 2007-12-07 10:03:39 +0100 (Fr, 07 Dez 2007) | 1 line Various variants of the FOP logo for testing. Some of them have transparency info. ------------------------------------------------------------------------ r602228 | jeremias | 2007-12-07 22:30:17 +0100 (Fr, 07 Dez 2007) | 4 lines Discarded PreloaderPNG in favor of PreloaderImageIO which now supports all formats supported by ImageIO (meaning that you can uses JPEG-2000 images if you have a suitable ImageIO codec installed). ImagePreloader.getMimeType() removed because it isn't really used in the new setup. ImagePreloader.getPriority() introduced which allows to prioritize preloaders and thus gives the opportunity to tweak the order in which the preloaders are checked when an image is inspected. ImageLoaderImageIO can now use multiple Readers if one fails (one codec may not support all format variants, for example). ------------------------------------------------------------------------ r602229 | jeremias | 2007-12-07 22:30:48 +0100 (Fr, 07 Dez 2007) | 1 line Added a toString() impl for debugging. ------------------------------------------------------------------------ r602442 | jeremias | 2007-12-08 11:36:32 +0100 (Sa, 08 Dez 2007) | 6 lines Support handling images with no associated URI (from instream-foreign-object). These images are not cached. Add support for plain image conversion (i.e. with no loading) for instream-foreign-object. Add convenience writeTo() methods in ImageRawStream to save a few lines of code. Support for instream-foreign-object in RTF output. Teach RTF library to handle images without an associated URL. ------------------------------------------------------------------------ r603191 | jeremias | 2007-12-11 11:03:32 +0100 (Di, 11 Dez 2007) | 2 lines Bugfix: Graphics2DAdapter didn't do the graphics state save correct so subsequent images may have been painted with the wrong transformation matrix. Bugfix: bitmap images didn't scale correctly when the resolutions were changed. ------------------------------------------------------------------------ r603207 | jeremias | 2007-12-11 12:08:36 +0100 (Di, 11 Dez 2007) | 1 line Convenience method for obtaining the image size in points. ------------------------------------------------------------------------ r603208 | jeremias | 2007-12-11 12:12:50 +0100 (Di, 11 Dez 2007) | 3 lines Precisely define the expectations for the area parameter in Graphics2DImagePainter. New ImageConverter: Bitmap -> Graphics2D ------------------------------------------------------------------------ r603209 | jeremias | 2007-12-11 12:15:49 +0100 (Di, 11 Dez 2007) | 3 lines Refine pipeline building: Expose a method to allow the PS Renderer to predict what kind of pipeline will be selected (because it doesn't support all image types as PostScript forms) If there are multiple candidate pipelines for one conversion type, choose the one with the lowest penalty, not just the one that happens to be first. ------------------------------------------------------------------------ r603250 | jeremias | 2007-12-11 15:17:32 +0100 (Di, 11 Dez 2007) | 1 line Removing failed experiment: raw PNG embedding didn't work out. ------------------------------------------------------------------------ r603254 | jeremias | 2007-12-11 15:29:48 +0100 (Di, 11 Dez 2007) | 2 lines Plugged new image package into form generation for PostScript. XML images and EPS files are currently supported as forms. They are added inline. ------------------------------------------------------------------------ r603256 | jeremias | 2007-12-11 15:34:52 +0100 (Di, 11 Dez 2007) | 1 line Embedding EPS in PDF is no longer implemented as it is a deprecated feature in PDF. Therefore, this test is not needed anymore. The PDF renderer will say: "Cannot load image (no suitable loader/converter combination available) for myfile.eps (application/postscript)" ------------------------------------------------------------------------ r603266 | jeremias | 2007-12-11 16:16:22 +0100 (Di, 11 Dez 2007) | 1 line Size calculation for images can be slightly different after the redesign due to different rounding. Give a little tolerance. ------------------------------------------------------------------------ r603271 | jeremias | 2007-12-11 16:24:08 +0100 (Di, 11 Dez 2007) | 1 line Bugfix: Only generate the FixedLength if there is baseline information. ------------------------------------------------------------------------ r603358 | jeremias | 2007-12-11 22:13:22 +0100 (Di, 11 Dez 2007) | 1 line Switched background images to new image package. ------------------------------------------------------------------------ r603632 | jeremias | 2007-12-12 15:52:09 +0100 (Mi, 12 Dez 2007) | 1 line Switch to new image package for PDF/SVG support. ------------------------------------------------------------------------ r603642 | jeremias | 2007-12-12 16:30:16 +0100 (Mi, 12 Dez 2007) | 3 lines Initialized merge tracking via "svnmerge" with revisions "1-594557" from https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk ------------------------------------------------------------------------ r603656 | jeremias | 2007-12-12 17:13:06 +0100 (Mi, 12 Dez 2007) | 307 lines Merged revisions 594558-603642 via svnmerge from https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk ........ r594571 | vhennebert | 2007-11-13 17:24:32 +0100 (Di, 13 Nov 2007) | 7 lines Moved the creation of grid units to the FO tree building stage. Brought a few improvements along with the move: - bugfix: border-resolution for border-end on row-spanning cells was wrong - bugfix: in case of missing cells the border-end of the table was applied to an inner cell, instead of the cell in the last column (but missing cells aren't painted yet :-\) - bugfix: in collapsing-border model, border-before and -after specified on table-column were applied to every cell of the column, instead of only the first and the last ones - border resolution is now made progressively when possible, and no longer triggers the fetching of all the rows of the table Added testcases for the border conflict resolution (between the various elements of a table and not only the cells) ........ r594578 | vhennebert | 2007-11-13 17:50:09 +0100 (Di, 13 Nov 2007) | 2 lines Moved *GridUnit from layoutmgr/table to fo/flow/table ........ r594579 | vhennebert | 2007-11-13 17:55:54 +0100 (Di, 13 Nov 2007) | 2 lines Changed back visibility of fields from public to package-private, due to the move of *GridUnit in the fo.flow.table package ........ r594584 | vhennebert | 2007-11-13 18:13:19 +0100 (Di, 13 Nov 2007) | 2 lines Use a singleton for a default BorderInfo of style none, instead of every time a new instance ........ r594592 | vhennebert | 2007-11-13 18:39:17 +0100 (Di, 13 Nov 2007) | 2 lines Cleaned up RowGroupLayoutManager and TableRowIterator ........ r594821 | vhennebert | 2007-11-14 11:18:45 +0100 (Mi, 14 Nov 2007) | 2 lines Moved EffRow to the fo.flow.table package ........ r594829 | vhennebert | 2007-11-14 11:41:52 +0100 (Mi, 14 Nov 2007) | 2 lines Reduced visibility of some methods and constructors from public to package-private, as a consequence of the move of *GridUnit to the fo.flow.table package ........ r594836 | vhennebert | 2007-11-14 12:14:03 +0100 (Mi, 14 Nov 2007) | 2 lines Restored the setting of the parent table-row element on grid units ........ r594852 | vhennebert | 2007-11-14 13:21:53 +0100 (Mi, 14 Nov 2007) | 2 lines Restored the setting of rowIndex on primary grid units (although testcases were already working...) ........ r595297 | jeremias | 2007-11-15 14:28:58 +0100 (Do, 15 Nov 2007) | 2 lines Bugzilla #43143: Had to remove the Expert(Subset) Encoding detection as this caused problems with a barcode font that used dfCharset=2 but was not using ExpertSubset encoding. To detect Expert(Subset)Encoding, the AFM needs to be parsed. And since we don't support that encoding, yet, the fallback to WinAnsiEncoding should work well enough. ........ r595637 | acumiskey | 2007-11-16 13:12:52 +0100 (Fr, 16 Nov 2007) | 3 lines This should improve the ability of the FontLoader when resolving PFM files for Type 1 fonts on case sensitive Unix systems. ........ r596072 | jeremias | 2007-11-18 11:48:53 +0100 (So, 18 Nov 2007) | 4 lines ApacheCon US is over. OSSSummit was cancelled/postponed. Added example for total page count using XSL 1.1 Adjusted total page count example to new FOP API. (Thanks to Miroslav Gregan for the hint) ........ r596097 | jeremias | 2007-11-18 17:56:09 +0100 (So, 18 Nov 2007) | 6 lines Bugzilla #43605: Added methods for page-number-citation and page-number-citation-last in FOEventHandler.java Submitted by: V. Schappert <vschappert.at.bloomberg.net> Patch modified by Jeremias: Bugfix: FOEventHandler.startPageNumberCitation() was also called in the case of a page-number-citation-last. Introduced abstract base classes to avoid this. ........ r596100 | jeremias | 2007-11-18 18:17:24 +0100 (So, 18 Nov 2007) | 1 line Added sample as suggested by Kumar Puppala. ........ r596390 | vhennebert | 2007-11-19 19:25:27 +0100 (Mo, 19 Nov 2007) | 2 lines Bugzilla #43766: breaks generated by the merging algorithm for table rows containing empty cells has always a penalty of 900 ........ r596554 | jeremias | 2007-11-20 08:14:33 +0100 (Di, 20 Nov 2007) | 2 lines Bugzilla #43904: Buffer the OutputStreams in our transcoders if the users forget. ........ r596600 | jeremias | 2007-11-20 11:20:29 +0100 (Di, 20 Nov 2007) | 3 lines Bugzilla #43910: Avoid a NullPointerException in AreaTreeHandler.endDocument(). Submitted by: David Delbecq <delbd.at.oma.be> ........ r596724 | jeremias | 2007-11-20 16:56:33 +0100 (Di, 20 Nov 2007) | 3 lines Bugfix: Bugfix for URI resolution: Make StreamSources without system identifier work again. Bugfix: Close streams opened by test font resolution in font configuration (the font URIs will be resolved again later anyway). Better error message when the loading of font metric files doesn't work due to missing information in the returned Source instances. ........ r596727 | vhennebert | 2007-11-20 17:07:32 +0100 (Di, 20 Nov 2007) | 2 lines Bugfix in tables: wrong element generation by the merging algorithm when glues must be produced to cope with conditional spaces. The corresponding length was added twice: one in the glue itself and one in the following box. ........ r596739 | cbowditch | 2007-11-20 17:49:13 +0100 (Di, 20 Nov 2007) | 1 line bug fix: memory leak in PropertyCache. Fix provided by Jeremias. There are still some thread synchronization issues to be addressed in the PropertyCache. See the following thread for details: http://mail-archives.apache.org/mod_mbox/xmlgraphics-fop-dev/200711.mbox/%3cBAY117-DAV109E36CC066889386AB917FB870@phx.gbl%3e ........ r596742 | vhennebert | 2007-11-20 18:08:46 +0100 (Di, 20 Nov 2007) | 2 lines Added a news entry about Max Berger becoming a committer. Welcome Max! ........ r596776 | vhennebert | 2007-11-20 19:47:39 +0100 (Di, 20 Nov 2007) | 2 lines Bugzilla #43803: table cells having no children are allowed in relaxed validation mode. ........ r597052 | vhennebert | 2007-11-21 13:23:59 +0100 (Mi, 21 Nov 2007) | 2 lines Bugfix: the last element generated by the merging algorithm may now be a glue ........ r597448 | jeremias | 2007-11-22 17:13:05 +0100 (Do, 22 Nov 2007) | 2 lines First draft of a possible new intermediate format for Apache FOP. Details on: http://wiki.apache.org/xmlgraphics-fop/AreaTreeIntermediateXml/NewDesign ........ r598558 | jeremias | 2007-11-27 09:36:23 +0100 (Di, 27 Nov 2007) | 6 lines Bugzilla #40230: Bugfix: no empty page is generated anymore if there's no content after a break-after. Bugzilla #43917: Bugfix for border-after painting and element list generation when a forced break is involved. ........ r599536 | vhennebert | 2007-11-29 19:31:13 +0100 (Do, 29 Nov 2007) | 4 lines Added fixes-bug attributes for: - wrong element generation in table when glues are produced - border-resolution on row-spanning cells ........ r599746 | jeremias | 2007-11-30 10:04:54 +0100 (Fr, 30 Nov 2007) | 2 lines Bugzilla #37993: Bugfix: allow multiple bookmarks to point at the same destination. ........ r600195 | adelmelle | 2007-12-01 22:11:53 +0100 (Sa, 01 Dez 2007) | 1 line Correction and simplification of the PropertyCache: subclass WeakReference and remove internal threading ........ r600467 | jeremias | 2007-12-03 11:16:27 +0100 (Mo, 03 Dez 2007) | 2 lines Log RuntimeExceptions during rendering so that they are at least visible somewhere if someone doesn't set an ErrorListener on the XSLT processor (this could lead to exceptions being swallowed). This is a temporary measure until we have time to improve the exception handling in FOP. The original problem that led to this change was: "The number of this PDFNumber must not be empty" while producing a PDF/A with customized filter entries in the PDF configuration. The exception was a follow-up exception after a PDFConformanceException that was swallowed by a default ErrorListener. ........ r600521 | jeremias | 2007-12-03 14:21:06 +0100 (Mo, 03 Dez 2007) | 1 line Added a possibility to rerun the whole run a defined number of times to test for possible issues outside a single rendering run. ........ r600529 | jeremias | 2007-12-03 14:32:04 +0100 (Mo, 03 Dez 2007) | 1 line Oops. ........ r601413 | vhennebert | 2007-12-05 17:56:47 +0100 (Mi, 05 Dez 2007) | 2 lines Typo in property: svn:kewords -> svn:keywords ........ r601415 | acumiskey | 2007-12-05 18:11:44 +0100 (Mi, 05 Dez 2007) | 2 lines Corrected javadocs ........ r601416 | acumiskey | 2007-12-05 18:12:54 +0100 (Mi, 05 Dez 2007) | 2 lines Corrected javadoc ........ r601417 | acumiskey | 2007-12-05 18:13:31 +0100 (Mi, 05 Dez 2007) | 2 lines Corrected javadoc ........ r601419 | acumiskey | 2007-12-05 18:15:46 +0100 (Mi, 05 Dez 2007) | 2 lines Improved use of logging ........ r601423 | acumiskey | 2007-12-05 18:19:43 +0100 (Mi, 05 Dez 2007) | 2 lines Corrected javadoc, fixed checkstyle issues, and now also correctly caters for negative number conversions ........ r601424 | acumiskey | 2007-12-05 18:21:15 +0100 (Mi, 05 Dez 2007) | 2 lines Fixed checkstyle issues ........ r601426 | acumiskey | 2007-12-05 18:24:15 +0100 (Mi, 05 Dez 2007) | 2 lines Checkstyle fixes ........ r601427 | acumiskey | 2007-12-05 18:25:07 +0100 (Mi, 05 Dez 2007) | 2 lines Checkstyle fixes ........ r601428 | acumiskey | 2007-12-05 18:25:58 +0100 (Mi, 05 Dez 2007) | 2 lines Checkstyle fixes ........ r601429 | acumiskey | 2007-12-05 18:27:06 +0100 (Mi, 05 Dez 2007) | 2 lines Checkstyle fixes ........ r601430 | acumiskey | 2007-12-05 18:28:03 +0100 (Mi, 05 Dez 2007) | 2 lines Checkstyle fixes ........ r601431 | acumiskey | 2007-12-05 18:28:48 +0100 (Mi, 05 Dez 2007) | 2 lines Checkstyle fixes ........ r601432 | acumiskey | 2007-12-05 18:29:31 +0100 (Mi, 05 Dez 2007) | 2 lines Checkstyle fixes ........ r601433 | acumiskey | 2007-12-05 18:30:04 +0100 (Mi, 05 Dez 2007) | 2 lines Checkstyle fixes ........ r601434 | acumiskey | 2007-12-05 18:31:20 +0100 (Mi, 05 Dez 2007) | 2 lines Checkstyle fixes ........ r601435 | acumiskey | 2007-12-05 18:32:29 +0100 (Mi, 05 Dez 2007) | 2 lines Checkstyle fixes ........ r601436 | acumiskey | 2007-12-05 18:34:44 +0100 (Mi, 05 Dez 2007) | 2 lines Checkstyle fixes ........ r601437 | acumiskey | 2007-12-05 18:35:31 +0100 (Mi, 05 Dez 2007) | 2 lines Checkstyle fixes ........ r601438 | acumiskey | 2007-12-05 18:36:12 +0100 (Mi, 05 Dez 2007) | 2 lines Checkstyle fixes and cleanup ........ r601439 | acumiskey | 2007-12-05 18:37:40 +0100 (Mi, 05 Dez 2007) | 2 lines Checkstyle fixes ........ r601440 | acumiskey | 2007-12-05 18:39:54 +0100 (Mi, 05 Dez 2007) | 2 lines Checkstyle fixes ........ r601442 | acumiskey | 2007-12-05 18:42:13 +0100 (Mi, 05 Dez 2007) | 2 lines Checkstyle fixes ........ r601443 | acumiskey | 2007-12-05 18:42:48 +0100 (Mi, 05 Dez 2007) | 2 lines Checkstyle fixes ........ r601444 | acumiskey | 2007-12-05 18:43:46 +0100 (Mi, 05 Dez 2007) | 2 lines Checkstyle fixes ........ r601445 | acumiskey | 2007-12-05 18:44:36 +0100 (Mi, 05 Dez 2007) | 2 lines Checkstyle fixes ........ r601446 | acumiskey | 2007-12-05 18:45:20 +0100 (Mi, 05 Dez 2007) | 2 lines Checkstyle fixes ........ r601447 | acumiskey | 2007-12-05 18:47:44 +0100 (Mi, 05 Dez 2007) | 2 lines Checkstyle fixes ........ r601448 | acumiskey | 2007-12-05 18:48:56 +0100 (Mi, 05 Dez 2007) | 2 lines Checkstyle fixes ........ r601449 | acumiskey | 2007-12-05 18:49:46 +0100 (Mi, 05 Dez 2007) | 2 lines Checkstyle fixes ........ r601712 | acumiskey | 2007-12-06 12:57:14 +0100 (Do, 06 Dez 2007) | 2 lines Temporary fix to the build ........ r602045 | jeremias | 2007-12-07 10:20:28 +0100 (Fr, 07 Dez 2007) | 1 line Avoid a NPE in toString(). ........ r602125 | maxberger | 2007-12-07 16:36:53 +0100 (Fr, 07 Dez 2007) | 6 lines Updated xmlgraphics from SVN Added autodetection of fonts in jar files (x-font and x-font-truetype) Added files needed for testcase Please note: Actual testcase is still missing! ........ r602898 | maxberger | 2007-12-10 14:35:33 +0100 (Mo, 10 Dez 2007) | 2 lines Added documentation for font-in-jar-files ........ r603590 | acumiskey | 2007-12-12 13:24:10 +0100 (Mi, 12 Dez 2007) | 4 lines * Added an SVG handler and Graphics2D implementation for AFP which injects AFP GOCA structured fields into the AFPDataStream. * Fixed many checkstyle problems. * Updated xmlgraphics-commons-1.3svn.jar to include changes to TextHandler ........ r603592 | acumiskey | 2007-12-12 13:26:39 +0100 (Mi, 12 Dez 2007) | 2 lines Updated status with SVG support for AFP. ........ ------------------------------------------------------------------------ r603661 | jeremias | 2007-12-12 17:20:09 +0100 (Mi, 12 Dez 2007) | 1 line Fix javadoc ------------------------------------------------------------------------ r603886 | jeremias | 2007-12-13 12:15:48 +0100 (Do, 13 Dez 2007) | 1 line Copy/paste programming is dangerous. :-) ------------------------------------------------------------------------ r603902 | jeremias | 2007-12-13 13:17:56 +0100 (Do, 13 Dez 2007) | 2 lines Factored out all image handling code in the PDFRenderer into PDFImageHandler classes. The interface was introduced to handle PDF-in-PDF images. The PDFImageHandler interface changes in a backwards-incompatible way but since the PDF-in-PDF plug-in probably has the only implementation, that's not very problematic. I'll release a new version as soon as the image stuff is merged back into Trunk. ------------------------------------------------------------------------ r603937 | jeremias | 2007-12-13 16:20:46 +0100 (Do, 13 Dez 2007) | 1 line Some cleanup ------------------------------------------------------------------------ r603938 | jeremias | 2007-12-13 16:23:23 +0100 (Do, 13 Dez 2007) | 2 lines Switch PCL renderer to new image package. Add an option to force a color canvas (RGB) instead of a gray canvas. Set this to true for all SVG graphics since Batik does not seem to support gradients on a grayscale canvas (IllegalArgumentException). ------------------------------------------------------------------------ r604122 | jeremias | 2007-12-14 08:58:56 +0100 (Fr, 14 Dez 2007) | 1 line Stupid copy/paste again. ------------------------------------------------------------------------ r604135 | jeremias | 2007-12-14 10:04:43 +0100 (Fr, 14 Dez 2007) | 1 line Preliminary changes to switch to the new image library. TIFF optimizations still missing. Untested. ------------------------------------------------------------------------ r604144 | jeremias | 2007-12-14 11:12:41 +0100 (Fr, 14 Dez 2007) | 1 line Switch to new image package. At some point we will probably want to remove this example as JEuclid has a better plug-in now. ------------------------------------------------------------------------ r604150 | jeremias | 2007-12-14 11:27:39 +0100 (Fr, 14 Dez 2007) | 1 line Old JEuclid doesn't notice itself if no MathML document is loaded. ------------------------------------------------------------------------ r604155 | jeremias | 2007-12-14 11:48:07 +0100 (Fr, 14 Dez 2007) | 2 lines Switched to new image package. The preloader simply loads the full document and converts it to SVG. That's the only way to determine the intrinsic size of the image. ------------------------------------------------------------------------ r604157 | jeremias | 2007-12-14 11:51:21 +0100 (Fr, 14 Dez 2007) | 1 line No longer needed. ------------------------------------------------------------------------ r604214 | jeremias | 2007-12-14 17:07:30 +0100 (Fr, 14 Dez 2007) | 1 line Added work-around for decoding CMYK JPEGs with ImageIO (no guarantees for color fidelity but it's better than not being able to use CMYK images). ------------------------------------------------------------------------ r604297 | jeremias | 2007-12-14 22:14:12 +0100 (Fr, 14 Dez 2007) | 68 lines Merged revisions 603643-604293 via svnmerge from https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk ........ r603890 | vhennebert | 2007-12-13 12:35:17 +0100 (Do, 13 Dez 2007) | 2 lines Fixed @throws statements in javadoc ........ r603926 | adelmelle | 2007-12-13 15:43:08 +0100 (Do, 13 Dez 2007) | 4 lines Minor tweaks: * only add text to a fo:wrapper if it is not a direct flow-descendant * error if an fo:wrapper that is a direct flow-descendant contains inline-level children ........ r603943 | vhennebert | 2007-12-13 16:55:29 +0100 (Do, 13 Dez 2007) | 2 lines Removed calls to removeLegalBreaks since they aren't necessary (the whole content is put in a single box anyway) and the method is buggy. ........ r603945 | vhennebert | 2007-12-13 17:10:32 +0100 (Do, 13 Dez 2007) | 2 lines Implemented the resolution of collapsing borders in the FO tree, for every situation (normal, cell at the top of a page, cell broken), taking conditionality, headers and footers into account. ........ r603959 | vhennebert | 2007-12-13 18:21:24 +0100 (Do, 13 Dez 2007) | 2 lines Reverted change accidentally introduced in the previous commit. A proper fix needs to be found for this one. ........ r603961 | vhennebert | 2007-12-13 18:31:26 +0100 (Do, 13 Dez 2007) | 2 lines Ok, now /really/ revert the previous commit :-\ ........ r603962 | vhennebert | 2007-12-13 18:32:43 +0100 (Do, 13 Dez 2007) | 2 lines Style only: removed trailing white spaces ........ r603968 | vhennebert | 2007-12-13 19:28:56 +0100 (Do, 13 Dez 2007) | 2 lines Fixed the handling of columns in the border resolution, especially in case of column-spanning cells ........ r603975 | vhennebert | 2007-12-13 19:52:48 +0100 (Do, 13 Dez 2007) | 2 lines Removed parameter from the endPart method, since the part is already passed as a parameter of the previously called startPart method ........ r603979 | vhennebert | 2007-12-13 19:57:25 +0100 (Do, 13 Dez 2007) | 2 lines Removed parameter from the endTablePart method, as the part is already passed as as a parameter of the previously called startTablePart method ........ r603990 | vhennebert | 2007-12-13 20:17:12 +0100 (Do, 13 Dez 2007) | 2 lines Throw a ValidationException if table-footer is put after table-body and the table uses the collapsing border model. The footer must be known to properly resolve borders. ........ r604171 | vhennebert | 2007-12-14 12:32:51 +0100 (Fr, 14 Dez 2007) | 2 lines Clean up: removed all reset and resetPosition methods, which pre-date the Knuth era and are no longer needed ........ r604180 | vhennebert | 2007-12-14 13:23:10 +0100 (Fr, 14 Dez 2007) | 2 lines Reduced visibility of methods from public to package-private ........ r604185 | acumiskey | 2007-12-14 14:16:06 +0100 (Fr, 14 Dez 2007) | 2 lines Fixed copy constructor ........ r604293 | jeremias | 2007-12-14 21:58:53 +0100 (Fr, 14 Dez 2007) | 2 lines Bugfix: DecodeParms -> DecodeParams (introduced when I changed to generic PDF structures) (fixes CCITT encoded images) ........ ------------------------------------------------------------------------ r604301 | jeremias | 2007-12-14 22:26:27 +0100 (Fr, 14 Dez 2007) | 9 lines Merged revisions 604294-604299 via svnmerge from https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk ........ r604299 | jeremias | 2007-12-14 22:24:14 +0100 (Fr, 14 Dez 2007) | 1 line Don't hack when you're tired! Reverting r604293 and instead fixing the right value. It's DecodeParams -> DecodeParms! ........ ------------------------------------------------------------------------ r604930 | jeremias | 2007-12-17 18:05:47 +0100 (Mo, 17 Dez 2007) | 2 lines Dispose ImageReader when done reading. Don't close streams as some codecs appear to do "late reading" of the image, i.e. only when the rasters are accessed, at which point they still seek on the stream. For this, the streams must remain open. I hope the codecs all properly close the streams once they don't need them anymore. The javadocs are not clear enough in this regards, IMO. ------------------------------------------------------------------------ r604968 | jeremias | 2007-12-17 20:03:45 +0100 (Mo, 17 Dez 2007) | 3 lines Added an isSupported() method to ImageLoaderFactory so we can check early if an ImageLoader may or may not support a particular subformat. This is used to allow optimized loading of CCITT compressed TIFF images. Support for undecoded embedding of single-strip CCITT compressed images for PDF, PostScript and AFP. Added a fallback mechanism for ImageLoaders: if one ImageLoader cannot load a particular image, try equivalent others registered for the same format. ------------------------------------------------------------------------ r604972 | jeremias | 2007-12-17 20:07:43 +0100 (Mo, 17 Dez 2007) | 1 line Update Commons ------------------------------------------------------------------------ r605138 | jeremias | 2007-12-18 09:42:41 +0100 (Di, 18 Dez 2007) | 2 lines Support for specifying a particular page number of a multi-page image (such as TIFF). Format: http://localhost/images/scan1.tif#page=3 ------------------------------------------------------------------------ r605479 | jeremias | 2007-12-19 10:18:33 +0100 (Mi, 19 Dez 2007) | 3 lines Removed new image package after the copying it to XML Graphics Commons. Adjusted to use the Commons' version. Batik-dependent plugins remain but will eventually need a different resting place. ------------------------------------------------------------------------ r605486 | jeremias | 2007-12-19 10:39:33 +0100 (Mi, 19 Dez 2007) | 1 line Adjust the (pre)loader registration for the demo extensions. ------------------------------------------------------------------------ r605567 | jeremias | 2007-12-19 16:03:25 +0100 (Mi, 19 Dez 2007) | 1 line Fixed scaling and translation (didn't work correctly in certain situations) ------------------------------------------------------------------------ r607034 | jeremias | 2007-12-27 11:47:12 +0100 (Do, 27 Dez 2007) | 71 lines Merged revisions 604300-607033 via svnmerge from https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk ........ r604475 | vhennebert | 2007-12-15 19:16:01 +0100 (Sa, 15 Dez 2007) | 2 lines Testcase for the resolution of collapsed and conditional borders in the FO tree ........ r604678 | adelmelle | 2007-12-16 20:54:00 +0100 (So, 16 Dez 2007) | 8 lines Streamlining/Correction of the changes made in r603926 - delegate validation of the fo:wrapper's children to the parent: added static FONode.validateChildNode() - narrow the condition for processing text-childnodes: this is not only constrained to fo:flow and fo:static-content, but the same goes for a fo:wrapper that is a direct descendant of a fo:block-container or fo:inline-container, which only allow block-level content (interpretation) - minor javadoc fixups/improvements ........ r604814 | vhennebert | 2007-12-17 11:21:04 +0100 (Mo, 17 Dez 2007) | 2 lines Organized imports ........ r604965 | vhennebert | 2007-12-17 19:56:46 +0100 (Mo, 17 Dez 2007) | 2 lines Renaming GridUnitPart into the more accurate CellPart. Moreover I was always making the confusion between gup and pgu ........ r604970 | vhennebert | 2007-12-17 20:05:27 +0100 (Mo, 17 Dez 2007) | 2 lines Simplified addAreasAndFlushRow: there can no longer be null GridUnits, every hole in the grid is now filled with an EmptyGridUnit ........ r605195 | vhennebert | 2007-12-18 12:56:38 +0100 (Di, 18 Dez 2007) | 2 lines Reset previousRowsLength before a new row-group is handled ........ r605246 | vhennebert | 2007-12-18 17:48:03 +0100 (Di, 18 Dez 2007) | 2 lines Simplification in RowPainter: avoid the use of an array to store rowOffsets and firstRow index for each part of the table (header, footer, body). One at a time is enough. ........ r605253 | vhennebert | 2007-12-18 18:01:45 +0100 (Di, 18 Dez 2007) | 2 lines Renamed firstRow into firstRowIndex and moved its initialization into handeTableContentPosition ........ r605295 | vhennebert | 2007-12-18 19:58:29 +0100 (Di, 18 Dez 2007) | 2 lines Streamlined the recording of row offsets, by replacing Map with a List. Fixed bug #43633 in the same time. ........ r605297 | vhennebert | 2007-12-18 20:02:02 +0100 (Di, 18 Dez 2007) | 3 lines SVG support for AFP is an important addition IMO. IIUC it will have to be advertised in the next release as "Support for SVG images using primitive AFP graphics commands instead of bitmap images", or something like that? ........ r605517 | vhennebert | 2007-12-19 12:47:38 +0100 (Mi, 19 Dez 2007) | 2 lines I said currentGU can no longer be null ........ r605978 | jeremias | 2007-12-20 18:00:46 +0100 (Do, 20 Dez 2007) | 1 line Remove commented code. ........ r606004 | jeremias | 2007-12-20 20:19:19 +0100 (Do, 20 Dez 2007) | 1 line Added support for scale-down-to-fit and scale-up-to-fit. ........ r607032 | jeremias | 2007-12-27 11:34:15 +0100 (Do, 27 Dez 2007) | 4 lines Added new extension element: fox:external-document. It allows to add whole documents such as multi-page TIFF images to be inserted as peers to a page-sequence. Each image will make up an entire page. See the documentation for details. ATM, only single pages are possible. Multi-page images will be supported with the new image package. Some preparations for page-position="only" but the implementation is incomplete and "only" has no effect, yet. (Just uploaded some stuff I once started) Some javadoc cleanups. ........ ------------------------------------------------------------------------ r607091 | jeremias | 2007-12-27 18:13:45 +0100 (Do, 27 Dez 2007) | 1 line Avoid cutting away the URI fragment when building URLs from filenames. ------------------------------------------------------------------------ r607092 | jeremias | 2007-12-27 18:15:49 +0100 (Do, 27 Dez 2007) | 3 lines Switched fox:external-document to new image package. Added multi-page support for fox:external-document. Changed multi-page.tiff: page 4 is now bigger than all other pages. (to make sure that individually sized pages are handled properly) ------------------------------------------------------------------------ r607188 | jeremias | 2007-12-28 09:38:26 +0100 (Fr, 28 Dez 2007) | 2 lines Throwing IllegalStateException causes a prior exception to be swallowed by Xalan-J. Need to throw a SAXException instead. Instead of logging an error about the element mismatch throw a SAXException because the logging only confuses the user as it's practically always a follow-up exception of an exception happening earlier in the respective startElement() event. ------------------------------------------------------------------------ r607249 | jeremias | 2007-12-28 15:27:39 +0100 (Fr, 28 Dez 2007) | 1 line Metadata didn't get transported to the renderer when only fox:external-document is used. ------------------------------------------------------------------------ r607256 | jeremias | 2007-12-28 16:06:35 +0100 (Fr, 28 Dez 2007) | 1 line Corrected content model. ------------------------------------------------------------------------ r607261 | jeremias | 2007-12-28 16:11:56 +0100 (Fr, 28 Dez 2007) | 1 line Added -imagein to command-line so (multi-page) images such as TIFF files can be converted to PDF and other formats supported by FOP. The default stylesheet can be overwritten (with -xslt) if desired. ------------------------------------------------------------------------ r609530 | jeremias | 2008-01-07 09:16:09 +0100 (Mo, 07 Jan 2008) | 1 line Fixed copy/paste mistake. Thanks for spotting it, Vincent. ------------------------------------------------------------------------ r609600 | jeremias | 2008-01-07 14:28:53 +0100 (Mo, 07 Jan 2008) | 1 line Removed "image2" package again and moved the Batik-dependent implementations under the old "image" package. In this form, the deprecated code doesn't conflict with the new implementations anymore. ------------------------------------------------------------------------ r610029 | jeremias | 2008-01-08 16:48:53 +0100 (Di, 08 Jan 2008) | 3 lines Added minimal support for the .minimum/.maximum components of block/inline-progression-dimension on fo:external-graphic and fo:instream-foreign-object. This will only constrain the image itself but not allow the layout engine itself to resize the image as seen fit. Added missing Javadocs in ImageLayout.java. ------------------------------------------------------------------------ r611120 | jeremias | 2008-01-11 10:20:57 +0100 (Fr, 11 Jan 2008) | 100 lines Merged revisions 607034-611115 via svnmerge from https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk ........ r607036 | jeremias | 2007-12-27 11:51:11 +0100 (Do, 27 Dez 2007) | 1 line Don't just exit with no error message if the document contains no content. Pretty irritating if it does so. ........ r608812 | acumiskey | 2008-01-04 13:14:33 +0100 (Fr, 04 Jan 2008) | 3 lines The fonts variable would have always had an empty Configuration node (non-null value) even if a <fonts/> wasn't present in the fop configuration. ........ r609567 | jeremias | 2008-01-07 11:52:09 +0100 (Mo, 07 Jan 2008) | 4 lines Reenabled documentation for fox:destination. Enabled intermediate format functionality for fox:destination. Added a test case to check fox:destination. Deprecated FOP's XMLizable in favor of the XML Graphics Commons variant (and extend that variant). ........ r609627 | jeremias | 2008-01-07 16:06:24 +0100 (Mo, 07 Jan 2008) | 5 lines Bugzilla #44176: Support for custom fonts in Java2DRenderer and derived renderers. Submitted by: Patrick Jaromin <patrick.at.jgsullivan.dot.com> Patch modified slightly by jeremias. ........ r610020 | acumiskey | 2008-01-08 16:27:02 +0100 (Di, 08 Jan 2008) | 2 lines cleaned up ........ r610021 | acumiskey | 2008-01-08 16:28:56 +0100 (Di, 08 Jan 2008) | 2 lines Appears to be unused/referenced and superceeded by PageGroup ........ r610022 | acumiskey | 2008-01-08 16:34:07 +0100 (Di, 08 Jan 2008) | 2 lines cleaned up ........ r610023 | acumiskey | 2008-01-08 16:35:18 +0100 (Di, 08 Jan 2008) | 2 lines fixed javadoc ........ r610337 | vhennebert | 2008-01-09 12:02:08 +0100 (Mi, 09 Jan 2008) | 2 lines Fixed checkstyle issues: tabs and trailing spaces ........ r610355 | vhennebert | 2008-01-09 13:01:21 +0100 (Mi, 09 Jan 2008) | 2 lines keep-together is an inherited property ........ r610420 | acumiskey | 2008-01-09 16:40:25 +0100 (Mi, 09 Jan 2008) | 2 lines cleanup ........ r610704 | jeremias | 2008-01-10 08:38:47 +0100 (Do, 10 Jan 2008) | 1 line Added basic support for PDF page labels. ........ r610739 | jeremias | 2008-01-10 11:13:21 +0100 (Do, 10 Jan 2008) | 1 line PostScript output now generates the bounding box DSC comments for the whole document. ........ r610821 | vhennebert | 2008-01-10 16:53:20 +0100 (Do, 10 Jan 2008) | 4 lines - renamed variables for clarity - moved the computation of a cell's content length in PrimaryGridUnit - better javadoc for getHeight method in EffRow ........ r610848 | vhennebert | 2008-01-10 18:41:52 +0100 (Do, 10 Jan 2008) | 2 lines No need to check if the end of the cell is reached when creating the areas for a row ........ r610853 | vhennebert | 2008-01-10 18:54:16 +0100 (Do, 10 Jan 2008) | 2 lines Simplified addAreasAndFlushRow ........ r610886 | vhennebert | 2008-01-10 20:23:56 +0100 (Do, 10 Jan 2008) | 2 lines Removed endPart() method and moved its content into addAreasAndFlushRow() ........ r610891 | vhennebert | 2008-01-10 20:34:13 +0100 (Do, 10 Jan 2008) | 2 lines Removed accumulatedBPD which is redundant with yoffset ........ r610893 | vhennebert | 2008-01-10 20:35:24 +0100 (Do, 10 Jan 2008) | 2 lines The return value of addAreasAndFlushRow is never used, changed it to void ........ r610905 | vhennebert | 2008-01-10 20:57:29 +0100 (Do, 10 Jan 2008) | 2 lines Renamed lastRow into currentRow and yoffset into currentRowOffset ........ r611114 | jeremias | 2008-01-11 10:04:28 +0100 (Fr, 11 Jan 2008) | 2 lines Bugfix: Some string objects were not encrypted (for example in named destinations) I had to refactor the PDF library a little bit but since it only affects the inner API it shouldn't be a problem that I removed some methods which caused trouble because a didn't think about encryption when I worked on the PDF library last year. ........ ------------------------------------------------------------------------ r611133 | jeremias | 2008-01-11 11:45:01 +0100 (Fr, 11 Jan 2008) | 4 lines Fixed merge problems. Fixed a NPE when a mask is null in BitmapImage.java Add support for properly encoding binary data as a hexadecimal string object (including encryption). Adjust palette generation for indexed bitmaps to work correctly with encryption. ------------------------------------------------------------------------ r611138 | jeremias | 2008-01-11 11:59:27 +0100 (Fr, 11 Jan 2008) | 1 line Removed empty package. ------------------------------------------------------------------------ ................ r611285 | jeremias | 2008-01-11 20:03:36 +0000 (Fri, 11 Jan 2008) | 1 line Removed stray reference to ImageFactory. ................ r611766 | jeremias | 2008-01-14 11:01:11 +0000 (Mon, 14 Jan 2008) | 1 line java.net.URI doesn't eat non-escaped URIs so I added an escaping method to URISpecification that should cover most cases. Usually, it's just about a space in a filename. ................ r611767 | jeremias | 2008-01-14 11:02:34 +0000 (Mon, 14 Jan 2008) | 1 line Restore default constructor for PDFArray. ................ r611768 | jeremias | 2008-01-14 11:02:54 +0000 (Mon, 14 Jan 2008) | 1 line Clear parent if later on an object number is assigned to a PDFObject which means it is a top-level object. ................ r612560 | jeremias | 2008-01-16 20:14:56 +0000 (Wed, 16 Jan 2008) | 1 line Fixed dead link. ................ r612785 | acumiskey | 2008-01-17 10:36:36 +0000 (Thu, 17 Jan 2008) | 1 line added serial version id ................ r612815 | jeremias | 2008-01-17 13:37:04 +0000 (Thu, 17 Jan 2008) | 6 lines Fixed logic error setting the transformation matrix for block-container viewports (applies to absolute and fixed block-containers only). The CTM now only rotates and shifts the content as necessary for reference-orientation and writing-mode. All the rest of the transformation is done by the renderer which allows to add additional transformations as made possible by fox:transform (see below). Important: External renderer implementations need to adjust for the change and implement the new method concatenateTransformationMatrix(AffineTransform) if the renderer is derived from AbstractPathOrientedRenderer. New extension attribute fox:transform on fo:block-container allows free-form transformation (rotation, scaling etc.) of absolute and fixed block-containers. Supported only for PDF, PS and Java2D-based renderers. Added missing region background painting for PCL renderer. ................ r612816 | jeremias | 2008-01-17 13:43:33 +0000 (Thu, 17 Jan 2008) | 1 line Slight performance improvement on multi-core CPUs using a cheap trick. ................ r612825 | jeremias | 2008-01-17 14:23:13 +0000 (Thu, 17 Jan 2008) | 2 lines Fixed layout problem in two of the changes. Categorized the individual changes a bit. ................ r613144 | jeremias | 2008-01-18 12:44:56 +0000 (Fri, 18 Jan 2008) | 1 line Forgot to adjust the JAR name when updating to Batik 1.7 ................ r613185 | jeremias | 2008-01-18 15:25:26 +0000 (Fri, 18 Jan 2008) | 1 line Copy/Paste problem with TTF has long been fixed. ................ r613828 | jeremias | 2008-01-21 10:21:25 +0000 (Mon, 21 Jan 2008) | 1 line Removed stray System.out ................ r613831 | jeremias | 2008-01-21 10:33:10 +0000 (Mon, 21 Jan 2008) | 1 line A name object can be encoded as a stand-along PDF object with object number and all, so extend from PDFObject. Fixes a possible ClassCastException with the PDF-in-PDF extension. ................ r613835 | jeremias | 2008-01-21 10:40:38 +0000 (Mon, 21 Jan 2008) | 1 line Correct inline writing when object has an object number. ................ r613896 | jeremias | 2008-01-21 14:13:29 +0000 (Mon, 21 Jan 2008) | 1 line A note about the internal coordinate system when using fox:transform. ................ r614156 | jeremias | 2008-01-22 09:26:05 +0000 (Tue, 22 Jan 2008) | 2 lines Complete overhaul of the "Graphics" page after the new image loading framework has been introduced. Some updates on external links and about Java 1.4. ................ r614169 | vhennebert | 2008-01-22 10:48:43 +0000 (Tue, 22 Jan 2008) | 2 lines Fixed minor typos ................ r614170 | vhennebert | 2008-01-22 10:50:24 +0000 (Tue, 22 Jan 2008) | 2 lines Updated text to reflect the upgrading of the minimum Java requirement to 1.4 ................ r614191 | jeremias | 2008-01-22 12:31:11 +0000 (Tue, 22 Jan 2008) | 1 line A note on the difference between JAI Image I/O Tools, the codec package, and JAI, the image library. ................ r614201 | jeremias | 2008-01-22 14:02:27 +0000 (Tue, 22 Jan 2008) | 2 lines Bugzilla #44160: Fixed a possible IndexOutOfBoundsException that could happen with certain constellations when footnotes are used. Note: I haven't been able to come up with a scaled-down testcase for regression testing. Maybe someone more intimate with the footnote handling can. ................ r614202 | jeremias | 2008-01-22 14:13:22 +0000 (Tue, 22 Jan 2008) | 1 line We need JAI Image I/O Tools now rather than Jimi or JAI. ................ r614566 | vhennebert | 2008-01-23 15:22:05 +0000 (Wed, 23 Jan 2008) | 3 lines Added support for conditional borders (and paddings) in tables. The proper borders are not selected yet between the header/footer and the body. There might still be a few glitches in some cases ................ r614845 | vhennebert | 2008-01-24 11:32:07 +0000 (Thu, 24 Jan 2008) | 2 lines Removed the no longer needed maxColumnCount parameter ................ r614920 | vhennebert | 2008-01-24 16:40:46 +0000 (Thu, 24 Jan 2008) | 6 lines Cleanup: - renamed startRow/startCol into rowIndex/colIndex - improved javadoc of PrimaryGridUnit.getRowIndex() - moved colIndex from GridUnit into PrimaryGridUnit since it's only needed there - simplified EmptyGridUnit constructor ................ r614924 | vhennebert | 2008-01-24 16:51:53 +0000 (Thu, 24 Jan 2008) | 2 lines Removed no longer needed reference to TableColumn in GridUnit ................ r614964 | vhennebert | 2008-01-24 19:56:05 +0000 (Thu, 24 Jan 2008) | 2 lines Replaced 'non-lead' with 'normal' ................ r614966 | vhennebert | 2008-01-24 19:59:20 +0000 (Thu, 24 Jan 2008) | 2 lines Added license header ................ r614993 | vhennebert | 2008-01-24 21:10:22 +0000 (Thu, 24 Jan 2008) | 2 lines Bugzilla #44289: Wrong border resolution when header/footer omitted at break ................ r615144 | jeremias | 2008-01-25 08:26:54 +0000 (Fri, 25 Jan 2008) | 1 line Added support for DOMSource to Preloader SVG so a URI Resolver can be written that provides the SVG as a W3C SVG DOM. ................ r615164 | jeremias | 2008-01-25 09:59:29 +0000 (Fri, 25 Jan 2008) | 1 line Fix exception when closing Source that doesn't have any streams. ................ r615197 | jeremias | 2008-01-25 12:14:52 +0000 (Fri, 25 Jan 2008) | 1 line Improved error tolerance: an enum property value with leading or trailing spaces is still recognized. Example: content-width="scale-to-fit " ................ r615251 | vhennebert | 2008-01-25 15:52:53 +0000 (Fri, 25 Jan 2008) | 2 lines Fixed a bug in computeContentLength when there are empty cells ................ r615598 | adelmelle | 2008-01-27 13:35:39 +0000 (Sun, 27 Jan 2008) | 4 lines Bugzilla #44286: Fixed a memory-leak in XMLWhiteSpaceHandler. Submitted by: Stefan Ziel <stefan.ziel.at.claninfo.ch> ................ r615604 | vhennebert | 2008-01-27 14:09:12 +0000 (Sun, 27 Jan 2008) | 2 lines Of course startIndex == endIndex means there is one element whose length must be computed... Changed >= into > ................ r615845 | jeremias | 2008-01-28 10:32:46 +0000 (Mon, 28 Jan 2008) | 1 line Improve breaking for block-container and static-content so there are no more "breaking artifacts" (like additional border lines) in the overflowing part of the content anymore. This is done by removing all breaks from the result list prior to constructing the area tree. The presence of breaks simply indicates that there is an overflow. ................ r615906 | jeremias | 2008-01-28 15:04:39 +0000 (Mon, 28 Jan 2008) | 2 lines Added support for the natural language indentifier ("Lang" in the document catalog) for PDF documents based on the language/country values on fo:page-sequence. This required a few changes in the AreaTreeModel and the Renderer interface because it didn't support passing through the PageSequence object, only its title. Now, we can put other values on the PageSequence and transport them to the renderers. ................ r615917 | jeremias | 2008-01-28 15:45:10 +0000 (Mon, 28 Jan 2008) | 1 line A note on country/language. ................ r616080 | jeremias | 2008-01-28 22:05:39 +0000 (Mon, 28 Jan 2008) | 1 line Bugfix for invalid numTables entry in subset TrueType fonts if there was no "fpgm" table (Example: FreeSerif). ................ r616191 | jeremias | 2008-01-29 07:30:08 +0000 (Tue, 29 Jan 2008) | 1 line A more detailed comment on RTF output explaining that RTF has limitations besides the incomplete implementation on the FOP side. ................ r616260 | vhennebert | 2008-01-29 11:15:29 +0000 (Tue, 29 Jan 2008) | 2 lines Added more tests to ensure no weird things occurs when keep-with-previous/next is set on table. Runs ok ................ r616334 | vhennebert | 2008-01-29 14:15:52 +0000 (Tue, 29 Jan 2008) | 2 lines Renamed testcase for clarity ................ r616485 | vhennebert | 2008-01-29 19:12:58 +0000 (Tue, 29 Jan 2008) | 2 lines Replaced testcases for forced break on table-row with more complete ones. Tests failing because of bug #44320 have been commented out and will need to be re-enabled once the bug is fixed ................ r616691 | jeremias | 2008-01-30 08:53:48 +0000 (Wed, 30 Jan 2008) | 1 line "cvt ", "fpgm" and "prep" are all optional tables in TrueType. Some PDF viewers fail because FOP didn't handle those correctly. ................ r616694 | jeremias | 2008-01-30 09:05:30 +0000 (Wed, 30 Jan 2008) | 1 line Removing the previous entry because the new one basically covers the other, too. ................ r616798 | jeremias | 2008-01-30 16:03:00 +0000 (Wed, 30 Jan 2008) | 1 line Removed the Dijkstra stuff as it was moved to Commons. ................ r617126 | jeremias | 2008-01-31 13:44:46 +0000 (Thu, 31 Jan 2008) | 1 line Update lib README based on recent findings. ................ r617473 | jeremias | 2008-02-01 11:11:02 +0000 (Fri, 01 Feb 2008) | 1 line Implemented drawRenderedImage() which fixes painting of PNG images embedded inside SVG images. ................ r617512 | jeremias | 2008-02-01 14:58:30 +0000 (Fri, 01 Feb 2008) | 4 lines AlphaRasterImage now knows how to deal with TYPE_INT Rasters. Streamlined image handling in Graphics2D. Support natively handling CCITT images in SVG images. Add fallback to device RGB if sRGB isn't set up as the default color space in PDF. ................ r617531 | jeremias | 2008-02-01 16:02:33 +0000 (Fri, 01 Feb 2008) | 2 lines Move sRGB installation into the PDF library. That way it can be used in PDFDocumentGraphics2D, too (via AbstractImageAdapter). Ensures correct handling of sRGB images in PDFTranscoder. ................ r617550 | jeremias | 2008-02-01 16:31:24 +0000 (Fri, 01 Feb 2008) | 1 line Add a note about color space overrides which currently aren't supported for natively handled images, yet. ................ r617708 | adelmelle | 2008-02-01 23:30:13 +0000 (Fri, 01 Feb 2008) | 5 lines Bugzilla 44343: Fixed a bug when using relative (smaller/larger) font-sizes in combination with percentages. Percentages now resolved as per the spec (XSL-FO 1.1 7.9.4): "A percentage value specifies an absolute font size relative to the parent element's font-size." ................ r617716 | adelmelle | 2008-02-02 00:06:29 +0000 (Sat, 02 Feb 2008) | 4 lines Minor cleanup/improvement: - FontSizePropertyMaker: remove redundant casts (FixedLength already casts the doubles internally) - FixedLength: reduce visibility of 'fishy' convert() method (not used anywhere else) ................ r617765 | jeremias | 2008-02-02 06:45:39 +0000 (Sat, 02 Feb 2008) | 1 line Fixed transcoder test after yesterday's changes. ................ r617812 | adelmelle | 2008-02-02 15:13:40 +0000 (Sat, 02 Feb 2008) | 6 lines Further cleanup/refinement of FixedLength: * improve consistency in use of the PropertyCache remove public constructor -> replaced by getInstance() in a handful of classes * added a sourceResolution parameter to getInstance() and the private constructor to allow better handling of device-dependent units (px) ................ r617907 | adelmelle | 2008-02-02 22:11:12 +0000 (Sat, 02 Feb 2008) | 4 lines Further improvement in FixedLength: * added a special ZERO_FIXED_LENGTH instance * store only non-zero values in the PropertyCache ................ r617909 | adelmelle | 2008-02-02 22:18:30 +0000 (Sat, 02 Feb 2008) | 2 lines Slight correction for pixel-values: pass the ratio of pixels-per-point into FixedLength.getInstance() ................ r617976 | adelmelle | 2008-02-03 12:05:49 +0000 (Sun, 03 Feb 2008) | 5 lines Added very basic parsing for the xml:lang shorthand. No validation of the specified value, but the language and country properties now do take the shorthand into account to determine their value. ................ r617989 | adelmelle | 2008-02-03 14:11:40 +0000 (Sun, 03 Feb 2008) | 5 lines Bugzilla 43705: Fixed a bug when the rgb-icc() function was used before the fo:declarations, or in documents without fo:declarations. Function now correctly (?) reverts to the sRGB fallback in those cases. ................ r618239 | vhennebert | 2008-02-04 11:25:13 +0000 (Mon, 04 Feb 2008) | 2 lines Fixed minor typo I stumbled upon while doing something completely unrelated ................ r618470 | adelmelle | 2008-02-04 22:26:53 +0000 (Mon, 04 Feb 2008) | 1 line Added testcase for Bugzilla 44343 ................ r618626 | jeremias | 2008-02-05 12:34:56 +0000 (Tue, 05 Feb 2008) | 1 line Change PDFPage to use PDFDictionary in order to make it possible to better set MediaBox/TrimBox/BleedBox. ................ r618627 | jeremias | 2008-02-05 12:35:42 +0000 (Tue, 05 Feb 2008) | 1 line FOX_TRANSFORM constant should be static. ................ r618992 | jeremias | 2008-02-06 14:07:03 +0000 (Wed, 06 Feb 2008) | 4 lines Bugzilla #36391: Fixed problem with positioning of content when reference-orientation="180" is used. CTM is now correct. It is updated after the height of the content is known. Instead of somehow inverting the element list, I've simply declared this case non-breakable, i.e. I generate one box. Fixed a few other problems mostly occurring when rotating block-container content by 90 or 270 degrees plus a few remaining auto-height handling problems. This involved switching off some sometimes unwanted side-effects from auto-updating the BPD in some area classes. ................ r619417 | jeremias | 2008-02-07 14:02:44 +0000 (Thu, 07 Feb 2008) | 1 line Added an option to disable the default sRGB profile in PDF output for those who don't care about color fidelity, but care about PDF file size. Note that this option is not possible if PDF/A, PDF/X or an output profile is used. Makes simple PDFs about 4KB smaller. Ha! ................ r619461 | jeremias | 2008-02-07 15:42:03 +0000 (Thu, 07 Feb 2008) | 2 lines Bugfix for date formatting with negative time zones in the PDF's Info object. Update of xmlgraphics-commons-1.3.jar because of a similar bug with formatting dates in XMP. ................ r619670 | adelmelle | 2008-02-07 22:32:27 +0000 (Thu, 07 Feb 2008) | 1 line Tweak: early percentage resolution by the parser (if the base is known and absolute). Reduces the number of PercentLength instances in favor of cached FixedLengths. ................ r619674 | adelmelle | 2008-02-07 22:41:26 +0000 (Thu, 07 Feb 2008) | 3 lines Tweak: modify PercentLength.toString() to return a value that facilitates debugging. Moved the original code to a getString() implementation, which is now used by the fotree test suite. ................ r619790 | jeremias | 2008-02-08 07:27:06 +0000 (Fri, 08 Feb 2008) | 1 line Added a clarification that this bug affected PDF/A compliance. ................ r619854 | vhennebert | 2008-02-08 12:11:04 +0000 (Fri, 08 Feb 2008) | 3 lines Removed the 900 penalty mechanism which anyway almost always produced visually bad results. Now the first step for a row is computed so that each cell starting on it can contribute some content. Used a similar mechanism to replace backtracking: the current row is now allowed to grow as long as there is not enough space on the current page to make the next row fit. The next row is "delayed", so this mechanism is called "row-delaying" ................ r619856 | vhennebert | 2008-02-08 12:14:01 +0000 (Fri, 08 Feb 2008) | 2 lines Also display the column index in the toString method ................ r619870 | jeremias | 2008-02-08 13:23:47 +0000 (Fri, 08 Feb 2008) | 1 line Added missing width for Euro glyph. ................ r619923 | vhennebert | 2008-02-08 15:59:21 +0000 (Fri, 08 Feb 2008) | 2 lines Testcase for bug #43676, which is now fixed ................ r619979 | spepping | 2008-02-08 19:20:27 +0000 (Fri, 08 Feb 2008) | 5 lines In addKnuthElementsForBorderPaddingXXX, if the returnlist is a BlockKnuthSequence, the border and padding should be added to the first or last paragraph inside it, but it is too late to do that now. At least, avoid adding it to the bpd sequence. ................ r620272 | adelmelle | 2008-02-10 12:31:46 +0000 (Sun, 10 Feb 2008) | 5 lines Some minor tweaks: * added convenience shortcut to PropertyInfo to get to the user agent. * replaced occurrences to use the shortcut in PropertyParser and RGBColorFunction. * PropertyParser -> 0% of a length always yields FixedLength.ZERO_FIXED_LENGTH ................ r620276 | adelmelle | 2008-02-10 12:50:47 +0000 (Sun, 10 Feb 2008) | 3 lines Revisit background-position shorthand implementation: always convert to percentages (more possibilities/precision). ................ r620277 | adelmelle | 2008-02-10 13:01:07 +0000 (Sun, 10 Feb 2008) | 2 lines Tweak: wrap numeric values internally in Integers or Longs if possible, Doubles only if necessary. ................ r620278 | adelmelle | 2008-02-10 13:07:34 +0000 (Sun, 10 Feb 2008) | 2 lines Missing file from r620272 ................ r620283 | adelmelle | 2008-02-10 13:17:20 +0000 (Sun, 10 Feb 2008) | 5 lines Correction/Rectification of changes made in r617989: * adjustment in ColorUtil to cater for the change * added check to the color_1.xml testcase, checking for bug 43705 ................ r620285 | adelmelle | 2008-02-10 13:42:39 +0000 (Sun, 10 Feb 2008) | 3 lines Bugzilla 41631: Percentage resolution for arguments to proportional-column-width() ................ r620558 | vhennebert | 2008-02-11 18:10:09 +0000 (Mon, 11 Feb 2008) | 2 lines Added full support for breaks inside table-cell elements ................ r620559 | vhennebert | 2008-02-11 18:11:09 +0000 (Mon, 11 Feb 2008) | 2 lines Fixed illegal character in the file ................ r620565 | vhennebert | 2008-02-11 18:18:13 +0000 (Mon, 11 Feb 2008) | 2 lines Better javadoc for break class ................ r620567 | vhennebert | 2008-02-11 18:24:00 +0000 (Mon, 11 Feb 2008) | 2 lines Disabled region-body_column-count_bug#37468 testcase because of bug 44393 ................ r620570 | adelmelle | 2008-02-11 18:36:14 +0000 (Mon, 11 Feb 2008) | 1 line Missing file from r620283 ................ r620723 | jeremias | 2008-02-12 08:23:04 +0000 (Tue, 12 Feb 2008) | 2 lines Bugzilla #44393: Recognize the newly used EN_AUTO constant for break values. Other LMs generate a -1 value for this case. ................ r620750 | jeremias | 2008-02-12 10:45:50 +0000 (Tue, 12 Feb 2008) | 1 line Simplification. ................ r620761 | vhennebert | 2008-02-12 11:12:25 +0000 (Tue, 12 Feb 2008) | 2 lines Fixed wrong numbering of cells ................ r627318 | maxberger | 2008-02-13 09:12:25 +0000 (Wed, 13 Feb 2008) | 1 line Added *.xml to svn:ignore ................ r627324 | maxberger | 2008-02-13 09:35:01 +0000 (Wed, 13 Feb 2008) | 1 line Ensured all SVN properties are set equally ................ r627367 | maxberger | 2008-02-13 12:03:30 +0000 (Wed, 13 Feb 2008) | 1 line Ensured all SVN properties are set equally ................ r627495 | jeremias | 2008-02-13 15:55:34 +0000 (Wed, 13 Feb 2008) | 1 line Replace useless javadoc comment. ................ r627497 | jeremias | 2008-02-13 15:57:01 +0000 (Wed, 13 Feb 2008) | 1 line Easy way to force the discarding of the user's font cache file (especially after the recent changes). ................ r627553 | vhennebert | 2008-02-13 18:11:06 +0000 (Wed, 13 Feb 2008) | 2 lines Added support for breaks before and after table cells ................ r627576 | vhennebert | 2008-02-13 20:10:01 +0000 (Wed, 13 Feb 2008) | 2 lines Moved to the FO tree stage the check for break-before/after on table-row while spanning in progress, and fixed bug #44321 as well ................ r627679 | jeremias | 2008-02-14 08:12:34 +0000 (Thu, 14 Feb 2008) | 10 lines Added support for Type 1 fonts which don't use the AdobeStandardEncoding for PDF and PS output. Details: Added an Type 1 AFM parser (only basic ltr script fonts are properly supported). Font loading changed slightly to allow loading an AFM in addition to a PFM. Added some mapping functionality to CodePointMapping. Now we also build custom CodePointMapping instances from AFM files and use it in SingleByteFonts. Changed more PDF object classes to make use of the generic PDFDictionary and PDFArray base classes. Type 1 Fonts with a special encoding now register their encoding in the Encoding value of the font dictionary so the mapping is correct. For PS this isn't necessary as the interpreter just uses the font's default encoding. Refactored CMap building code to it can also be used outside the PDF context. A CMap can now also be built from a single byte encoding. Update of XML Graphics Commons snapshot. ................ r627698 | acumiskey | 2008-02-14 10:12:48 +0000 (Thu, 14 Feb 2008) | 3 lines When I first saw this it surprised me, it seems to have been here for quite some time. The code block directly following this if/else condition was identical so I removed the copy/paste duplication and refactored it. ................ r627702 | jeremias | 2008-02-14 10:41:26 +0000 (Thu, 14 Feb 2008) | 2 lines Fix problem with alternate Unicode code point overriding existing better ones in CodePointMapping (ex. a char code for NBSP was used in place of SPACE for non-standard encodings). Made PFM completely optional if an AFM is available. Widths and Kerning are now also read from the AFM. Fallbacks for missing values are in place. If both AFM and PFM are available, both are used to get the best possible result for certain metrics. ................ r627712 | vhennebert | 2008-02-14 11:36:01 +0000 (Thu, 14 Feb 2008) | 2 lines Simplified the detection of double as integer ................ r627719 | maxberger | 2008-02-14 11:57:05 +0000 (Thu, 14 Feb 2008) | 1 line Created Constants for unit descriptions ................ r627721 | vhennebert | 2008-02-14 12:09:05 +0000 (Thu, 14 Feb 2008) | 2 lines break-after set on the last child of a row-spanning cell must apply to the last row spanned by the cell ................ r628140 | vhennebert | 2008-02-15 18:33:12 +0000 (Fri, 15 Feb 2008) | 2 lines rowStarted doesn't need to be set in the signalNewRow method. If it is, it will prevent the startTablePart event from being triggered on RowGroupBuilder, in addChildNode. This will lead to a NPE being thrown in CollapsingBorderResolver because it would be improperly set up. ................ r628280 | jeremias | 2008-02-16 12:28:48 +0000 (Sat, 16 Feb 2008) | 7 lines Extracted most of the code in CodePointMapping (generated by XSLT) into a base class for easier maintenance and proper Javadocs. Deprecated FOP's copy of Glyphs.java. Took a different approach at handling mapping alternatives for single-byte fonts. The AFM now only lists the main character. Substitution is done through Glyphs.java later in CodePointMapping. Fixed a problem in Type1FontLoader where the PFM overrides asc/desc/cap/x even though the AFM provides the values. It showed itself because the URW Symbol font has wrong values in the PFM. Added a note to myself in Type1FontLoader to implement the "Flags" value. The whole thing still seems to work without that part. Added a glyph name list to the CodePointMapping so we can work with the original list from the AFM. Otherwise, various mapping operations to and from resulted in unwanted mappings (because the mappings are not necessarily 1:1) and in the end the PDF received an incorrect Encoding map. Now there's no such problem anymore. ................ r628652 | jeremias | 2008-02-18 09:00:08 +0000 (Mon, 18 Feb 2008) | 1 line No stack traces with missing images. ................ r628668 | jeremias | 2008-02-18 09:41:03 +0000 (Mon, 18 Feb 2008) | 2 lines Extract original exception in BasePDFTestCase.java. They are normally embedded in a TransformerException and sometimes additionally in a SAXException (depending on the JAXP implementation). Restore validation for Base14 font check when PDF/A is active. Got lost when I refactored to generic structures in the PDF library. ................ r628775 | jeremias | 2008-02-18 15:02:39 +0000 (Mon, 18 Feb 2008) | 2 lines fop-rgb-icc() function did not make the round-trip which caused an error in the color_1.xml test case (intermediate format tests). Added a unit test to test the parsing and round-trip. Documented the cmyk() function. ................ r628804 | jeremias | 2008-02-18 16:45:18 +0000 (Mon, 18 Feb 2008) | 1 line Reducing noise. Better messages. ................ r628816 | jeremias | 2008-02-18 17:06:39 +0000 (Mon, 18 Feb 2008) | 1 line It currently doesn't work properly without a layout-master-set. ................ r628826 | jeremias | 2008-02-18 17:24:23 +0000 (Mon, 18 Feb 2008) | 1 line Made the necessary changes to remove the long-standing deprecations in the apps package as discussed. ................ r628829 | jeremias | 2008-02-18 17:30:15 +0000 (Mon, 18 Feb 2008) | 1 line Makes sense to mention the removal of deprecated methods. ................ r629048 | vhennebert | 2008-02-19 09:36:23 +0000 (Tue, 19 Feb 2008) | 2 lines Style only: removed spurious ^M characters at the end of lines ................ r629093 | jeremias | 2008-02-19 13:08:39 +0000 (Tue, 19 Feb 2008) | 9 lines Bugzilla #44451: The patch fixes two problems: - If distinct fonts declare the same font family name, the resulting font mapping is currently arbitrary; now, a name-similarity heuristic is used to prioritize the font mappings. - "Medium" and "demi" fonts are now recognized as "bold", solving several real-world problems (although this solution may be an oversimplification). Submitted by: Justus Piater <justus-bulk.at.piater.name> Patch modified by jeremias: - Style fixes (tab chars) - Refined font weight identification: medium -> 500, semi/demi -> 600 ................ r629103 | jeremias | 2008-02-19 14:16:08 +0000 (Tue, 19 Feb 2008) | 1 line Bugfix: a specified font-weight of 100 could result into a resolved font-weight of 400 even when a font with weight 200 is registered. ................ r629129 | jeremias | 2008-02-19 15:43:31 +0000 (Tue, 19 Feb 2008) | 1 line Fixed NPE when no AFM is available and the PFM didn't provide a xHeight. ................ r629131 | jeremias | 2008-02-19 15:47:48 +0000 (Tue, 19 Feb 2008) | 2 lines Added support for reading the OS/2 table's usWeightClass value which supports the same font weight values as we use in XSL-FO. However, in my tests these values proved to be unreliable (like ExtraBlack fonts returning 400). I just hooked the whole thing in so this work isn't lost if anyone has an idea to make it work. The FontInfoFinder will continue to only use guessed font weights for now. ................ r629169 | vhennebert | 2008-02-19 17:32:18 +0000 (Tue, 19 Feb 2008) | 2 lines Fixed a bug leading to the content of row-spanning cells being duplicated at page breaks, when it's small enough to fit on the previous row ................ r629769 | maxberger | 2008-02-21 12:52:33 +0000 (Thu, 21 Feb 2008) | 1 line Moved me to commiters :) ................ r629902 | maxberger | 2008-02-21 18:22:22 +0000 (Thu, 21 Feb 2008) | 1 line Turned on XInclude processing for the main source given on the command line. ................ r630215 | maxberger | 2008-02-22 14:17:20 +0000 (Fri, 22 Feb 2008) | 2 lines Fixed backward compatiblity with 1.4 ................ r630772 | jeremias | 2008-02-25 09:17:43 +0000 (Mon, 25 Feb 2008) | 1 line Bugfix: When scale-up/down-to-fit was used, the image scaling rule was not always respected. ................ r630814 | vhennebert | 2008-02-25 11:30:43 +0000 (Mon, 25 Feb 2008) | 5 lines - added full support for keep-with-previous on table-row and in table-cell - added more testcases for keeps in tables - assign the right table-row element to grid units that are not on the first row spanned - slightly re-worked the RowGroupBuilder interface to make it more SAX-like ................ r631178 | jeremias | 2008-02-26 11:07:20 +0000 (Tue, 26 Feb 2008) | 3 lines Reverted revision 603590 which broke the AFP renderer. The other changes after revision 603590 should be preserved as well as possible, including the switch to the new image library. Adjustments for change in behaviour of the block viewport CTM. Bugfix: SVG painting is now always done on a color canvas (like for PCL) because Batik cannot handle gradients on a grayscale canvas. ................ r631226 | jeremias | 2008-02-26 14:30:50 +0000 (Tue, 26 Feb 2008) | 1 line GOCA support temporarily removed. ................ r631276 | vhennebert | 2008-02-26 16:23:15 +0000 (Tue, 26 Feb 2008) | 2 lines Moved the getBody method into PrimaryGridUnit, since it's only needed there and that allows to simplify EmptyGridUnit ................ r631575 | jeremias | 2008-02-27 13:00:54 +0000 (Wed, 27 Feb 2008) | 2 lines Bugzilla #44497: AFP Renderer: Bugfix for broken reference orientation on absolutely positioned block-containers. ................ r631609 | vhennebert | 2008-02-27 15:09:06 +0000 (Wed, 27 Feb 2008) | 2 lines bpBeforeNormal and bpAfterNormal already include border-separation, no need to re-substract it from the box height ................ r631984 | jeremias | 2008-02-28 14:30:46 +0000 (Thu, 28 Feb 2008) | 2 lines Slight improvement for thin lines in Java2D/AWT output. Submitted by: Gordon Cooke <cookeg.at.btinternet.com> ................ r632121 | adelmelle | 2008-02-28 21:29:04 +0000 (Thu, 28 Feb 2008) | 6 lines Minor tweaks/updates: - change toString() to getLocalizedMessage() for exceptions passed to warning() - removed deprecated method isLocatorDisabled() - removed superfluous try-catch block - some javadoc changes ................ r632122 | adelmelle | 2008-02-28 21:33:11 +0000 (Thu, 28 Feb 2008) | 2 lines Minor tweak: switch from toString() to getLocalizedMessage() for Exceptions passed into warning() ................ r632321 | jeremias | 2008-02-29 14:03:01 +0000 (Fri, 29 Feb 2008) | 1 line Bugfix: Disabled setting widths from AFM since we're using WinAnsiEncoding internally but the AFM delivers the character widths using the font's native encoding which causes problems with some characters. ................ r632558 | clay | 2008-03-01 07:10:03 +0000 (Sat, 01 Mar 2008) | 1 line Preparing for FOP 0.95 release. ................ r632716 | clay | 2008-03-02 06:42:02 +0000 (Sun, 02 Mar 2008) | 1 line Adding Quick Start Guide. ................ r632784 | jeremias | 2008-03-02 16:53:24 +0000 (Sun, 02 Mar 2008) | 1 line Further preparations for the 0.95 release. This was tested with the latest Forrest Trunk (which uses FOP 0.94 for the PDFs). ................ r632938 | clay | 2008-03-03 04:44:28 +0000 (Mon, 03 Mar 2008) | 2 lines Updated the Apache FOP Quick Start to include a 'Hello World' document and make it more geared toward newbies (thanks Jeremias!). ................ r632972 | jeremias | 2008-03-03 07:51:14 +0000 (Mon, 03 Mar 2008) | 1 line Tried to make font configuration easier to understand by splitting the basics from the advanced stuff. Otherwise, people will believe for the next 100 years that generating XML font metrics file is still always necessary. ................ r633389 | jeremias | 2008-03-04 08:37:05 +0000 (Tue, 04 Mar 2008) | 1 line Removed 0.93 and 0.94, added 0.95. There's no noticeable difference between 0.94 and 0.95 so I removed a column to regain some space. ................ r633390 | jeremias | 2008-03-04 08:38:36 +0000 (Tue, 04 Mar 2008) | 1 line Switched to Commons 1.3 being released. ................ r633391 | jeremias | 2008-03-04 08:39:12 +0000 (Tue, 04 Mar 2008) | 1 line Added ApacheCon US 2008. ................ r633396 | jeremias | 2008-03-04 09:06:03 +0000 (Tue, 04 Mar 2008) | 1 line Various updates. ................ r633397 | jeremias | 2008-03-04 09:15:50 +0000 (Tue, 04 Mar 2008) | 1 line Using Forrest Trunk from now on (in order to use FOP 0.94 for PDFs). We'll switch to a stable release as soon as a release with a new FOP version is available. ................ r633437 | jeremias | 2008-03-04 11:50:34 +0000 (Tue, 04 Mar 2008) | 3 lines Renamed to 0.95beta. Made changes and release notes work again by switching to the projectInfo plug-in rather than relying on our local copy of the stylesheets. There's a little bug (missing images) in the release notes for which I submitted a patch (https://issues.apache.org/jira/browse/FOR-1076) to Forrest. Brought status.xml more in line with the official status DTD. ................ r633460 | jeremias | 2008-03-04 12:59:57 +0000 (Tue, 04 Mar 2008) | 1 line Copyright year ................ r633470 | jeremias | 2008-03-04 13:25:12 +0000 (Tue, 04 Mar 2008) | 1 line Noted some of the major change areas in this release. ................ r633473 | jeremias | 2008-03-04 13:40:11 +0000 (Tue, 04 Mar 2008) | 2 lines Ha! Almost forgot the most important change: Java 1.4! Plus a note on image libraries. ................ r633525 | jeremias | 2008-03-04 16:13:17 +0000 (Tue, 04 Mar 2008) | 1 line Bugfix: Without the system ID (base URI), the XSLT processor cannot resolve document(<uri>, .) function calls correctly. ................ r633557 | jeremias | 2008-03-04 17:30:40 +0000 (Tue, 04 Mar 2008) | 1 line Bugfix: If there's shrink available in an auto-height situation, the difference is now set to 0 in order to avoid unwanted effects. IOW, never shrink in an auto-height situation. ................ r633559 | jeremias | 2008-03-04 17:35:52 +0000 (Tue, 04 Mar 2008) | 2 lines Update FOP poster for OpenExpo 2008 in Bern. This fixes various warnings, updates the history and simplifies configuration (if you're on Windows, it will work out of the box because all fonts are available). ................ r633561 | jeremias | 2008-03-04 17:39:08 +0000 (Tue, 04 Mar 2008) | 1 line Update README. ................ r633961 | vhennebert | 2008-03-05 18:22:06 +0000 (Wed, 05 Mar 2008) | 5 lines - Fixed the rendering of the area of a table corresponding to border-separation, which must be filled with the background of the table, and not the rows. - Improved conformance: even if a table-cell spans several rows its background must correspond to the first row spanned. - Added support for background on fo:table-column and fo:table-header/footer/body TODO more testcases needed, especially tables with collapsing border model and tables broken over pages ................ r634187 | jeremias | 2008-03-06 08:21:06 +0000 (Thu, 06 Mar 2008) | 1 line Added some notes on getting the same output for PDF/PS and Java2D-based renderers. ................ r635508 | jeremias | 2008-03-10 10:06:37 +0000 (Mon, 10 Mar 2008) | 4 lines Fixed NPE in BlockContainerLayoutManager when used as a child of an inline-level FO. Split IP and BP stack limits in LayoutContext (there's now a certain amount of redundancy with "refIPD" in LayoutContext which I didn't resolve). Areas are now generated for block-level FOs when used as children of inline-level FOs. ClassCastException in ListLayoutManager.mustKeepTogether() fixed (occured if used as child of an inline-level FO). ................ r635686 | vhennebert | 2008-03-10 20:52:43 +0000 (Mon, 10 Mar 2008) | 2 lines Bugfix: forced break ignored when the minimum height of a table-row isn't reached ................ r635701 | jeremias | 2008-03-10 21:28:08 +0000 (Mon, 10 Mar 2008) | 1 line Need to clean up after myself. ................ r635741 | jeremias | 2008-03-10 22:39:38 +0000 (Mon, 10 Mar 2008) | 1 line Bugfix for row/body/col background painting when padding is used in the table-cells. ................ r635884 | vhennebert | 2008-03-11 11:02:27 +0000 (Tue, 11 Mar 2008) | 2 lines Fixed a copy-paste error (getPaddingStart instead of getPaddingEnd) ................ r635961 | vhennebert | 2008-03-11 15:05:27 +0000 (Tue, 11 Mar 2008) | 2 lines Forgot to add the testcase for forced break vs explicit row height in revision 635686 ................ r635967 | vhennebert | 2008-03-11 15:13:51 +0000 (Tue, 11 Mar 2008) | 2 lines Updated the disabled-testcases.xml file: re-enabled testcases which could easily be updated, removed the other ones which anyway were superseded by more complete ones ................ r636276 | vhennebert | 2008-03-12 10:51:09 +0000 (Wed, 12 Mar 2008) | 2 lines Since compliance.ihtml is now the source file and it would cost too much to revert to an xml version, tidied the file a bit. No content change. ................ r636293 | vhennebert | 2008-03-12 12:14:51 +0000 (Wed, 12 Mar 2008) | 2 lines Updated the compliance page. Re-added the 0.94 column since there are some noteworthy changes between the 0.94 and 0.95 versions ................ r636295 | vhennebert | 2008-03-12 12:19:15 +0000 (Wed, 12 Mar 2008) | 3 lines Update of the documentation before the release. Added notes about improved checks and conformance in tables. ................ r636405 | vhennebert | 2008-03-12 16:25:52 +0000 (Wed, 12 Mar 2008) | 2 lines Initialized merge tracking via "svnmerge" from the 0.95 branch ................ r636409 | vhennebert | 2008-03-12 16:36:29 +0000 (Wed, 12 Mar 2008) | 8 lines Blocked revisions 636406 via svnmerge ........ r636406 | vhennebert | 2008-03-12 16:28:00 +0000 (Wed, 12 Mar 2008) | 2 lines Set the version to 0.95beta ........ ................ r636471 | vhennebert | 2008-03-12 19:24:05 +0000 (Wed, 12 Mar 2008) | 2 lines Removed no longer used borderAndPaddingBPD field ................ r637057 | jeremias | 2008-03-14 11:15:24 +0000 (Fri, 14 Mar 2008) | 2 lines Bugzilla #44412: Bugfix: When there was a forced break after a block with (conditional) borders the border-after wasn't painted. ................ r637076 | vhennebert | 2008-03-14 12:22:44 +0000 (Fri, 14 Mar 2008) | 2 lines Reverting changes of rev. 637057. I applied the changes to the 0.95 branch instead so that they make their way into the 0.95 release. I will merge them back to the Trunk via svnmerge ................ r638396 | vhennebert | 2008-03-18 15:01:43 +0000 (Tue, 18 Mar 2008) | 53 lines Merged revisions 636400-636405,636407-638388 via svnmerge from https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_95 ........ r636403 | vhennebert | 2008-03-12 16:24:48 +0000 (Wed, 12 Mar 2008) | 2 lines Updated copyright years ........ r637075 | vhennebert | 2008-03-14 12:19:45 +0000 (Fri, 14 Mar 2008) | 4 lines Bugzilla #44412: Bugfix: When there was a forced break after a block with (conditional) borders the border-after wasn't painted. Changes made by Jeremias ........ r637119 | jeremias | 2008-03-14 14:41:03 +0000 (Fri, 14 Mar 2008) | 2 lines Bugzilla #44412: Bugfix: The before border of a block is no longer swallowed if its first child issues a break-before. ........ r637791 | jeremias | 2008-03-17 08:59:51 +0000 (Mon, 17 Mar 2008) | 3 lines Removed old image adapters. Removed support for Java 1.3 building as it didn't work anymore anyway. Added a check to require Java 1.4 for building. ........ r637857 | jeremias | 2008-03-17 12:24:33 +0000 (Mon, 17 Mar 2008) | 3 lines Partially reverted revision 637791: Restored JAI as a required dependency for distribution builds (used for error diffusion dithering in the PCL Renderer). It is optional otherwise. Updated the licensing info and release notes to make the changes clear. ........ r637993 | vhennebert | 2008-03-17 17:48:44 +0000 (Mon, 17 Mar 2008) | 3 lines Bugzilla #44621: when the after border of a cell, in the trailing case, is bigger than in the normal case, the generated sequence of Knuth elements was wrong, leading to content being swallowed This is a partial fix only: the content is no longer swallowed, but the penalty is wrong (shorter than it should be). This will lead to the table overflowing the region-body without warning. ........ r638048 | vhennebert | 2008-03-17 20:00:36 +0000 (Mon, 17 Mar 2008) | 2 lines Changed the documentation to reflect the move to Java 1.4 as a minimum requirement ........ r638308 | vhennebert | 2008-03-18 10:26:32 +0000 (Tue, 18 Mar 2008) | 2 lines Simplified the getNextKnuthElements method a little bit ........ r638316 | vhennebert | 2008-03-18 11:06:59 +0000 (Tue, 18 Mar 2008) | 2 lines Removed the 'jdk1.4' suffix appended to the binary artifacts. There's no point in making the distinction anymore since there is only one binary now ........ r638317 | vhennebert | 2008-03-18 11:08:29 +0000 (Tue, 18 Mar 2008) | 2 lines Updated the probable date of the release ........ ................ r640089 | clay | 2008-03-22 21:54:27 +0000 (Sat, 22 Mar 2008) | 1 line updates to Forrest web site (expand menu structure). ................ r640242 | adelmelle | 2008-03-23 19:36:36 +0000 (Sun, 23 Mar 2008) | 11 lines Cleanup and minor refactoring: * consolidate addId() in AbstractLayoutManager * replace getPSLM().addIdToPage(getXXX().getId()) in various LMs Smaller changes/cleanup in the affected LMs include: * removal of some redundant casts * simplified conditionals * avoid duplicating the reference to the FObj as much as possible: the reference is already stored in AbstractLM, yet every subclass seems to add another reference... ................ r641742 | jeremias | 2008-03-27 08:49:41 +0000 (Thu, 27 Mar 2008) | 6 lines Added support for addressing all glyphs available in a Type 1 font, not just the ones in the font's primary encoding. Typeface: getEncoding() changed to getEncodingName() to make clearer what is held here. Some cleanup in the font classes to put the various things in more appropriate places. Created a common base class for all Base 14 fonts (makes the hierarchy clearer). Made PDFTextUtil more universally useful and made use of it in PDFRenderer, too. Made PDFStream.add(String) more efficient. The encoding converter is not called for each invocation anymore as the whole thing get buffered by a BufferedWriter (as suggested by the javadoc of OutputStreamWriter). ................ r641764 | maxberger | 2008-03-27 10:02:25 +0000 (Thu, 27 Mar 2008) | 1 line Added my key ................ r641827 | jeremias | 2008-03-27 14:29:44 +0000 (Thu, 27 Mar 2008) | 2 lines When a JPEG image is embedded, an optionally embedded color profile is filtered out as it's already embedded separately in the PDF file. Worked around a problem (PDF renderer) with JPEG image containing RGB color profiles which are not sRGB. The images drifted into yellow. The color profile is simply disabled in this case. Please let us know if you know what the problem could be. ................ git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_AFPGOCAResources@643433 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation/content/xdocs')
-rw-r--r--src/documentation/content/xdocs/0.93/extensions.xml125
-rw-r--r--src/documentation/content/xdocs/0.93/fonts.xml298
-rw-r--r--src/documentation/content/xdocs/0.93/graphics.xml338
-rw-r--r--src/documentation/content/xdocs/0.94/index.xml2
-rw-r--r--src/documentation/content/xdocs/0.95/anttask.xml (renamed from src/documentation/content/xdocs/0.93/anttask.xml)0
-rw-r--r--src/documentation/content/xdocs/0.95/compiling.xml (renamed from src/documentation/content/xdocs/0.93/compiling.xml)7
-rw-r--r--src/documentation/content/xdocs/0.95/configuration.xml (renamed from src/documentation/content/xdocs/0.93/configuration.xml)85
-rw-r--r--src/documentation/content/xdocs/0.95/embedding.xml (renamed from src/documentation/content/xdocs/0.93/embedding.xml)13
-rw-r--r--src/documentation/content/xdocs/0.95/extensions.xml234
-rw-r--r--src/documentation/content/xdocs/0.95/fonts.xml410
-rw-r--r--src/documentation/content/xdocs/0.95/fotree/disabled-testcases.xml (renamed from src/documentation/content/xdocs/0.93/fotree/disabled-testcases.xml)5
-rw-r--r--src/documentation/content/xdocs/0.95/graphics.xml551
-rw-r--r--src/documentation/content/xdocs/0.95/hyphenation.xml (renamed from src/documentation/content/xdocs/0.93/hyphenation.xml)0
-rw-r--r--src/documentation/content/xdocs/0.95/index.xml (renamed from src/documentation/content/xdocs/0.93/index.xml)14
-rw-r--r--src/documentation/content/xdocs/0.95/intermediate.xml (renamed from src/documentation/content/xdocs/0.93/intermediate.xml)0
-rw-r--r--src/documentation/content/xdocs/0.95/known-issues.xml (renamed from src/documentation/content/xdocs/0.93/known-issues.xml)32
-rw-r--r--src/documentation/content/xdocs/0.95/knownissues_overview.xml (renamed from src/documentation/content/xdocs/0.93/knownissues_overview.xml)16
-rw-r--r--src/documentation/content/xdocs/0.95/layoutengine/disabled-testcases.xml (renamed from src/documentation/content/xdocs/0.93/layoutengine/disabled-testcases.xml)88
-rw-r--r--src/documentation/content/xdocs/0.95/output.xml (renamed from src/documentation/content/xdocs/0.93/output.xml)132
-rw-r--r--src/documentation/content/xdocs/0.95/pdfa.xml (renamed from src/documentation/content/xdocs/0.93/pdfa.xml)26
-rw-r--r--src/documentation/content/xdocs/0.95/pdfencryption.xml (renamed from src/documentation/content/xdocs/0.93/pdfencryption.xml)11
-rw-r--r--src/documentation/content/xdocs/0.95/pdfx.xml (renamed from src/documentation/content/xdocs/0.93/pdfx.xml)0
-rw-r--r--src/documentation/content/xdocs/0.95/running.xml (renamed from src/documentation/content/xdocs/0.93/running.xml)65
-rw-r--r--src/documentation/content/xdocs/0.95/servlets.xml (renamed from src/documentation/content/xdocs/0.93/servlets.xml)67
-rw-r--r--src/documentation/content/xdocs/0.95/upgrading.xml (renamed from src/documentation/content/xdocs/0.93/upgrading.xml)42
-rw-r--r--src/documentation/content/xdocs/compliance.ihtml12468
-rw-r--r--src/documentation/content/xdocs/dev/doc.xml4
-rw-r--r--src/documentation/content/xdocs/dev/release.xml2
-rw-r--r--src/documentation/content/xdocs/download.xml21
-rw-r--r--src/documentation/content/xdocs/faq.xml15
-rw-r--r--src/documentation/content/xdocs/index.xml7
-rw-r--r--src/documentation/content/xdocs/quickstartguide.xml124
-rw-r--r--src/documentation/content/xdocs/site.xml25
-rw-r--r--src/documentation/content/xdocs/status.xml8
-rw-r--r--src/documentation/content/xdocs/tabs.xml8
-rw-r--r--src/documentation/content/xdocs/team.xml32
-rw-r--r--src/documentation/content/xdocs/trunk/compiling.xml4
-rw-r--r--src/documentation/content/xdocs/trunk/fonts.xml210
-rw-r--r--src/documentation/content/xdocs/trunk/output.xml29
-rw-r--r--src/documentation/content/xdocs/trunk/pdfencryption.xml6
-rw-r--r--src/documentation/content/xdocs/trunk/running.xml2
41 files changed, 8961 insertions, 6565 deletions
diff --git a/src/documentation/content/xdocs/0.93/extensions.xml b/src/documentation/content/xdocs/0.93/extensions.xml
deleted file mode 100644
index 0c22ca123..000000000
--- a/src/documentation/content/xdocs/0.93/extensions.xml
+++ /dev/null
@@ -1,125 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!--
- Licensed to the Apache Software Foundation (ASF) under one or more
- contributor license agreements. See the NOTICE file distributed with
- this work for additional information regarding copyright ownership.
- The ASF licenses this file to You under the Apache License, Version 2.0
- (the "License"); you may not use this file except in compliance with
- the License. You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-<!-- $Id$ -->
-<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
-<document>
- <header>
- <title>Standard FOP Extensions</title>
- <version>$Revision$</version>
- </header>
- <body>
- <p>
- By "extension", we mean any data that can be placed in the input XML document that
- is not addressed by the XSL-FO standard.
- By having a mechanism for supporting extensions, FOP is able to add features that
- are not covered in the specification.
- </p>
- <p>
- The extensions documented here are included with FOP, and are automatically available
- to you. If you wish to add an extension of your own to FOP, please see the
- <a href="../dev/extensions.html">Developers' Extension Page</a>.
- </p>
- <note>All extensions required the correct use of an appropriate namespace in your input document.</note>
- <section id="svg">
- <title>SVG</title>
- <p>
- Please see the <a href="graphics.html#svg">SVG documentation</a> for more details.
- </p>
- </section>
- <section id="fo-extensions">
- <title>FO Extensions</title>
- <section id="fox-namespace">
- <title>Namespace</title>
- <p>
- By convention, FO extensions in FOP use the "fox" namespace prefix.
- To use any of the FO extensions, add a namespace entry for
- <code>http://xml.apache.org/fop/extensions</code> to the root element:
- </p>
- <source><![CDATA[<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format"
- xmlns:fox="http://xmlgraphics.apache.org/fop/extensions">]]></source>
- <note>
- Currently, no extension elements are implemented in FOP Trunk which use the
- FOP extension namespace.
- </note>
- </section>
- <section id="bookmarks">
- <title>PDF Bookmarks</title>
- <p>
- In previous versions of Apache FOP there was a <code>fox:outline</code> element
- which was used to create outlines in PDF files. The redesigned code makes use
- of the new <a href="http://www.w3.org/TR/xsl11/#fo_bookmark-tree">bookmark feature defined in the latest XSL 1.1 working draft</a>.
- </p>
- </section>
- <section id="named-destinations">
- <title>Anchors or Named Destinations</title>
- <p>This extension element hasn't been reimplemented for the redesigned code, yet.</p>
- <!--p>Use the fox:destination element to define "named destinations" inside a PDF document.
-These are useful as fragment identifiers, e.g. "http://server/document.pdf#anchor-name".
-fox:destination elements can be placed almost anywhere in the fo document, including a child of
-root, a block-level element, or an inline-level element.
-For the destination to actually work, it must correspond to an "id" attribute on some fo element
-within the document. In other words, the "id" attribute actually creates the "view" within the
-PDF document. The fox:destination simply gives that view an independent name.
-</p>
- <source><![CDATA[<fox:destination internal-destination="table-of-contents"/>
-...
-<fo:block id="table-of-contents">Table of Contents</fo:block>]]></source>
- <warning>It is possible that in some future release of FOP, <em>all </em>elements with
-"id" attributes will generate named-destinations, which will eliminate the need for
-fox:destination.</warning-->
- </section>
- <section id="table-continue-label">
- <title>Table Continuation Label</title>
- <p>This extension element hasn't been reimplemented for the redesigned code, yet.</p>
- <!--p>Use the fox:continued-label element to create content in table-header and
-table-footer cells that will appear only on pages after the first page that the table
-appears. fox:continued-label is itself inline content, and is a container of fo:inline
-content. This content will be laid out only if the table does not fit on a single page and flows
-to following pages. Here is an example of FO code creating such a table-header:</p>
-<source><![CDATA[<fo:table-header>
- <fo:table-row>
- <fo:table-cell>
- <fo:block>Header column 1 with continued label
- <fox:continued-label><fo:inline> (cont.)</fo:inline></fox:continued-label>
- </fo:block>
- </fo:table-cell>
- <fo:table-cell>
- <fo:block>Header column 2 with no continued label</fo:block>
- </fo:table-cell>
- </fo:table-row>
-</fo:table-header>]]></source-->
- </section>
- <section id="widow-orphan-content-limit">
- <title>fox:orphan-content-limit and fox:widow-content-limit</title>
- <p>
- The two proprietary extension properties, fox:orphan-content-limit and
- fox:widow-content-limit, are used to improve the layout of list-blocks and tables.
- If you have a table with many entries, you don't want a single row to be left over
- on a page. You will want to make sure that at least two or three lines are kept
- together. The properties take an absolute length which specifies the area at the
- beginning (fox:widow-content-limit) or at the end (fox:orphan-content-limit) of a
- table or list-block. The properties are inherited and only have an effect on fo:table
- and fo:list-block. An example: fox:widow-content-limit="3 * 1.2em" would make sure
- the you'll have at least three lines (assuming line-height="1.2") together on a table
- or list-block.
- </p>
- </section>
- </section>
- </body>
-</document>
-
diff --git a/src/documentation/content/xdocs/0.93/fonts.xml b/src/documentation/content/xdocs/0.93/fonts.xml
deleted file mode 100644
index 53d4bd97f..000000000
--- a/src/documentation/content/xdocs/0.93/fonts.xml
+++ /dev/null
@@ -1,298 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!--
- Licensed to the Apache Software Foundation (ASF) under one or more
- contributor license agreements. See the NOTICE file distributed with
- this work for additional information regarding copyright ownership.
- The ASF licenses this file to You under the Apache License, Version 2.0
- (the "License"); you may not use this file except in compliance with
- the License. You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-<!-- $Id$ -->
-<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
-<document>
- <header>
- <title>Apache FOP: Fonts</title>
- <version>$Revision$</version>
- <authors>
- <person name="Jeremias Märki" email=""/>
- <person name="Tore Engvig" email=""/>
- </authors>
- </header>
- <body>
- <section id="intro">
- <title>Summary</title>
- <note>The FOP Font subsystem is currently undergoing a significant change.
- The details provided here especially related to the generation of FOP Font
- Metrics files and the FOP Font configuration are likely to change substantially
- in the future.
- </note>
- <p>The following table summarizes the font capabilities of the various FOP renderers:</p>
- <table>
- <tr>
- <th>Renderer</th>
- <th>Base-14</th>
- <th>AWT/OS</th>
- <th>Custom</th>
- <th>Custom Embedding</th>
- </tr>
- <tr>
- <td>PDF</td>
- <td>yes</td>
- <td>no</td>
- <td>yes</td>
- <td>yes</td>
- </tr>
- <tr>
- <td>PostScript</td>
- <td>yes</td>
- <td>no</td>
- <td>yes</td>
- <td>yes</td>
- </tr>
- <!--tr> NOT AVAILABLE YET!!!
- <td>PCL</td>
- <td>yes (modified)</td>
- <td>no</td>
- <td>no</td>
- <td>no</td>
- </tr-->
- <tr>
- <td>TXT</td>
- <td>yes (used for layout but not for output)</td>
- <td>no</td>
- <td>yes (used for layout but not for output)</td>
- <td>no</td>
- </tr>
- <tr>
- <td>AWT</td>
- <td>if available from OS</td>
- <td>yes</td>
- <td>yes</td>
- <td>n/a (display only)</td>
- </tr>
- <tr>
- <td>Print</td>
- <td>if available from OS</td>
- <td>yes</td>
- <td>yes</td>
- <td>controlled by OS printer driver</td>
- </tr>
- <tr>
- <td>RTF</td>
- <td>n/a (font metrics not needed)</td>
- <td>n/a</td>
- <td>n/a</td>
- <td>n/a</td>
- </tr>
- <tr>
- <td>MIF</td>
- <td>n/a (font metrics not needed)</td>
- <td>n/a</td>
- <td>n/a</td>
- <td>n/a</td>
- </tr>
- <tr>
- <td>SVG</td>
- <td>if available from OS</td>
- <td>yes</td>
- <td>no</td>
- <td>no</td>
- </tr>
- <tr>
- <td>XML</td>
- <td>yes</td>
- <td>no</td>
- <td>yes</td>
- <td>n/a</td>
- </tr>
- </table>
- </section>
- <section>
- <title>Base-14 Fonts</title>
- <p>The Adobe PDF Specification specifies a set of 14 fonts that must be available to every PDF reader: Helvetica (normal, bold, italic, bold italic), Times (normal, bold, italic, bold italic), Courier (normal, bold, italic, bold italic), Symbol and ZapfDingbats.</p>
- </section>
- <section id="awt">
- <title>AWT/Operating System Fonts</title>
- <p>The AWT family of renderers (AWT, Print, SVG), use the Java AWT libraries for font metric information. Through operating system registration, the AWT libraries know what fonts are available on the system, and the font metrics for each one.</p>
- </section>
- <section id="custom">
- <title>Custom Fonts</title>
- <p>Support for custom fonts is added by creating font metric files (written in XML) from the actual font files, and registering them with FOP. Currently only Type 1 and TrueType fonts can be added.
-More information about fonts can be found at:</p>
- <ul>
- <li><a href="http://partners.adobe.com/asn/developer/type/ftypes.html">Adobe font types</a></li>
- <li><a href="http://partners.adobe.com/asn/developer/technotes/fonts.html">Adobe Font Technote</a>
-</li>
- </ul>
- <section id="type1-metrics">
- <title>Type 1 Font Metrics</title>
- <p>FOP includes PFMReader, which reads the PFM file that normally comes with a Type 1 font, and generates an appropriate font metrics file for it.
-To use it, run the class org.apache.fop.fonts.apps.PFMReader:</p>
- <p>Windows (on JDK 1.4 and later):</p>
- <source>java -cp build\fop.jar;lib\avalon-framework.jar;lib\commons-logging.jar;lib\commons-io.jar
- org.apache.fop.fonts.apps.PFMReader [options] pfm-file xml-file</source>
- <p>Windows (on JDK 1.3.x):</p>
- <source>java -cp build\fop.jar;lib\avalon-framework.jar;lib\commons-logging.jar;lib\commons-io.jar;lib\xml-apis.jar;
- lib\xercesImpl.jar;lib\xalan.jar;lib\serializer.jar
- org.apache.fop.fonts.apps.PFMReader [options] pfm-file xml-file</source>
- <p>Unix (on JDK 1.4 and later):</p>
- <source>java -cp build/fop.jar:lib/avalon-framework.jar:lib/commons-logging.jar:lib/commons-io.jar
- org.apache.fop.fonts.apps.PFMReader [options] pfm-file xml-file</source>
- <p>Unix (on JDK 1.3.1):</p>
- <source>java -cp build/fop.jar:lib/avalon-framework.jar:lib/commons-logging.jar:lib/commons-io.jar:lib/xml-apis.jar:
- lib/xercesImpl.jar:lib/xalan.jar:lib/serializer.jar
- org.apache.fop.fonts.apps.PFMReader [options] pfm-file xml-file</source>
- <p>PFMReader [options]:</p>
- <ul>
- <li><strong>-fn &lt;fontname&gt;</strong> By default, FOP uses the fontname from the
-.pfm file when embedding the font. Use the "-fn" option to override this name with one you have
-chosen. This may be useful in some cases to ensure that applications using the output document
-(Acrobat Reader for example) use the embedded font instead of a local font with the same
-name.</li>
- </ul>
- <note>The classpath in the above example has been simplified for readability.
-You will have to adjust the classpath to the names of the actual JAR files in the lib directory.
-xml-apis.jar, xercesImpl.jar, xalan.jar and serializer.jar are not necessary for JDK version 1.4 or later.</note>
- <note>The tool will construct some values (FontBBox, StemV and ItalicAngle) based on assumptions and calculations which are only an approximation to the real values.
-FontBBox and Italic Angle can be found in the human-readable part of the PFB file or in the AFM file.
-The PFMReader tool does not yet interpret PFB or AFM files, so if you want to be correct, you may have to adjust the values in the XML file manually.
-The constructed values however appear to have no visible influence.</note>
- </section>
- <section id="truetype-metrics">
- <title>TrueType Font Metrics</title>
- <p>FOP includes TTFReader, which reads the TTF file and generates an appropriate font metrics file for it.
-Use it in a similar manner to PFMReader.
-For example, to create such a metrics file in Windows from the TrueType font at c:\myfonts\cmr10.ttf:</p>
- <source>java -cp build\fop.jar;lib\avalon-framework.jar;lib\commons-logging.jar;lib\commons-io.jar
- org.apache.fop.fonts.apps.TTFReader [options]
- C:\myfonts\cmr10.ttf ttfcm.xml</source>
- <p>TTFReader [options]:</p>
- <ul>
- <li><strong>-d &lt;DEBUG | INFO &gt;</strong> Sets the debug level (default is
-INFO).</li>
- <li><strong>-fn &lt;fontname&gt;</strong> Same as for PFMReader.</li>
- <li><strong>-ttcname &lt;fontname&gt;</strong> If you're reading data from a
-TrueType Collection (.ttc file) you must specify which font from the collection you will read
-metrics from.
-If you read from a .ttc file without this option, the fontnames will be listed for you.</li>
- <li><strong>-enc ansi</strong> Creates a WinAnsi-encoded font metrics file.
-Without this option, a CID-keyed font metrics file is created.
-The table below summarizes the differences between these two encoding options as currently
-used within FOP.
-Please note that this information only applies to TrueType fonts and TrueType collections:</li>
- </ul>
- <table id="ttf-encoding">
- <tr>
- <th>Issue</th>
- <th>WinAnsi</th>
- <th>CID-keyed</th>
- </tr>
- <tr>
- <td>Usable Character Set</td>
- <td>Limited to WinAnsi character set, which is roughly equivalent to iso-8889-1.</td>
- <td>Limited only by the characters in the font itself.</td>
- </tr>
- <tr>
- <td>Embedding the Font</td>
- <td>Optional.</td>
- <td>Mandatory. Not embedding the font produces invalid PDF documents.</td>
- </tr>
- </table>
- <warning>
- You may experience failures with certain TrueType fonts, especially if they don't contain
- the so-called Unicode "cmap" table. TTFReader can currently not deal with font like this.
- </warning>
- </section>
- <section id="truetype-collections-metrics">
- <title>TrueType Collections Font Metrics</title>
- <p>TrueType collections (.ttc files) contain more than one font.
-To create metrics files for these fonts, you must specify which font in the collection should be generated, by using the "-ttcname" option with the TTFReader.</p>
- <p>To get a list of the fonts in a collection, just start the TTFReader as if it were a normal TrueType file (without the -ttcname option).
-It will display all of the font names and exit with an Exception.</p>
- <p>Here is an example of generating a metrics file for a .ttc file:</p>
- <source>java -cp build\fop.jar;lib\avalon-framework.jar;lib\commons-logging.jar;lib\commons-io.jar
- org.apache.fop.fonts.apps.TTFReader -ttcname "MS Mincho"
- msmincho.ttc msminch.xml</source>
- </section>
- <section id="register">
- <title>Register Fonts with FOP</title>
- <p>You must tell FOP how to find and use the font metrics files by registering them in the <a href="configuration.html">FOP Configuration</a>. Add entries for your custom fonts, regardless of font type, to the configuration file in a manner similar to the following:</p>
- <source><![CDATA[<font metrics-url="file:///C:/myfonts/FTL_____.xml" kerning="yes"
- embed-url="file:///C:/myfonts/FTL_____.pfb">
- <font-triplet name="FrutigerLight" style="normal" weight="normal"/>
-</font>]]></source>
- <note>Review the documentation for <a href="configuration.html">FOP Configuration</a> for instructions on making the FOP configuration available to FOP when it runs. Otherwise, FOP has no way of finding your custom font information.</note>
- <ul>
- <li>
- URLs are used to access the font metric and font files.
- Relative URLs are resolved relative to the font-base property (or base) if available.
- See <a href="configuration.html">FOP: Configuration</a> for more information.
- </li>
- <li>The "kerning" and "embed-url" attributes are optional. Kerning is currently not used at all. If embedding is off, the output will position the text correctly (from the metrics file), but it will not be displayed or printed correctly unless the viewer has the applicable font available to their local system.</li>
- <li>When setting the embed-url attribute for Type 1 fonts, be sure to specify the PFB (actual font data), not PFM (font metrics) file that you used to generate the XML font metrics file.</li>
- <li>
- If relative URLs are specified, they are evaluated relative to the value of the
- "font-base" setting. If there is no "font-base" setting, the fonts are evaluated
- relative to the base directory.
- </li>
- </ul>
- <!--note>Cocoon users will need to setup the config, see FOPSerializer for more information.</note-->
- </section>
- <section id="embedding">
- <title>Embedding</title>
- <note>The PostScript renderer does not yet support TrueType fonts, but can embed Type 1 fonts.</note>
- <note>The font is simply embedded into the PDF file, it is not converted.</note>
- <p>Font embedding is enabled in the userconfig.xml file and controlled by the embed-url attribute.
-If you don't specify the embed-url attribute the font will not be embedded, but will only be referenced.</p>
- <warning>
- Omitting the embed-url attribute for CID-encoded TrueType fonts will currently produce invalid
- PDF files! If you create the XML font metric file using the "-enc ansi" option, you can omit
- the embed-url attribute for TrueType fonts but you're restricted to the WinAnsi character set.
- </warning>
- <p>When FOP embeds a font, it adds a prefix to the fontname to ensure that the name will not match the fontname of an installed font.
-This is helpful with older versions of Acrobat Reader that preferred installed fonts over embedded fonts.</p>
- <p>When embedding PostScript fonts, the entire font is always embedded.</p>
- <p>When embedding TrueType fonts (ttf) or TrueType Collections (ttc), a subset of the original font, containing only the glyphs used, is embedded in the output document.
-Currently, this embedded font contains only the minimum data needed to be embedded in a pdf document, and does not contain any codepage information.
-The PDF document contains indexes to the glyphs in the font instead of to encoded characters.
-While the document will be displayed correctly, the net effect of this is that searching, indexing, and cut-and-paste will not work properly.</p>
- <p>One workaround for this behavior is to use the "-enc ansi" option when generating metrics with TTFReader.
-This will cause the whole font to be embedded in the pdf document.
-Characters will be WinAnsi encoded (as specified in the PDF spec), so you lose the ability to use characters from other character sets.
-See <a href="#ttf-encoding">Table of TTF Encoding Options</a> for more details.</p>
- </section>
- <section id="embedding-base14">
- <title>Explicitely embedding the base 14 fonts</title>
- <p>
- There are cases where you might want to force the embedding of one or more of the base 14 fonts that
- can normally be considered available on the target platform (viewer, printer). One of these cases is
- PDF/A which mandates the embedding of even the base 14 fonts. Embedding a font such as Helvetica or
- Courier is straight-forward. The "Symbol" and "ZapfDingbats" fonts, however, currently present a
- problem because FOP cannot correctly determine the encoding of these two single-byte fonts through
- the PFM file. FOP now correctly interprets the "encoding" value in the XML font metrics file, but the
- PFMReader application writes "UnknownEncoding" to the generated XML file. In order to embed "Symbol"
- and "ZapfDingbats" you have to manually change the XML font metrics file and specify "SymbolEncoding"
- or "ZapfdingbatsEncoding" encoding respectively as the value for the "encoding" element.
- </p>
- <p>Example:</p>
- <source><![CDATA[
-<?xml version="1.0" encoding="UTF-8"?>
-<font-metrics type="TYPE1">
- <font-name>Symbol</font-name>
- <embed/>
- <encoding>SymbolEncoding</encoding>
- <cap-height>673</cap-height>
- <x-height>766</x-height>
- [..]]]></source>
- </section>
- </section>
- </body>
-</document>
diff --git a/src/documentation/content/xdocs/0.93/graphics.xml b/src/documentation/content/xdocs/0.93/graphics.xml
deleted file mode 100644
index beb860223..000000000
--- a/src/documentation/content/xdocs/0.93/graphics.xml
+++ /dev/null
@@ -1,338 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!--
- Licensed to the Apache Software Foundation (ASF) under one or more
- contributor license agreements. See the NOTICE file distributed with
- this work for additional information regarding copyright ownership.
- The ASF licenses this file to You under the Apache License, Version 2.0
- (the "License"); you may not use this file except in compliance with
- the License. You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-<!-- $Id$ -->
-<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
-<document>
- <header>
- <title>Apache FOP: Graphics Formats</title>
- <version>$Revision$</version>
- </header>
- <body>
- <section id="support-overview">
- <title>Overview of Graphics Support</title>
- <p>
- The table below summarizes the <em>theoretical</em> support for graphical formats within FOP. In other words, within the constraints of the limitations listed here, these formats <em>should</em> work. However, many of them have not been tested, and there may be limitations that have not yet been discovered or documented. The packages needed to support some formats are not included in the FOP distribution and must be installed separately. Follow the links in the "Support Thru" column for more details.
- </p>
- <table>
- <tr>
- <th>Format</th>
- <th>Type</th>
- <th><a href="#native">FOP native support</a></th>
- <th><a href="#batik">Batik SVG</a></th>
- <th><a href="#batik-codecs">Batik codecs</a></th>
- <th><a href="#imageio">Image I/O</a></th>
- <th><a href="#jai">JAI</a></th>
- <th><a href="#jimi">JIMI</a></th>
- </tr>
- <tr>
- <td><a href="#bmp">BMP</a> (Microsoft Windows Bitmap)</td>
- <td>bitmap</td>
- <td>X</td>
- <td></td>
- <td></td>
- <td></td>
- <td></td>
- <td></td>
- </tr>
- <tr>
- <td><a href="#eps">EPS</a> (Encapsulated PostScript)</td>
- <td>metafile (both bitmap and vector), probably most frequently used for vector drawings</td>
- <td>(X)</td>
- <td></td>
- <td></td>
- <td></td>
- <td></td>
- <td></td>
- </tr>
- <tr>
- <td>GIF (Graphics Interchange Format)</td>
- <td>bitmap</td>
- <td>X</td>
- <td></td>
- <td></td>
- <td>X</td>
- <td>X</td>
- <td>X</td>
- </tr>
- <tr>
- <td><a href="#jpeg">JPEG</a> (Joint Photographic Experts Group)</td>
- <td>bitmap</td>
- <td>(X)</td>
- <td></td>
- <td></td>
- <td></td>
- <td></td>
- <td></td>
- </tr>
- <tr>
- <td><a href="#png">PNG</a> (Portable Network Graphic)</td>
- <td>bitmap</td>
- <td></td>
- <td></td>
- <td>X</td>
- <td></td>
- <td></td>
- <td></td>
- </tr>
- <tr>
- <td><a href="#svg">SVG</a> (Scalable Vector Graphics)</td>
- <td>vector (with embedded bitmaps)</td>
- <td></td>
- <td>X</td>
- <td></td>
- <td></td>
- <td></td>
- <td></td>
- </tr>
- <tr>
- <td><a href="#tiff">TIFF</a> (Tag Image Format File)</td>
- <td>bitmap</td>
- <td>(X)</td>
- <td></td>
- <td>X</td>
- <td></td>
- <td>X</td>
- <td></td>
- <!--td><a href="#native">FOP native</a> or <a href="#jai">JAI</a>, depending on the subformat. See <a href="#tiff">TIFF</a> for more details.(JIMI also supports TIFF, but this has not been implemented within FOP).</td-->
- </tr>
- </table>
- <note>"(X)" means restricted support. Please see the details below.</note>
- </section>
- <section id="packages">
- <title>Graphics Packages</title>
- <section id="native">
- <title>FOP Native</title>
- <p>
- FOP has native ability to handle some graphic file formats.
- </p>
- </section>
- <section id="batik-codecs">
- <title>Batik codecs</title>
- <p>
- Apache Batik contains codecs for PNG and TIFF access. FOP can use these.
- </p>
- </section>
- <section id="imageio">
- <title>Image I/O (JDK 1.4 or higher)</title>
- <p>
- For JDKs 1.4 or higher, FOP provides a wrapper to load images through the
- <a class="fork" href="http://java.sun.com/j2se/1.4.2/docs/guide/imageio/index.html">JDK's Image I/O API</a> (JSR 015).
- Image I/O allows to dynamically add additional image codecs. An example of such an add-on library are the
- <a class="fork" href="http://java.sun.com/products/java-media/jai/">JAI Image I/O Tools</a> available from Sun.
- </p>
- </section>
- <section id="jimi">
- <title>JIMI</title>
- <p>
- Because of licensing issues, the JIMI image library is not included in the FOP distribution. First, <a class="fork" href="http://java.sun.com/products/jimi">download</a> and install it.
-Then, copy the file "JimiProClasses.zip" from the archive to {fop-install-dir}/lib/jimi-1.0.jar. Please note that FOP binary distributions are compiled with JIMI support, so there is no need for you to build FOP to add the support. If jimi-1.0.jar is installed in the right place, it will automatically be used by FOP, otherwise it will not.
- </p>
- </section>
- <section id="jai">
- <title>JAI (Java Advanced Imaging API)</title>
- <warning>JAI support is available for Release 0.20.5 and later. The comments in this section do not apply to releases earlier than 0.20.5.</warning>
- <p>
- FOP has been compiled with JAI support, but JAI is not included in the FOP distribution.
-To use it, install <a href="http://java.sun.com/products/java-media/jai">JAI</a>, then copy the jai_core.jar and the jai_codec.jar files to {fop-install-dir}/lib.
-JAI is much faster than JIMI, but is not available for all platforms. See <a href="http://java.sun.com/products/java-media/jai/forDevelopers/jaifaq.html#platforms">What platforms are supported?</a> on the JAI FAQ page for more details.
- </p>
- </section>
- <section id="batik">
- <title>Batik</title>
- <p>Current FOP distributions include a distribution of the Apache <a class="fork" href="ext:batik">Batik</a> version 1.6.
-It is automatically installed with FOP.
-Because Batik's API changes frequently, it is highly recommended that you use the version that ships with FOP, at least when running FOP.</p>
- <warning>Batik must be run in a graphical environment.</warning>
- <p>Batik must be run in a graphical environment.
-It uses AWT classes for rendering SVG, which in turn require an X server on Unixish systems.
-If you run a server without X, or if you can't connect to the X server due to security restrictions or policies (a so-called "headless" environment), SVG rendering will fail.</p>
- <p>Here are some workarounds:</p>
- <ul>
- <li>If you are using JDK 1.4, start it with the <code>-Djava.awt.headless=true</code> command line option.</li>
- <li>Install an X server which provides an in-memory framebuffer without actually using a screen device or any display hardware. One example is Xvfb.</li>
- <li>Install a toolkit which emulates AWT without the need for an underlying X server. One example is the <a href="http://www.eteks.com/pja/en">PJA toolkit</a>, which is free and comes with detailed installation instructions.</li>
- </ul>
- </section>
- </section>
- <section id="bmp">
- <title>BMP</title>
- <p>FOP native support for BMP images is limited to the RGB color-space.</p>
- </section>
- <section id="eps">
- <title>EPS</title>
- <p>FOP provides support for two output targets:</p>
- <ul>
- <li>PostScript (full support).</li>
- <li>
- PDF (partial support). Due to the lack of a built-in PostScript interpreter, FOP
- can only embed the EPS file into the PDF. Acrobat Reader will not currently display
- the EPS (it doesn't have a PostScript interpreter, either) but it will be shown
- correctly when you print the PDF on a PostScript-capable printer. PostScript devices
- (including GhostScript) will render the EPS correctly.
- </li>
- </ul>
- <p>
- Other output targets can't be supported at the moment because
- FOP lacks a PostScript interpreter. Furthermore, FOP is not able
- to parse the preview bitmaps sometimes contained in EPS files.
- </p>
- </section>
- <section id="jpeg">
- <title>JPEG</title>
- <p>FOP native support of JPEG does not include all variants, especially those containing unusual color lookup tables and color profiles.
-If you have trouble with a JPEG image in FOP, try opening it with an image processing program (such as Photoshop or Gimp) and then saving it.
-Specifying 24-bit color output may also help.
-For the PDF and PostScript renderers most JPEG images can be passed through without decompression.
-User reports indicate that grayscale, RGB, and CMYK color-spaces are all rendered properly.
- </p>
- </section>
- <section id="png">
- <title>PNG</title>
- <p>If using JAI for PNG support, only RGB and RGBA color-spaces are supported for FOP rendering.</p>
- </section>
- <section id="svg">
- <title>SVG</title>
- <section id="svg-intro">
- <title>Introduction</title>
- <p>FOP uses <a href="#batik">Batik</a> for SVG support.
-This format can be handled as an <code>fo:instream-foreign-object</code> or in a separate
-file referenced with <code>fo:external-graphic</code>.</p>
- <note>
-Batik's SVG Rasterizer utility may also be used to convert standalone SVG
-documents into PDF. For more information please see the
-<a href="http://xml.apache.org/batik/svgrasterizer.html">SVG Rasterizer documentation</a>
-on the Batik site.
- </note>
- </section>
- <section id="svg-pdf-graphics">
- <title>Placing SVG Graphics into PDF</title>
- <p>
-The SVG is rendered into PDF by using PDF commands to draw and fill
-lines and curves. This means that the graphical objects created with
-this remain as vector graphics.
- </p>
- <p>
-There are a number of SVG things that cannot be converted directly into
-PDF. Parts of the graphic such as effects, patterns and images are inserted
-into the PDF as a raster graphic. The resolution of this graphic may not
-be ideal depending on the FOP dpi (72dpi) and the scaling for that graphic.
-We hope to improve this in the future.</p>
- <p>
-Currently transparency is not supported in PDF so many svg images that
-contain effects or graphics with transparent areas will not be displayed
-correctly.
- </p>
- </section>
- <section id="svg-pdf-text">
- <title>Placing SVG Text into PDF</title>
- <p>If possible, Batik will use normal PDF text when inserting text. It does
-this by checking if the text can be drawn normally and the font is
-supported. This example svg <a href="../dev/svg/text.svg">text.svg</a> /
-<!--link href="../dev/svg/text.pdf"-->text.pdf<!--/link-->
-shows how various types and effects with text are handled.
-Note that tspan and outlined text are not yet implemented.</p>
- <p>
-Otherwise, text is converted and drawn as a set of shapes by batik, using the stroking text painter.
-This means that a typical character will
-have about 10 curves (each curve consists of at least 20 characters).
-This can make the pdf files large and when the pdf is viewed the
-viewer does not normally draw those fine curves very well (turning on
-Smooth Line Art in the Acrobat preferences will fix this).
-If the text is inserted into the PDF using the inbuilt text commands
-for PDF it will use a single character.
- </p>
- <p>Note that because SVG text can be rendered as either text or a vector graphic, you may need to consider settings in your viewer for both.
-The Acrobat viewer has both "smooth line art" and "smooth text" settings that may need to be set for SVG images to be displayed nicely on your screen (see Edit / Preferences / Display).
-This setting will not affect the printing of your document, which should be OK in any case, but will only affect the quality of the screen display.</p>
- </section>
- <section id="svg-scaling">
- <title>Scaling</title>
- <p>Currently, SVG images are rendered with the dimensions specified <em>in the SVG file</em>, within the viewport specified in the fo:external-graphic element.
-For everything to work properly, the two should be equal.
-The SVG standard leaves this issue as an implementation detail.
-FOP will probably implement a scaling mechanism in the future.</p>
- </section>
- <section id="svg-problems">
- <title>Known Problems</title>
- <ul>
- <li>
-soft mask transparency is combined with white so that it looks better
-on pdf 1.3 viewers but this causes the soft mask to be slightly lighter
-or darker on pdf 1.4 viewers
- </li>
- <li>
-there is some problem with a gradient inside a pattern causing a pdf
-error when viewed in acrobat 5
- </li>
- <li>
-text is not always handled correctly, it may select the wrong font
-especially if characters have multiple fonts in the font list
- </li>
- <li>
-more pdf text handling could be implemented
-It could draw the string using the attributed character iterator
-to handle tspans and other simple changes of text.
- </li>
- <li>
-JPEG images are not inserted directly into the pdf document
-This area has not been implemented yet since the appropriate
-method in batik is static
- </li>
- <li>
-Uniform transparency for images and other svg elements that are converted
-into a raster graphic are not drawn properly in PDF. The image is opaque.
- </li>
- </ul>
- </section>
- </section>
- <section id="tiff">
- <title>TIFF</title>
- <p>FOP-native TIFF support is limited to PDF and PostScript output only. Also, according to user reports, FOP's native support for TIFF is limited to images with the following characteristics (all must be true for successful rendering):</p>
- <ul>
- <li>single channel images (i.e., bi-level and grayscale only)</li>
- <li>uncompressed images, or images using CCITT T.4, CCITT T.6, or JPEG compression</li>
- <li>images using white-is-zero encoding in the TIFF PhotometricInterpretation tag</li>
- </ul>
- <p><em>JAI:</em> Supports RGB and RGBA only for FOP rendering.</p>
- </section>
- <section id="resolution">
- <title>Graphics Resolution</title>
- <p>Some bitmapped image file formats store a dots-per-inch (dpi) or other resolution value. Since PDF and most output formats do not have a concept of resolution, but only of absolute image units (i.e. pixels) FOP ignores the resolution values as well. Instead, FOP uses the dimensions of the image as specified in the fo:external-graphic element to render the image:</p>
- <ul>
- <li>If no dimensions are given, FOP uses a default value of 72 dpi to compute the graphic's dimensions. For example, suppose a graphic 300 pixels wide and 400 pixels high. FOP will render the graphic at 4.167 inches wide, 5.555 inches high, with an apparent resolution of 72 dpi.</li>
- <li>If only one dimension is given, FOP by default uses the same aspect ratio to compute the other dimension (to avoid the appearance of stretching). For example, suppose a graphic 300 pixels wide and 400 pixels high, for which content-width = ".5in". FOP will compute the content-height = .667 inches, and will render the graphic at that size, with an apparent resolution of 600 dpi.</li>
- <li>If both dimensions are given, FOP simply renders the image in that space. For example, suppose a graphic 300 pixels wide and 400 pixels high, for which content-width = "3in" and content-height = "4in". FOP will render the graphic at that size, with an apparent resolution of 100 dpi.</li>
- </ul>
- <p>If you need a higher apparent output resolution for bitmapped images, first make sure that at least one dimension of the image is defined in your XSL-FO input. Apart from that, resolution problems are in the image file itself, and must be corrected there: use or create a higher-resolution image file.</p>
- <note>The explanation above describes only the basic default behavior. There are other attributes of the fo:external-graphic element that can affect the behavior described above.</note>
- </section>
- <section id="caching">
- <title>Image caching</title>
- <p>
- FOP caches images between runs. The URL is used as a key to identify images which means that when
- a particular URL appears again, the image is taken from the cache. If you have a servlet that
- generates a different image each time it is called with the same URL you need to use a constantly
- changing dummy parameter on the URL to avoid caching.
- </p>
- <p>
- The image cache has been improved considerably in the redesigned code. Therefore, a resetCache() method
- has become unnecessary. If you still experience OutOfMemoryErrors, please notify us.
- </p>
- </section>
- </body>
-</document>
diff --git a/src/documentation/content/xdocs/0.94/index.xml b/src/documentation/content/xdocs/0.94/index.xml
index ba5b1af15..9bf46ccf5 100644
--- a/src/documentation/content/xdocs/0.94/index.xml
+++ b/src/documentation/content/xdocs/0.94/index.xml
@@ -32,7 +32,7 @@
</p>
<p>
This fifth release contains many bug fix release and new features compared
- to 0.92beta. To see what has changed since the last release, please visit the
+ to 0.93. To see what has changed since the last release, please visit the
<a href="changes_0.94.html">Changes Page</a> and the <a href="releaseNotes_0.94.html">Release Notes</a>.
</p>
</section>
diff --git a/src/documentation/content/xdocs/0.93/anttask.xml b/src/documentation/content/xdocs/0.95/anttask.xml
index 44550c3d7..44550c3d7 100644
--- a/src/documentation/content/xdocs/0.93/anttask.xml
+++ b/src/documentation/content/xdocs/0.95/anttask.xml
diff --git a/src/documentation/content/xdocs/0.93/compiling.xml b/src/documentation/content/xdocs/0.95/compiling.xml
index 76d7b214f..57761429f 100644
--- a/src/documentation/content/xdocs/0.93/compiling.xml
+++ b/src/documentation/content/xdocs/0.95/compiling.xml
@@ -41,7 +41,7 @@
<section id="env-jdk">
<title>JDK</title>
<p>
- Building FOP requires a minimum Java Development Kit (JDK/SDK) of 1.3
+ Building FOP requires a minimum Java Development Kit (JDK/SDK) of 1.4
(A Java Runtime Environment is not sufficient).
</p>
</section>
@@ -59,7 +59,7 @@
<p>
The build script uses <a href="ext:ant">Apache Ant</a>, a popular
Java-based build tool, which usually requires that the environment variable JAVA_HOME point to
- your local JDK root directory. This is true even if you use JDK 1.2 or above, which normally
+ your local JDK root directory. This is true even if you use JDK 1.4 or above, which normally
does not need this setting.
</p>
</section>
@@ -103,7 +103,8 @@
needed, but may be helpful if you are having problems with the build process itself.
</li>
<li>
- <strong>javadocs</strong>: Generates javadocs. This creates the FOP API documentation.
+ <strong>javadocs</strong>: Creates the FOP API documentation.
+ <note>A minimum JDK version of 1.4.2 is required for generating the javadocs.</note>
</li>
</ul>
<p>To run the build:</p>
diff --git a/src/documentation/content/xdocs/0.93/configuration.xml b/src/documentation/content/xdocs/0.95/configuration.xml
index ed96c3eb7..e82a6e862 100644
--- a/src/documentation/content/xdocs/0.93/configuration.xml
+++ b/src/documentation/content/xdocs/0.95/configuration.xml
@@ -64,19 +64,21 @@
<tr>
<th>Element</th>
<th>Data Type (for the value)</th>
+ <th>Description</th>
<th>Default Value</th>
</tr>
<tr>
<td>base</td>
<td>URL or directory</td>
<td>Specifies the base URL based on which relative URL will be resolved.</td>
+ <td>current directory</td>
</tr>
<tr>
<td>font-base</td>
<td>URL or directory</td>
<td>Specifies the base URL based on which relative font URLs will be resolved.
- If not specified defaults to the base URL above.
</td>
+ <td>base URL/directory (above)</td>
</tr>
<tr>
<td>hyphenation-base</td>
@@ -85,6 +87,7 @@
files will be resolved. If not specified, support for user-supplied hyphenation
patterns remains disabled.
</td>
+ <td>disabled</td>
</tr>
<tr>
<td>source-resolution</td>
@@ -93,6 +96,7 @@
Resolution in dpi (dots per inch) which is used internally to determine the pixel
size for SVG images and bitmap images without resolution information.
</td>
+ <td>72 dpi</td>
</tr>
<tr>
<td>target-resolution</td>
@@ -102,6 +106,17 @@
images generated by bitmap renderers (such as the TIFF renderer) and by bitmaps
generated by Apache Batik for filter effects and such.
</td>
+ <td>72 dpi</td>
+ </tr>
+ <tr>
+ <td>strict-configuration</td>
+ <td>Boolean (true, false)</td>
+ <td>
+ Setting this option to 'true' will cause FOP to strictly verify the contents of the
+ FOP configuration file to ensure that defined resources (such as fonts and base
+ URLs/directories) are valid and available to FOP. Any errors found will cause FOP to
+ immediately raise an exception.</td>
+ <td>false</td>
</tr>
<tr>
<td>strict-validation</td>
@@ -111,6 +126,7 @@
for example, you're allowed to specify a border on a region-body which is supported
by some FO implementations but is non-standard. Note that such a border would
currently have no effect in Apache FOP.</td>
+ <td>true</td>
</tr>
<tr>
<td>break-indent-inheritance</td>
@@ -124,6 +140,7 @@
the desired behaviour and because the behaviour among the commercial implementations
varies. The default for this option (i.e. false) is to behave exactly like the
specification describes.</td>
+ <td>false</td>
</tr>
<tr>
<td>default-page-settings</td>
@@ -132,11 +149,31 @@
Specifies the default width and height of a page if "auto" is specified
for either or both values. Use "height" and "width" attributes on the
default-page-settings element to specify the two values.</td>
+ <td>"height" 11 inches, "width" 8.26 inches</td>
+ </tr>
+ <tr>
+ <td>use-cache</td>
+ <td>boolean (true, false)</td>
+ <td>All fonts information that has been gathered as a result of "directory"
+ or "auto-detect" font configurations will be cached for future rendering runs.
+ This setting should improve performance on systems where
+ fonts have been configured using the "directory" or "auto-detect" tag mechanisms.
+ By default this option is switched on.</td>
+ <td>true</td>
+ </tr>
+ <tr>
+ <td>cache-file</td>
+ <td>String</td>
+ <td>This options specifies the file/directory path of the fop cache file.
+ This option can also be specified on the command-line using the -cache option.
+ This file is currently only used to cache font triplet information for future reference.</td>
+ <td>${base}/conf/fop.cache</td>
</tr>
<tr>
<td>renderers</td>
<td>(see text below)</td>
<td>Contains the configuration for each renderer. See below.</td>
+ <td>N/A</td>
</tr>
</table>
<p>
@@ -145,6 +182,12 @@
<source><![CDATA[
<fop version="1.0">
+ <!-- Strict user configuration -->
+ <strict-configuration>true</strict-configuration>
+
+ <!-- Strict FO validation -->
+ <strict-validation>true</strict-validation>
+
<!-- Base URL for resolving relative URLs -->
<base>./</base>
@@ -234,7 +277,23 @@
<output-profile>C:\FOP\Color\EuropeISOCoatedFOGRA27.icc</output-profile>
<fonts....
- </renderer>]]></source>
+ </renderer>]]></source>
+ <p>
+ Some people don't have high requirements on color fidelity but instead want the smallest
+ PDF file sizes possible. In this case it's possible to disable the default sRGB color space
+ which XSL-FO requires. This will cause RGB colors to be generated as device-specific RGB.
+ Please note that this option is unavailable (and will cause an error) if you enable
+ PDF/A or PDF/X functionality or if you specify an output profile. This setting will make the
+ PDF about 4KB smaller. To disable the sRGB color space add the following setting:
+ </p>
+ <source><![CDATA[
+ <renderer mime="application/pdf">
+ <filterList...
+
+ <disable-srgb-colorspace>true</disable-srgb-colorspace>
+
+ <fonts....
+ </renderer>]]></source>
</section>
<section id="ps-renderer">
<title>Special Settings for the PostScript Renderer</title>
@@ -268,7 +327,7 @@
offered by Java.
</p>
<p>
- Additionally, there are certain settings that control who the renderer handles various elements.
+ Additionally, there are certain settings that control how the renderer handles various elements.
</p>
<source><![CDATA[<renderer mime="application/vnd.hp-PCL">
<rendering>quality</rendering>
@@ -290,10 +349,10 @@
</section>
</section>
- <section>
- <title>When it does not work</title>
+ <section>
+ <title>When it does not work</title>
- <p>FOP searches the configuration file for the information it
+ <p>FOP searches the configuration file for the information it
expects, at the position it expects. When that information is not
present, FOP will not complain, it will just continue. When there is
other information in the file, FOP will not complain, it will just
@@ -301,14 +360,14 @@ ignore it. That means that when your configuration information is in
the file but in a different XML element, or in a different XML path,
than FOP expects, it will be silently ignored.</p>
- <p>Check the following possibilities:</p>
+ <p>Check the following possibilities:</p>
- <ul>
- <li>The format of the configuration file has changed
+ <ul>
+ <li>The format of the configuration file has changed
considerably between FOP 0.20.5 and FOP 1.0 and its beta versions. Did
you convert your file to the new format?</li>
- <li>The FOP distribution contains a schema for configuration
+ <li>The FOP distribution contains a schema for configuration
files, at src/foschema/fop-configuration.xsd. Did you validate your
configuration file against it? Add the following schema location to
the <code>schema</code> element:
@@ -323,13 +382,13 @@ and run the configuration file through a validating schema
parser. Note that the schema cannot detect all errors, and that it is
stricter about the order of some elements than FOP itself is.</li>
- <li>Run FOP in debug mode (command line option
+ <li>Run FOP in debug mode (command line option
<code>-d</code>). This makes FOP report which configuration
information it finds. Check if FOP finds what you expect.</li>
- </ul>
+ </ul>
- </section>
+ </section>
</body>
</document>
diff --git a/src/documentation/content/xdocs/0.93/embedding.xml b/src/documentation/content/xdocs/0.95/embedding.xml
index 00d57c75e..b2c802db7 100644
--- a/src/documentation/content/xdocs/0.93/embedding.xml
+++ b/src/documentation/content/xdocs/0.95/embedding.xml
@@ -166,7 +166,7 @@ try {
<title>Logging</title>
<p>
Logging is now a little different than it was in FOP 0.20.5. We've switched from
- Avalon Logging to <a href="ext:jakarta/commons/logging">Jakarta Commons Logging</a>.
+ Avalon Logging to <a href="ext:commons-logging">Jakarta Commons Logging</a>.
While with Avalon Logging the loggers were directly given to FOP, FOP now retrieves
its logger(s) through a statically available LogFactory. This is similar to the
general pattern that you use when you work with Apache Log4J directly, for example.
@@ -187,10 +187,10 @@ try {
which documents what we're going to build.
</note>
<p>
- By default, <a href="ext:jakarta/commons/logging">Jakarta Commons Logging</a> uses
+ By default, <a href="ext:commons-logging">Jakarta Commons Logging</a> uses
JDK logging (available in JDKs 1.4 or higher) as its backend. You can configure Commons
Logging to use an alternative backend, for example Log4J. Please consult the
- <a href="ext:jakarta/commons/logging">documentation for Jakarta Commons Logging</a> on
+ <a href="ext:commons-logging">documentation for Jakarta Commons Logging</a> on
how to configure alternative backends.
</p>
</section>
@@ -293,6 +293,13 @@ try {
</li>
<li>
<p>
+ The <strong>hyphenation base URL</strong> to use when resolving relative URLs for
+ hyphenation patterns. Example:
+ </p>
+ <source>fopFactory.setHyphenBaseURL("file:///C:/Temp/hyph");</source>
+ </li>
+ <li>
+ <p>
Disable <strong>strict validation</strong>. When disabled FOP is less strict about the rules
established by the XSL-FO specification. Example:
</p>
diff --git a/src/documentation/content/xdocs/0.95/extensions.xml b/src/documentation/content/xdocs/0.95/extensions.xml
new file mode 100644
index 000000000..483866e61
--- /dev/null
+++ b/src/documentation/content/xdocs/0.95/extensions.xml
@@ -0,0 +1,234 @@
+<?xml version="1.0" standalone="no"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements. See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<!-- $Id$ -->
+<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
+<document>
+ <header>
+ <title>Standard FOP Extensions</title>
+ <version>$Revision$</version>
+ </header>
+ <body>
+ <p>
+ By "extension", we mean any data that can be placed in the input XML document that
+ is not addressed by the XSL-FO standard.
+ By having a mechanism for supporting extensions, FOP is able to add features that
+ are not covered in the specification.
+ </p>
+ <p>
+ The extensions documented here are included with FOP, and are automatically available
+ to you. If you wish to add an extension of your own to FOP, please see the
+ <a href="../dev/extensions.html">Developers' Extension Page</a>.
+ </p>
+ <note>All extensions require the correct use of an appropriate namespace in your input document.</note>
+ <section id="svg">
+ <title>SVG</title>
+ <p>
+ Please see the <a href="graphics.html#svg">SVG documentation</a> for more details.
+ </p>
+ </section>
+ <section id="fo-extensions">
+ <title>FO Extensions</title>
+ <section id="fox-namespace">
+ <title>Namespace</title>
+ <p>
+ By convention, FO extensions in FOP use the "fox" namespace prefix.
+ To use any of the FO extensions, add a namespace entry for
+ <code>http://xml.apache.org/fop/extensions</code> to the root element:
+ </p>
+ <source><![CDATA[<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format"
+ xmlns:fox="http://xmlgraphics.apache.org/fop/extensions">]]></source>
+ </section>
+ <section id="bookmarks">
+ <title>PDF Bookmarks</title>
+ <p>
+ In previous versions of Apache FOP there was a <code>fox:outline</code> element
+ which was used to create outlines in PDF files. The redesigned code makes use
+ of the new <a href="http://www.w3.org/TR/xsl11/#fo_bookmark-tree">bookmark feature defined in the latest XSL 1.1 working draft</a>.
+ </p>
+ </section>
+ <section id="named-destinations">
+ <title>Anchors or Named Destinations</title>
+ <p>Use the fox:destination element to define "named destinations" inside a PDF document.
+These are useful as fragment identifiers, e.g. "http://server/document.pdf#anchor-name".
+fox:destination elements can be placed almost anywhere in the fo document, including a child of
+root, a block-level element, or an inline-level element.
+For the destination to actually work, it must correspond to an "id" attribute on some fo element
+within the document. In other words, the "id" attribute actually creates the "view" within the
+PDF document. The fox:destination simply gives that view an independent name.
+</p>
+ <source><![CDATA[<fox:destination internal-destination="table-of-contents"/>
+...
+<fo:block id="table-of-contents">Table of Contents</fo:block>]]></source>
+ <warning>It is possible that in some future release of FOP, <em>all </em>elements with
+"id" attributes will generate named-destinations, which will eliminate the need for
+fox:destination.</warning>
+ </section>
+ <section id="table-continue-label">
+ <title>Table Continuation Label</title>
+ <p>This extension element hasn't been reimplemented for the redesigned code, yet.</p>
+ <!--p>Use the fox:continued-label element to create content in table-header and
+table-footer cells that will appear only on pages after the first page that the table
+appears. fox:continued-label is itself inline content, and is a container of fo:inline
+content. This content will be laid out only if the table does not fit on a single page and flows
+to following pages. Here is an example of FO code creating such a table-header:</p>
+<source><![CDATA[<fo:table-header>
+ <fo:table-row>
+ <fo:table-cell>
+ <fo:block>Header column 1 with continued label
+ <fox:continued-label><fo:inline> (cont.)</fo:inline></fox:continued-label>
+ </fo:block>
+ </fo:table-cell>
+ <fo:table-cell>
+ <fo:block>Header column 2 with no continued label</fo:block>
+ </fo:table-cell>
+ </fo:table-row>
+</fo:table-header>]]></source-->
+ </section>
+ <section id="widow-orphan-content-limit">
+ <title>fox:orphan-content-limit and fox:widow-content-limit</title>
+ <p>
+ The two proprietary extension properties, fox:orphan-content-limit and
+ fox:widow-content-limit, are used to improve the layout of list-blocks and tables.
+ If you have a table with many entries, you don't want a single row to be left over
+ on a page. You will want to make sure that at least two or three lines are kept
+ together. The properties take an absolute length which specifies the area at the
+ beginning (fox:widow-content-limit) or at the end (fox:orphan-content-limit) of a
+ table or list-block. The properties are inherited and only have an effect on fo:table
+ and fo:list-block. An example: fox:widow-content-limit="3 * 1.2em" would make sure
+ the you'll have at least three lines (assuming line-height="1.2") together on a table
+ or list-block.
+ </p>
+ </section>
+ <section id="external-document">
+ <title>fox:external-document</title>
+ <note>
+ This feature is incomplete. Support for multi-page documents will be added shortly.
+ At the moment, only single-page images will work. And this will not work with RTF output.
+ </note>
+ <p>
+ This is a proprietary extension element which allows to add whole images as pages to
+ an FO document. For example, if you have a scanned document or a fax as multi-page TIFF
+ file, you can append or insert this document using the <code>fox:external-document</code>
+ element. Each page of the external document will create one full page in the target
+ format.
+ </p>
+ <p>
+ The <code>fox:external-document</code> element is structurally a peer to
+ <code>fo:page-sequence</code>, so wherever you can put an <code>fo:page-sequence</code>
+ you could also place a <code>fox:external-document</code>.
+ Therefore, the specified contents for <code>fo:root</code> change to:
+ </p>
+ <p>
+ <code>
+ (layout-master-set, declarations?, bookmark-tree?, (page-sequence|page-sequence-wrapper|fox:external-document|fox:destination)+)
+ </code>
+ </p>
+ <section>
+ <title>Specification</title>
+ <p>
+ The <code>fox:external-document</code> extension formatting object is used to specify
+ how to create a (sub-)sequence of pages within a document. The content of these pages
+ comes from the individual subimages/pages of an image or paged document (for example:
+ multi-page TIFF in the form of faxes or scanned documents, or PDF files). The
+ formatting object creates the necessary areas to display one image per page.
+ </p>
+ <p>
+ In terms of page numbers, the behaviour is the same as for
+ <code>fo:page-sequence</code>. The placement of the image inside the page is similar
+ to that of <code>fo:external-graphic</code> or <code>fo:instream-foreign-object</code>,
+ i.e. the viewport (and therefore the page size) is defined by either the intrinsic
+ size of the image or by the size properties that apply to this formatting object.
+ </p>
+ <p>Content: EMPTY</p>
+ <p>The following properties apply to this formatting object:</p>
+ <ul>
+ <li>(Common Accessibility Properties) (not implemented, yet)</li>
+ <li>(Common Aural Properties) (not implemented, yet)</li>
+ <li>block-progression-dimension</li>
+ <li>content-height</li>
+ <li>content-type</li>
+ <li>content-width</li>
+ <li>display-align</li>
+ <li>height</li>
+ <li>id</li>
+ <li>inline-progression-dimension</li>
+ <li>overflow</li>
+ <li>pages: &lt;page-set&gt; (see below) (not implemented, yet)</li>
+ <li>reference-orientation</li>
+ <li>scaling</li>
+ <li>scaling-method</li>
+ <li>src</li>
+ <li>text-align</li>
+ <li>width</li>
+ </ul>
+ <p>
+ Datatype "page-set": Value: auto | &lt;integer-range&gt;,
+ Default: "auto" which means all pages/subimages of the document.
+ &lt;integer-range&gt; allows values such as "7" or "1-3"
+ </p>
+ <note>
+ <code>fox:external-document</code> is not suitable for concatenating FO documents.
+ For this, XInclude is recommended.
+ </note>
+ </section>
+ </section>
+ <section id="transform">
+ <title>Free-form Transformation for fo:block-container</title>
+ <p>
+ For <code>fo:block-container</code> elements whose <code>absolute-position</code> set to
+ "absolute" or "fixed" you can use the extension attribute <code>fox:transform</code>
+ to apply a free-form transformation to the whole block-container. The content of the
+ <code>fox:transform</code> attribute is the same as for
+ <a href="http://www.w3.org/TR/SVG/coords.html#TransformAttribute">SVG's transform attribute</a>.
+ The transformation specified here is performed in addition to other implicit
+ transformations of the block-container (resulting from top, left and other properties)
+ and after them.
+ </p>
+ <p>
+ Examples: <code>fox:transform="rotate(45)"</code> would rotate the block-container
+ by 45 degrees clock-wise around its upper-left corner.
+ <code>fox:transform="translate(10000,0)"</code> would move the block-container to the
+ right by 10 points (=10000 millipoints, FOP uses millipoints internally!).
+ </p>
+ <note>
+ This extension attribute doesn't work for all output formats! It's currently only
+ supported for PDF, PS and Java2D-based renderers.
+ </note>
+ </section>
+ <section id="color-functions">
+ <title>Color functions</title>
+ <p>
+ XSL-FO supports specifying color using the rgb(), rgb-icc() and system-color() functions.
+ Apache FOP provides additional color functions for special use cases. Please note that
+ using these functions compromises the interoperability of an FO document.
+ </p>
+ <section id="color-function-cmyk">
+ <title>cmyk()</title>
+ <p><code>color cmyk(numeric, numeric, numeric, numeric)</code></p>
+ <p>
+ This function will construct a color in device-specific CMYK color space. The numbers
+ must be between 0.0 and 1.0. For output formats that don't support device-specific
+ color space the CMYK value is converted to an sRGB value.
+ </p>
+ </section>
+ </section>
+
+ </section>
+ </body>
+</document>
+
diff --git a/src/documentation/content/xdocs/0.95/fonts.xml b/src/documentation/content/xdocs/0.95/fonts.xml
new file mode 100644
index 000000000..423eaad11
--- /dev/null
+++ b/src/documentation/content/xdocs/0.95/fonts.xml
@@ -0,0 +1,410 @@
+<?xml version="1.0" standalone="no"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements. See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<!-- $Id$ -->
+<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
+<document>
+ <header>
+ <title>Apache FOP: Fonts</title>
+ <version>$Revision$</version>
+ <authors>
+ <person name="Jeremias Märki" email=""/>
+ <person name="Tore Engvig" email=""/>
+ <person name="Adrian Cumiskey" email=""/>
+ <person name="Max Berger" email=""/>
+ </authors>
+ </header>
+ <body>
+ <section id="intro">
+ <title>Summary</title>
+ <p>The following table summarizes the font capabilities of the various FOP renderers:</p>
+ <table>
+ <tr>
+ <th>Renderer</th>
+ <th>Base-14</th>
+ <th>AWT/OS</th>
+ <th>Custom</th>
+ <th>Custom Embedding</th>
+ </tr>
+ <tr>
+ <td>PDF</td>
+ <td>yes</td>
+ <td>no</td>
+ <td>yes</td>
+ <td>yes</td>
+ </tr>
+ <tr>
+ <td>PostScript</td>
+ <td>yes</td>
+ <td>no</td>
+ <td>yes</td>
+ <td>yes</td>
+ </tr>
+ <tr>
+ <td>PCL</td>
+ <td>yes (modified)</td>
+ <td>yes (painted as bitmaps)</td>
+ <td>yes (painted as bitmaps)</td>
+ <td>no</td>
+ </tr>
+ <tr>
+ <td>AFP</td>
+ <td>no</td>
+ <td>no</td>
+ <td>yes</td>
+ <td>yes</td>
+ </tr>
+ <tr>
+ <td>Java2D/AWT/Bitmap</td>
+ <td>if available from OS</td>
+ <td>yes</td>
+ <td>yes</td>
+ <td>n/a (display only)</td>
+ </tr>
+ <tr>
+ <td>Print</td>
+ <td>if available from OS</td>
+ <td>yes</td>
+ <td>yes</td>
+ <td>controlled by OS printer driver</td>
+ </tr>
+ <tr>
+ <td>RTF</td>
+ <td>n/a (font metrics not needed)</td>
+ <td>n/a</td>
+ <td>n/a</td>
+ <td>n/a</td>
+ </tr>
+ <tr>
+ <td>TXT</td>
+ <td>yes (used for layout but not for output)</td>
+ <td>no</td>
+ <td>yes (used for layout but not for output)</td>
+ <td>no</td>
+ </tr>
+ <!--tr> NOT AVAILABLE
+ <td>MIF</td>
+ <td>n/a (font metrics not needed)</td>
+ <td>n/a</td>
+ <td>n/a</td>
+ <td>n/a</td>
+ </tr-->
+ <!--tr> NOT AVAILABLE
+ <td>SVG</td>
+ <td>if available from OS</td>
+ <td>yes</td>
+ <td>no</td>
+ <td>no</td>
+ </tr-->
+ <tr>
+ <td>XML</td>
+ <td>yes</td>
+ <td>no</td>
+ <td>yes</td>
+ <td>n/a</td>
+ </tr>
+ </table>
+ </section>
+ <section>
+ <title>Base-14 Fonts</title>
+ <p>
+ The Adobe PostScript and PDF Specification specify a set of 14 fonts that must be
+ available to every PostScript interpreter and PDF reader:
+ Helvetica (normal, bold, italic, bold italic),
+ Times (normal, bold, italic, bold italic),
+ Courier (normal, bold, italic, bold italic),
+ Symbol and ZapfDingbats.
+ </p>
+ <p>
+ Please note that recent versions of Adobe Acrobat Reader replace
+ "Helvetica" with "Arial" and "Times" with "Times New Roman" internally.
+ GhostScript replaces "Helvetica" with "Nimbus Sans L" and "Times" with
+ "Nimbus Roman No9 L". Other document viewers may do similar font
+ substitutions. If you need to make sure that there are no such
+ substitutions, you need to specify an explicit font and embed it in
+ the target document.
+ </p>
+ </section>
+ <section>
+ <title>Missing Fonts</title>
+ <p>
+ When FOP does not have a specific font at its disposal (because it's
+ not installed in the operating system or set up in FOP's configuration),
+ the font is replaced with "any". "any" is internally mapped to the
+ Base-14 font "Times" (see above).
+ </p>
+ </section>
+ <section id="awt">
+ <title>Java2D/AWT/Operating System Fonts</title>
+ <p>
+ The Java2D family of renderers (Java2D, AWT, Print, TIFF, PNG), use the
+ Java AWT subsystem for font metric information. Through operating system
+ registration, the AWT subsystem knows what fonts are available on the system,
+ and the font metrics for each one.
+ </p>
+ <p>
+ When working with one of these output formats and you're missing a font, just
+ install it in your operating system and they should be available for these
+ renderers. Please note that this is not true for other output formats such as
+ PDF or PostScript.
+ </p>
+ </section>
+
+ <section id="custom">
+ <title>Custom Fonts</title>
+ <p>
+ Support for custom fonts is highly output format dependent (see above table).
+ This section shows how to add Type 1 and TrueType fonts to the PDF, PostScript and
+ Java2D-based renderers. Other renderers (like AFP) support other font formats. Details
+ in this case can be found on the page about <a href="output.html">output formats</a>.
+ </p>
+ <p>
+ Prior to FOP version 0.94, it was always necessary to create an XML font metrics file
+ if you wanted to add a custom font. This unconvenient step has been removed and in
+ addition to that, FOP supports auto-registration of fonts, i.e. FOP can find fonts
+ installed in your operating system or can scan user-specified directories for fonts.
+ Font registration via XML font metrics file is still supported and is still necessary
+ if you want to use a TrueType Collection (*.ttc). Direct support for TrueType
+ collections may be added later. Furthermore, the XML font metrics files are still
+ required if you don't want to embed, but only reference a font.
+ </p>
+ <p>
+ Basic information about fonts can be found at:
+ </p>
+ <ul>
+ <li><a href="http://partners.adobe.com/asn/developer/type/ftypes.html">Adobe font types</a></li>
+ <li><a href="http://partners.adobe.com/asn/developer/technotes/fonts.html">Adobe Font Technote</a></li>
+ </ul>
+ </section>
+
+ <section id="basics">
+ <title>Basic font configuration</title>
+ <p>
+ If you want FOP to use custom fonts, you need to tell it where to find them. This
+ is done in the configuration file and once per renderer (because each output format
+ is a little different). In the basic form, you can either tell FOP to find your
+ operating system fonts or you can specify directories that it will search for
+ support fonts. These fonts will then automatically be registered.
+ </p>
+ <source><![CDATA[
+<fonts>
+ <!-- register all the fonts found in a directory -->
+ <directory>C:\MyFonts1</directory>
+
+ <!-- register all the fonts found in a directory
+ and all of its sub directories (use with care) -->
+ <directory recursive="true">C:\MyFonts2</directory>
+
+ <!-- automatically detect operating system installed fonts -->
+ <auto-detect/>
+</fonts>]]></source>
+ <note>
+ Review the documentation for <a href="configuration.html">FOP Configuration</a>
+ for instructions on making the FOP configuration available to FOP when it runs.
+ Otherwise, FOP has no way of finding your custom font information. It is currently
+ not possible to easily configure fonts from Java code.
+ </note>
+ </section>
+
+ <section id="advanced">
+ <title>Advanced font configuration</title>
+ <p>
+ The instructions found above should be sufficient for most users. Below are some
+ additional instructions in case the basic font configuration doesn't lead to
+ the desired results.
+ </p>
+ <section id="type1-metrics">
+ <title>Type 1 Font Metrics</title>
+ <p>FOP includes PFMReader, which reads the PFM file that normally comes with a Type 1 font, and generates an appropriate font metrics file for it.
+ To use it, run the class org.apache.fop.fonts.apps.PFMReader:</p>
+ <p>Windows:</p>
+ <source>java -cp build\fop.jar;lib\avalon-framework.jar;lib\commons-logging.jar;lib\commons-io.jar
+ org.apache.fop.fonts.apps.PFMReader [options] pfm-file xml-file</source>
+ <p>Unix:</p>
+ <source>java -cp build/fop.jar:lib/avalon-framework.jar:lib/commons-logging.jar:lib/commons-io.jar
+ org.apache.fop.fonts.apps.PFMReader [options] pfm-file xml-file</source>
+ <p>PFMReader [options]:</p>
+ <ul>
+ <li><strong>-fn &lt;fontname&gt;</strong> By default, FOP uses the fontname from the
+ .pfm file when embedding the font. Use the "-fn" option to override this name with one you have
+ chosen. This may be useful in some cases to ensure that applications using the output document
+ (Acrobat Reader for example) use the embedded font instead of a local font with the same
+ name.</li>
+ </ul>
+ <note>The classpath in the above example has been simplified for readability.
+ You will have to adjust the classpath to the names of the actual JAR files in the lib directory.
+ xml-apis.jar, xercesImpl.jar, xalan.jar and serializer.jar are not necessary for JDK version 1.4 or later.</note>
+ <note>The tool will construct some values (FontBBox, StemV and ItalicAngle) based on assumptions and calculations which are only an approximation to the real values.
+ FontBBox and Italic Angle can be found in the human-readable part of the PFB file or in the AFM file.
+ The PFMReader tool does not yet interpret PFB or AFM files, so if you want to be correct, you may have to adjust the values in the XML file manually.
+ The constructed values however appear to have no visible influence.</note>
+ </section>
+ <section id="truetype-metrics">
+ <title>TrueType Font Metrics</title>
+ <p>FOP includes TTFReader, which reads the TTF file and generates an appropriate font metrics file for it.
+ Use it in a similar manner to PFMReader.
+ For example, to create such a metrics file in Windows from the TrueType font at c:\myfonts\cmr10.ttf:</p>
+ <source>java -cp build\fop.jar;lib\avalon-framework.jar;lib\commons-logging.jar;lib\commons-io.jar
+ org.apache.fop.fonts.apps.TTFReader [options]
+ C:\myfonts\cmr10.ttf ttfcm.xml</source>
+ <p>TTFReader [options]:</p>
+ <ul>
+ <li><strong>-d &lt;DEBUG | INFO &gt;</strong> Sets the debug level (default is
+ INFO).</li>
+ <li><strong>-fn &lt;fontname&gt;</strong> Same as for PFMReader.</li>
+ <li><strong>-ttcname &lt;fontname&gt;</strong> If you're reading data from a
+ TrueType Collection (.ttc file) you must specify which font from the collection you will read
+ metrics from.
+ If you read from a .ttc file without this option, the fontnames will be listed for you.</li>
+ <li><strong>-enc ansi</strong> Creates a WinAnsi-encoded font metrics file.
+ Without this option, a CID-keyed font metrics file is created.
+ The table below summarizes the differences between these two encoding options as currently
+ used within FOP.
+ Please note that this information only applies to TrueType fonts and TrueType collections:</li>
+ </ul>
+ <table id="ttf-encoding">
+ <tr>
+ <th>Issue</th>
+ <th>WinAnsi</th>
+ <th>CID-keyed</th>
+ </tr>
+ <tr>
+ <td>Usable Character Set</td>
+ <td>Limited to WinAnsi character set, which is roughly equivalent to iso-8889-1.</td>
+ <td>Limited only by the characters in the font itself.</td>
+ </tr>
+ <tr>
+ <td>Embedding the Font</td>
+ <td>Optional.</td>
+ <td>Mandatory. Not embedding the font produces invalid PDF documents.</td>
+ </tr>
+ </table>
+ <warning>
+ You may experience failures with certain TrueType fonts, especially if they don't contain
+ the so-called Unicode "cmap" table. TTFReader can currently not deal with font like this.
+ </warning>
+ </section>
+ <section id="truetype-collections-metrics">
+ <title>TrueType Collections Font Metrics</title>
+ <p>TrueType collections (.ttc files) contain more than one font.
+ To create metrics files for these fonts, you must specify which font in the collection should be generated, by using the "-ttcname" option with the TTFReader.</p>
+ <p>To get a list of the fonts in a collection, just start the TTFReader as if it were a normal TrueType file (without the -ttcname option).
+ It will display all of the font names and exit with an Exception.</p>
+ <p>Here is an example of generating a metrics file for a .ttc file:</p>
+ <source>java -cp build\fop.jar;lib\avalon-framework.jar;lib\commons-logging.jar;lib\commons-io.jar
+ org.apache.fop.fonts.apps.TTFReader -ttcname "MS Mincho"
+ msmincho.ttc msminch.xml</source>
+ </section>
+ <section id="register">
+ <title>Register Fonts with FOP</title>
+ <p>You must tell FOP how to find and use the font metrics files by registering them in the <a href="configuration.html">FOP Configuration</a>. Add entries for your custom fonts, regardless of font type, to the configuration file in a manner similar to the following:</p>
+ <source><![CDATA[
+<fonts>
+ <!-- register a particular font -->
+ <font metrics-url="file:///C:/myfonts/FTL_____.xml" kerning="yes"
+ embed-url="file:///C:/myfonts/FTL_____.pfb">
+ <font-triplet name="FrutigerLight" style="normal" weight="normal"/>
+ </font>
+
+ <!-- register all the fonts found in a directory -->
+ <directory>C:\MyFonts1</directory>
+
+ <!-- register all the fonts found in a directory
+ and all of its sub directories (use with care) -->
+ <directory recursive="true">C:\MyFonts2</directory>
+
+ <!-- automatically detect operating system installed fonts -->
+ <auto-detect/>
+</fonts>]]></source>
+ <ul>
+ <li>
+ URLs are used to access the font metric and font files.
+ Relative URLs are resolved relative to the font-base property (or base) if available.
+ See <a href="configuration.html">FOP: Configuration</a> for more information.
+ </li>
+ <li>The "metrics-url" attribute is generally not necessary except if you run into problems with certain fonts.</li>
+ <li>Either an "embed-url" or a "metrics-url" must be specified for font tag configurations.</li>
+ <li>The font "kerning" attribute is optional. Default is "true".</li>
+ <li>If embedding is off (i.e. embed-url is not set), the output will position the text correctly (from the metrics file), but it will not be displayed or printed correctly unless the viewer has the applicable font available to their local system.</li>
+ <li>When setting the "embed-url" attribute for Type 1 fonts, be sure to specify the PFB (actual font data), not PFM (font metrics) file that you used to generate the XML font metrics file.</li>
+ <li>The fonts "directory" tag can be used to register fonts contained within a single or list of directory paths. The "recursive" attribute can be specified to recursively add fonts from all sub directories.</li>
+ <li>The fonts "auto-detect" tag can be used to automatically register fonts that are found to be installed on the native operating system.</li>
+ <li>Fonts registered with "font" tag configurations override fonts found by means of "directory" tag definitions.</li>
+ <li>Fonts found as a result of a "directory" tag configuration override fonts found as a result of the "auto-detect" tag being specified.</li>
+ <li>
+ If relative URLs are specified, they are evaluated relative to the value of the
+ "font-base" setting. If there is no "font-base" setting, the fonts are evaluated
+ relative to the base directory.
+ </li>
+ </ul>
+ <!--note>Cocoon users will need to setup the config, see FOPSerializer for more information.</note-->
+ </section>
+ <section id="autodetect">
+ <title>Auto-Detect and auto-embedd feature</title>
+ <p>When the "auto-detect" flag is set in the configuration, FOP will automatically search for fonts in the default paths for your operating system.</p>
+ <p>FOP will also auto-detect fonts which are available in the classpath, if they are described as "application/x-font" in the MANIFEST.MF file. For example, if your .jar file contains font/myfont.ttf:</p>
+ <source>Manifest-Version: 1.0
+
+ Name: font/myfont.ttf
+ Content-Type: application/x-font</source>
+ <p>This feature allows you to create JAR files containing fonts. The JAR files can be added to fop by providem them in the classpath, e.g. copying them into the lib/ directory.</p>
+ </section>
+ <section id="embedding">
+ <title>Embedding</title>
+ <note>The PostScript renderer does not yet support TrueType fonts, but can embed Type 1 fonts.</note>
+ <note>The font is simply embedded into the PDF file, it is not converted.</note>
+ <p>Font embedding is enabled in the userconfig.xml file and controlled by the embed-url attribute.
+ If you don't specify the embed-url attribute the font will not be embedded, but will only be referenced.</p>
+ <warning>
+ Omitting the embed-url attribute for CID-encoded TrueType fonts will currently produce invalid
+ PDF files! If you create the XML font metric file using the "-enc ansi" option, you can omit
+ the embed-url attribute for TrueType fonts but you're restricted to the WinAnsi character set.
+ </warning>
+ <p>When FOP embeds a font, it adds a prefix to the fontname to ensure that the name will not match the fontname of an installed font.
+ This is helpful with older versions of Acrobat Reader that preferred installed fonts over embedded fonts.</p>
+ <p>When embedding PostScript fonts, the entire font is always embedded.</p>
+ <p>When embedding TrueType fonts (ttf) or TrueType Collections (ttc), a subset of the
+ original font, containing only the glyphs used, is embedded in the output document.</p>
+ </section>
+ <!-- The following section should no longer be required
+ <section id="embedding-base14">
+ <title>Explicitly embedding the base 14 fonts</title>
+ <p>
+ There are cases where you might want to force the embedding of one or more of the base 14 fonts that
+ can normally be considered available on the target platform (viewer, printer). One of these cases is
+ <a href="pdfa.html">PDF/A</a> which mandates the embedding of even the base 14 fonts. Embedding a font such as Helvetica or
+ Courier is straight-forward. The "Symbol" and "ZapfDingbats" fonts, however, currently present a
+ problem because FOP cannot correctly determine the encoding of these two single-byte fonts through
+ the PFM file. FOP now correctly interprets the "encoding" value in the XML font metrics file, but the
+ PFMReader application writes "UnknownEncoding" to the generated XML file. In order to embed "Symbol"
+ and "ZapfDingbats" you have to manually change the XML font metrics file and specify "SymbolEncoding"
+ or "ZapfdingbatsEncoding" encoding respectively as the value for the "encoding" element.
+ </p>
+ <p>Example:</p>
+ <source><![CDATA[
+<?xml version="1.0" encoding="UTF-8"?>
+<font-metrics type="TYPE1">
+ <font-name>Symbol</font-name>
+ <embed/>
+ <encoding>SymbolEncoding</encoding>
+ <cap-height>673</cap-height>
+ <x-height>766</x-height>
+ [..]]]></source>
+ </section-->
+ </section>
+ </body>
+</document>
diff --git a/src/documentation/content/xdocs/0.93/fotree/disabled-testcases.xml b/src/documentation/content/xdocs/0.95/fotree/disabled-testcases.xml
index 196eafcc4..f6f78dcf7 100644
--- a/src/documentation/content/xdocs/0.93/fotree/disabled-testcases.xml
+++ b/src/documentation/content/xdocs/0.95/fotree/disabled-testcases.xml
@@ -18,11 +18,6 @@
<!-- $Id$ -->
<disabled-testcases>
<testcase>
- <name>demo test failure</name>
- <file>demo-test-failure.fo</file>
- <description></description>
- </testcase>
- <testcase>
<name>Markers and core function evaluation</name>
<file>from-table-column_marker.fo</file>
<description>The code currently evaluates this function according to the column in which the
diff --git a/src/documentation/content/xdocs/0.95/graphics.xml b/src/documentation/content/xdocs/0.95/graphics.xml
new file mode 100644
index 000000000..31e54d8fd
--- /dev/null
+++ b/src/documentation/content/xdocs/0.95/graphics.xml
@@ -0,0 +1,551 @@
+<?xml version="1.0" standalone="no"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements. See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<!-- $Id$ -->
+<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
+<document>
+ <header>
+ <title>Apache FOP: Graphics Formats</title>
+ <version>$Revision$</version>
+ </header>
+ <body>
+ <section id="introduction">
+ <title>Introduction</title>
+ <p>
+ After the Apache FOP 0.94 release, the image handling subsystem has been rewritten in
+ order to improve the range of supported images and image subtypes, to lower the
+ overall memory consumption when handling images, to produce smaller output files and to
+ increase the performance in certain areas. Of course, this causes a few changes most of
+ which the user will probably not notice. The most important changes are:
+ </p>
+ <ul>
+ <li>
+ The image libraries Jimi and JAI are no longer supported. Instead, Apache FOP uses the
+ Image I/O API that was introduced with Java 1.4 for all bitmap codecs.
+ </li>
+ <li>
+ Some bitmap images are no longer converted to a standardized 24 bit RGB image but are
+ instead handled in their native format.
+ </li>
+ <li>
+ A plug-in mechanism offers a possibility to add support for new formats without changing
+ the FOP's source code.
+ </li>
+ </ul>
+ <p>
+ The actual <a href="http://xmlgraphics.apache.org/commons/image-loader.html">image loading framework</a>
+ no longer resides in Apache FOP, but was instead placed in
+ <a href="ext:xmlgraphics.apache.org/commons/">XML Graphics Commons</a>.
+ </p>
+ </section>
+ <section id="support-overview">
+ <title>Overview of Graphics Support</title>
+ <p>
+ The table below summarizes the <em>theoretical</em> support for graphical formats
+ within FOP. In other words, within the constraints of the limitations listed here,
+ these formats <em>should</em> work. However, many of them have not been tested,
+ and there may be limitations that have not yet been discovered or documented.
+ The packages needed to support some formats are not included in the FOP distribution
+ and must be installed separately. Follow the links in the "Support Through" columns
+ for more details.
+ </p>
+ <table>
+ <tr>
+ <th rowspan="2">Format</th>
+ <th rowspan="2">Type</th>
+ <th colspan="3">Support Through</th>
+ </tr>
+ <tr>
+ <th><a href="#native">Apache FOP (native)</a></th>
+ <th><a href="#batik">Apache Batik</a></th>
+ <th><a href="#imageio">Image I/O</a></th>
+ </tr>
+ <tr>
+ <td><a href="#bmp">BMP</a> (Microsoft Windows Bitmap)</td>
+ <td>bitmap</td>
+ <td></td>
+ <td></td>
+ <td>X [1]</td>
+ </tr>
+ <tr>
+ <td><a href="#emf">EMF</a> (Windows Enhanced Metafile)</td>
+ <td>vector (with embedded bitmaps)</td>
+ <td>(X)</td>
+ <td></td>
+ <td></td>
+ </tr>
+ <tr>
+ <td><a href="#eps">EPS</a> (Encapsulated PostScript)</td>
+ <td>metafile (both bitmap and vector), most frequently used for vector drawings</td>
+ <td>(X)</td>
+ <td></td>
+ <td></td>
+ </tr>
+ <tr>
+ <td>GIF (Graphics Interchange Format)</td>
+ <td>bitmap</td>
+ <td></td>
+ <td></td>
+ <td>X</td>
+ </tr>
+ <tr>
+ <td><a href="#jpeg">JPEG</a> (Joint Photographic Experts Group)</td>
+ <td>bitmap</td>
+ <td>(X)</td>
+ <td></td>
+ <td>X</td>
+ </tr>
+ <tr>
+ <td><a href="#png">PNG</a> (Portable Network Graphic)</td>
+ <td>bitmap</td>
+ <td></td>
+ <td></td>
+ <td>X</td>
+ </tr>
+ <tr>
+ <td><a href="#svg">SVG</a> (Scalable Vector Graphics)</td>
+ <td>vector (with embedded bitmaps)</td>
+ <td></td>
+ <td>X</td>
+ <td></td>
+ </tr>
+ <tr>
+ <td><a href="#tiff">TIFF</a> (Tag Image Format File)</td>
+ <td>bitmap</td>
+ <td>(X)</td>
+ <td></td>
+ <td>X [1]</td>
+ </tr>
+ <tr>
+ <td><a href="#wmf">WMF</a> (Windows Metafile)</td>
+ <td>vector (with embedded bitmaps)</td>
+ <td></td>
+ <td>(X)</td>
+ <td></td>
+ </tr>
+ </table>
+ <p>
+ Legend:
+ </p>
+ <ul>
+ <li>"(X)" means restricted support. Please see the details below.</li>
+ <li>
+ [1]: Requires the presence of <a href="http://jai-imageio.dev.java.net/">JAI Image I/O Tools</a>
+ (or an equivalent Image I/O compatible codec) in the classpath. JAI Image I/O Tools also
+ adds support for JPEG 2000, WBMP, RAW and PNM. Other Image I/O codecs may provide
+ support for additional formats.
+ </li>
+ </ul>
+ <note>
+ <a href="http://jai-imageio.dev.java.net/">JAI Image I/O Tools</a> is not the same as the
+ <a href="http://java.sun.com/javase/technologies/desktop/media/jai/">JAI library</a>! The
+ former simply exposes JAI's codecs using the Image&nbsp;I/O API but does not include all
+ the image manipulation functionality.
+ </note>
+ <section id="format-map">
+ <title>Map of supported image formats by output format</title>
+ <p>
+ Not all image formats are supported for all output formats! For example, while you can
+ use EPS (Encapsulated PostScript) files when you generate PostScript output, this format
+ will not be supported by any other output format. Here's an overview of which image
+ formats are supported by which output format:
+ </p>
+ <table>
+ <tr>
+ <th>Image Format</th>
+ <th>PDF</th>
+ <th>PostScript</th>
+ <th>Java2D, PNG, TIFF, AWT</th>
+ <th>PCL</th>
+ <th>AFP</th>
+ <th>RTF</th>
+ </tr>
+ <tr>
+ <td><a href="#bmp">BMP</a> (Microsoft Windows Bitmap)</td>
+ <td>X</td>
+ <td>X</td>
+ <td>X</td>
+ <td>X</td>
+ <td>X</td>
+ <td>X</td>
+ </tr>
+ <tr>
+ <td><a href="#emf">EMF</a> (Windows Enhanced Metafile)</td>
+ <td></td>
+ <td></td>
+ <td></td>
+ <td></td>
+ <td></td>
+ <td>X [1]</td>
+ </tr>
+ <tr>
+ <td><a href="#eps">EPS</a> (Encapsulated PostScript)</td>
+ <td></td>
+ <td>X [1]</td>
+ <td></td>
+ <td></td>
+ <td></td>
+ <td></td>
+ </tr>
+ <tr>
+ <td>GIF (Graphics Interchange Format)</td>
+ <td>X</td>
+ <td>X</td>
+ <td>X</td>
+ <td>X</td>
+ <td>X</td>
+ <td>X</td>
+ </tr>
+ <tr>
+ <td><a href="#jpeg">JPEG</a> (Joint Photographic Experts Group)</td>
+ <td>X [1]</td>
+ <td>X [1]</td>
+ <td>X</td>
+ <td>X</td>
+ <td>X [1]</td>
+ <td>X</td>
+ </tr>
+ <tr>
+ <td><a href="#png">PNG</a> (Portable Network Graphic)</td>
+ <td>X</td>
+ <td>X</td>
+ <td>X</td>
+ <td>X</td>
+ <td>X</td>
+ <td>X</td>
+ </tr>
+ <tr>
+ <td><a href="#svg">SVG</a> (Scalable Vector Graphics)</td>
+ <td>X</td>
+ <td>X</td>
+ <td>X</td>
+ <td>X</td>
+ <td>X</td>
+ <td>X</td>
+ </tr>
+ <tr>
+ <td><a href="#tiff">TIFF</a> (Tag Image Format File)</td>
+ <td>X [2]</td>
+ <td>X [2]</td>
+ <td>X</td>
+ <td>X</td>
+ <td>X [2]</td>
+ <td>X</td>
+ </tr>
+ <tr>
+ <td><a href="#wmf">WMF</a> (Windows Metafile)</td>
+ <td>X</td>
+ <td>X</td>
+ <td>X</td>
+ <td>X</td>
+ <td>X</td>
+ <td>X</td>
+ </tr>
+ </table>
+ <p>
+ Legend:
+ </p>
+ <ul>
+ <li>
+ [1]: Supported without the need to decode the image.
+ </li>
+ <li>
+ [2]: Supported without the need to decode the image, but only for certain subtypes.
+ </li>
+ </ul>
+ </section>
+ </section>
+ <section id="packages">
+ <title>Graphics Packages</title>
+ <section id="native">
+ <title>XML Graphics Commons Native</title>
+ <p>
+ <a href="ext:xmlgraphics.apache.org/commons">XML Graphics Commons</a> supports a number
+ of graphic file formats natively as basic functionality: all bitmap formats for which
+ there are Image I/O codecs available (JPEG, PNG, GIF, TIFF, etc.), EPS and EMF.
+ </p>
+ </section>
+ <section id="fop-native">
+ <title>FOP Native</title>
+ <p>
+ FOP has no native image plug-ins for the image loading framework of its own but currently
+ hosts the Batik-dependent SVG and WMF plug-ins until they can be moved to
+ <a href="ext:xmlgraphics.apache.org/batik">Apache Batik</a>.
+ </p>
+ </section>
+ <section id="batik">
+ <title>Apache Batik</title>
+ <p>
+ <a href="ext:xmlgraphics.apache.org/batik">Apache Batik</a> will later receive the
+ SVG and WMF plug-ins for the image loading framework that are currently hosted inside
+ FOP.
+ </p>
+ <p>
+ Current FOP distributions include a distribution of the
+ <a class="fork" href="ext:xmlgraphics.apache.org/batik">Apache Batik</a>.
+ Because Batik's API changes frequently, it is highly recommended that you use the
+ version that ships with FOP, at least when running FOP.
+ </p>
+ <warning>Batik must be run in a graphical environment.</warning>
+ <p>
+ Batik must be run in a graphical environment.
+ It uses AWT classes for rendering SVG, which in turn require an X server on Unixish
+ systems. If you run a server without X, or if you can't connect to the X server due to
+ security restrictions or policies (a so-called "headless" environment), SVG rendering
+ will fail.
+ </p>
+ <p>Here are some workarounds:</p>
+ <ul>
+ <li>
+ Start Java with the <code>-Djava.awt.headless=true</code> command line option.
+ </li>
+ <li>
+ Install an X server which provides an in-memory framebuffer without actually using a
+ screen device or any display hardware. One example is Xvfb.
+ </li>
+ <li>
+ Install a toolkit which emulates AWT without the need for an underlying X server. One
+ example is the <a href="http://www.eteks.com/pja/en">PJA toolkit</a>, which is free
+ and comes with detailed installation instructions.
+ </li>
+ </ul>
+ </section>
+ </section>
+ <section id="image-formats">
+ <title>Details on image formats</title>
+ <section id="bmp">
+ <title>BMP</title>
+ <p>
+ BMP images are supported through an Image I/O codec. There may be limitations of the
+ codec which are outside the control of Apache FOP.
+ </p>
+ </section>
+ <section id="emf">
+ <title>EMF</title>
+ <p>
+ Windows Enhanced Metafiles (EMF) are only supported in RTF output where they are
+ embedded without decoding.
+ </p>
+ </section>
+ <section id="eps">
+ <title>EPS</title>
+ <p>Apache FOP allows to use EPS files when generating PostScript output only.</p>
+ <p>
+ Other output targets can't be supported at the moment because
+ FOP lacks a PostScript interpreter. Furthermore, FOP is currently not able
+ to parse the preview bitmaps sometimes contained in EPS files.
+ </p>
+ </section>
+ <section id="gif">
+ <title>GIF</title>
+ <p>
+ GIF images are supported through an Image&nbsp;I/O codec. Transparency is supported but
+ not guaranteed to work with every output format.
+ </p>
+ </section>
+ <section id="jpeg">
+ <title>JPEG</title>
+ <p>
+ FOP native support (i.e. the handling of undecoded images) of JPEG does not include all
+ variants, especially those containing unusual color lookup tables and color profiles.
+ If you have trouble with a JPEG image in FOP, try opening it with an image processing
+ program (such as Photoshop or Gimp) and then saving it. Specifying 24-bit color output
+ may also help. For the PDF and PostScript renderers most JPEG images can be passed
+ through without decompression. User reports indicate that grayscale, RGB, and
+ CMYK color spaces are all rendered properly. However, for other output formats, the
+ JPEG images have to be decompressed. Tests have shown that there are some limitation
+ in some Image&nbsp;I/O codecs concerning images in the CMYK color space. Work-arounds are
+ in place but may not always work as expected.
+ </p>
+ </section>
+ <section id="png">
+ <title>PNG</title>
+ <p>
+ PNG images are supported through an Image&nbsp;I/O codec. Transparency is supported but
+ not guaranteed to work with every output format.
+ </p>
+ </section>
+ <section id="svg">
+ <title>SVG</title>
+ <section id="svg-intro">
+ <title>Introduction</title>
+ <p>FOP uses <a href="#batik"> Apache Batik</a> for SVG support.
+ This format can be handled as an <code>fo:instream-foreign-object</code> or in a separate
+ file referenced with <code>fo:external-graphic</code>.</p>
+ <note>
+ Batik's SVG Rasterizer utility may also be used to convert standalone SVG
+ documents into PDF. For more information please see the
+ <a href="http://xmlgraphics.apache.org/batik/svgrasterizer.html">SVG Rasterizer documentation</a>
+ on the Batik site.
+ </note>
+ </section>
+ <section id="svg-pdf-graphics">
+ <title>Placing SVG Graphics into PDF</title>
+ <p>
+ The SVG is rendered into PDF by using PDF commands to draw and fill
+ lines and curves. This means that the graphical objects created with
+ this remain as vector graphics. The same applies to PostScript output.
+ For other output formats the SVG graphic may be converted to a bitmap
+ image.
+ </p>
+ <p>
+ There are a number of SVG things that cannot be converted directly into
+ PDF. Parts of the graphic such as effects, patterns and images are inserted
+ into the PDF as a raster graphic. The resolution of these raster images can
+ be controlled through the "target resolution" setting in the
+ <a href="configuration.html">configuration</a>.</p>
+ <p>
+ Currently transparency is limited in PDF so many SVG images that
+ contain effects or graphics with transparent areas may not be displayed
+ correctly.
+ </p>
+ </section>
+ <section id="svg-pdf-text">
+ <title>Placing SVG Text into PDF and PostScript</title>
+ <p>If possible, Batik will use normal PDF or PostScript text when inserting text. It does
+ this by checking if the text can be drawn normally and the font is
+ supported. This example svg <a href="../dev/svg/text.svg">text.svg</a> /
+ <!--link href="../dev/svg/text.pdf"-->text.pdf<!--/link-->
+ shows how various types and effects with text are handled.
+ Note that tspan and outlined text are not yet implemented.</p>
+ <p>
+ Otherwise, text is converted and drawn as a set of shapes by Batik, using the
+ stroking text painter. This means that a typical character will
+ have about 10 curves (each curve consists of at least 20 characters).
+ This can make the output files large and when it is viewed the
+ viewer may not normally draw those fine curves very well (In Adobe Acrobat, turning on
+ "Smooth Line Art" in the preferences will fix this). Copy/paste functionality
+ will not be supported in this case.
+ If the text is inserted into the output file using the inbuilt text commands
+ it will use a single character.
+ </p>
+ <p>
+ Note that because SVG text can be rendered as either text or a vector graphic, you
+ may need to consider settings in your viewer for both. The Acrobat viewer has both
+ "smooth line art" and "smooth text" settings that may need to be set for SVG images
+ to be displayed nicely on your screen (see Edit / Preferences / Display).
+ This setting will not affect the printing of your document, which should be OK in
+ any case, but will only affect the quality of the screen display.</p>
+ </section>
+ <section id="svg-scaling">
+ <title>Scaling</title>
+ <p>
+ Currently, SVG images are rendered with the dimensions specified <em>in the SVG
+ file</em>, within the viewport specified in the fo:external-graphic element.
+ For everything to work properly, the two should be equal. The SVG standard leaves
+ this issue as an implementation detail. Additional scaling options are available
+ through XSL-FO means.
+ </p>
+ <p>
+ If you use pixels to specify the size of an SVG graphic the "source resolution" setting
+ in the <a href="configuration.html">configuration</a> will be used to determine the
+ size of a pixel. The use of pixels to specify sizes is discouraged as they may
+ be interpreted differently in different environments.
+ </p>
+ </section>
+ <section id="svg-problems">
+ <title>Known Problems</title>
+ <ul>
+ <li>
+ Soft mask transparency is combined with white so that it looks better
+ on PDF 1.3 viewers but this causes the soft mask to be slightly lighter
+ or darker on PDF 1.4 viewers.
+ </li>
+ <li>
+ There is some problem with a gradient inside a pattern which may cause a PDF
+ error when viewed in Acrobat 5.
+ </li>
+ <li>
+ Text is not always handled correctly, it may select the wrong font
+ especially if characters have multiple fonts in the font list.
+ </li>
+ <li>
+ Uniform transparency for images and other SVG elements that are converted
+ into a raster graphic are not drawn properly in PDF. The image is opaque.
+ </li>
+ </ul>
+ </section>
+ </section>
+ <section id="tiff">
+ <title>TIFF</title>
+ <p>
+ FOP can embed TIFF images without decompression into PDF, PostScript and AFP if they
+ have either CCITT T.4, CCITT T.6, or JPEG compression. Otherwise, a TIFF-capable
+ Image&nbsp;I/O codec is necessary for decoding the image.
+ </p>
+ <p>
+ There may be some limitation concerning images in the CMYK color space.
+ </p>
+ </section>
+ <section id="wmf">
+ <title>WMF</title>
+ <p>
+ Windows Metafiles (WMF) are supported through classes in
+ <a href="ext:xmlgraphics.apache.org/batik">Apache Batik</a>. At the moment, support
+ for this format is experimental and may not always work as expected.
+ </p>
+ </section>
+ </section>
+ <section id="resolution">
+ <title>Graphics Resolution</title>
+ <p>
+ Some bitmapped image file formats store a dots-per-inch (dpi) or other resolution
+ values. FOP tries to use this resolution information whenever possible to determine
+ the image's intrinsic size. This size is used during the layout process when it is not
+ superseded by an explicit size on fo:external-graphic (content-width and content-height
+ properties).
+ </p>
+ <p>
+ Please note that not all images contain resolution information. If it's not available
+ the source resolution set on the FopFactory (or through the user configuration XML) is used.
+ The default here is 72 dpi.
+ </p>
+ <p>
+ Bitmap images are generally embedded into the output format at their original resolution
+ (as is). No resampling of the image is performed. Explicit resampling is on our wishlist,
+ but hasn't been implemented, yet. Bitmaps included in SVG graphics may be resampled to
+ the resolution specified in the "target resolution" setting in the
+ <a href="configuration.html">configuration</a> if SVG filters are applied. This can be
+ used as a work-around to resample images in FO documents.
+ </p>
+ </section>
+ <section id="page-selection">
+ <title>Page selection for multi-page formats</title>
+ <p>
+ Some image formats such as TIFF support multiple pages/sub-images per file. You can
+ select a particular page using a special URI fragment in the form:
+ &lt;uri&gt;#page=&lt;nr&gt;
+ (for example: <code>http://localhost/images/myimage.tiff#page=3</code>)
+ </p>
+ </section>
+ <section id="caching">
+ <title>Image caching</title>
+ <p>
+ FOP caches images between runs. There is one cache per FopFactory instance. The URI is
+ used as a key to identify images which means that when a particular URI appears again,
+ the image is taken from the cache. If you have a servlet that generates a different
+ image each time it is called with the same URI you need to use a constantly
+ changing dummy parameter on the URI to avoid caching.
+ </p>
+ <p>
+ The image cache has been improved considerably in the redesigned code. Therefore, a
+ resetCache() method like in earlier versions of FOP has become unnecessary. If you
+ still experience OutOfMemoryErrors, please notify us.
+ </p>
+ </section>
+ </body>
+</document>
diff --git a/src/documentation/content/xdocs/0.93/hyphenation.xml b/src/documentation/content/xdocs/0.95/hyphenation.xml
index ed97c6868..ed97c6868 100644
--- a/src/documentation/content/xdocs/0.93/hyphenation.xml
+++ b/src/documentation/content/xdocs/0.95/hyphenation.xml
diff --git a/src/documentation/content/xdocs/0.93/index.xml b/src/documentation/content/xdocs/0.95/index.xml
index 3542e1d5f..3bc718b34 100644
--- a/src/documentation/content/xdocs/0.93/index.xml
+++ b/src/documentation/content/xdocs/0.95/index.xml
@@ -19,22 +19,22 @@
<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
<document>
<header>
- <title>Apache FOP Version 0.93</title>
+ <title>Apache FOP Version 0.95</title>
<version>$Revision$</version>
</header>
<body>
<section id="intro">
<title>Introduction</title>
<p>
- The Apache FOP team is proud to present to you this production quality release. It has taken
- over three years to get this far and over two years without a new release from the FOP
- project. We're still in the process of adding new features. We welcome any feedback you
+ The Apache FOP team is proud to present to you this production quality release.
+ We're still in the process of adding new features. We welcome any feedback you
might have and even more, any other form of help to get the project forward.
</p>
<p>
- This fourth release contains many bug fix release and new features compared
- to 0.92beta. To see what has changed since the last release, please visit the
- <a href="changes_0.93.html">Changes Page</a> and the <a href="releaseNotes_0.93.html">Release Notes</a>.
+ This sixth release contains many bug fix release and new features compared
+ to 0.94. To see what has changed since the last release, please visit the
+ <a href="changes_0.95.html">Changes Page</a> and the
+ <a href="releaseNotes_0.95.html">Release Notes</a>.
</p>
</section>
<section id="upgrading">
diff --git a/src/documentation/content/xdocs/0.93/intermediate.xml b/src/documentation/content/xdocs/0.95/intermediate.xml
index 4744185aa..4744185aa 100644
--- a/src/documentation/content/xdocs/0.93/intermediate.xml
+++ b/src/documentation/content/xdocs/0.95/intermediate.xml
diff --git a/src/documentation/content/xdocs/0.93/known-issues.xml b/src/documentation/content/xdocs/0.95/known-issues.xml
index 25af2a217..6e28e3fb7 100644
--- a/src/documentation/content/xdocs/0.93/known-issues.xml
+++ b/src/documentation/content/xdocs/0.95/known-issues.xml
@@ -21,17 +21,9 @@
MIF and SVG output support have not been restored, yet.
</known-issue>
<known-issue>
- Java2D/AWT support has been improved, but some problems remain,
- for example with block-containers.
- </known-issue>
- <known-issue>
Auto table layout is not implemented, yet.
</known-issue>
<known-issue>
- The collapsing border model on tables is not implemented, yet. Please
- use border-collapse="separate" for now.
- </known-issue>
- <known-issue>
Footnotes may overlap with text of the region-body in multi-column
documents.
</known-issue>
@@ -57,22 +49,9 @@
There are several small problems around white space handling.
</known-issue>
<known-issue>
- Images currently don't shrink so they fit on a page when they are
- too big and shrinking is allowed to happen.
- </known-issue>
- <known-issue>
- inline-container may not work as expected.
- </known-issue>
- <known-issue>
- letter-spacing and word-spacing properties may not work as expected.
- </known-issue>
- <known-issue>
leaders with leader-pattern="use-content" may not work as expected.
</known-issue>
<known-issue>
- keep-with-previous doesn't work inside tables and lists, yet.
- </known-issue>
- <known-issue>
If two consecutive pages don't have the same available width, the
content currently isn't properly fit into the available space on
the new page.
@@ -85,18 +64,7 @@
table-body, table-header, table-footer and table-row.
</known-issue>
<known-issue>
- The backgrounds of table-body, table-header, table-footer and
- table-column are not painted, yet.
- </known-issue>
- <known-issue>
- Border and padding conditionality are not supported on table-cells, yet.
- </known-issue>
- <known-issue>
Column balancing in multi-column documents may not work as expected
(<a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=36356">Bugzilla #36356</a>)
</known-issue>
- <known-issue>
- Internal basic-links don't point to the exact location on a page, yet, as they
- did in 0.20.5. Currently you land in the upper left corner of the page.
- </known-issue>
</known-issues>
diff --git a/src/documentation/content/xdocs/0.93/knownissues_overview.xml b/src/documentation/content/xdocs/0.95/knownissues_overview.xml
index 0f91bb482..7247e6b79 100644
--- a/src/documentation/content/xdocs/0.93/knownissues_overview.xml
+++ b/src/documentation/content/xdocs/0.95/knownissues_overview.xml
@@ -46,25 +46,23 @@
<section>
<title>FO Tree</title>
<p>
- This section lists currently disabled test cases in the test suite for the FO tree tests.
- The data for this section comes from
- <a href="http://svn.apache.org/repos/asf/xmlgraphics/fop/trunk/test/fotree/disabled-testcases.xml">test/fotree/disabled-testcases.xml</a>.
+ This section lists disabled test cases in the test suite for the FO tree tests, at the time
+ of the release.
</p>
- <xi:include href="cocoon://knownissues-raw-fotree_0.93.xml#xpointer(/document/body/*)"/>
+ <xi:include href="cocoon://knownissues-raw-fotree_0.95.xml#xpointer(/document/body/*)"/>
</section>
<section>
<title>Layout Engine</title>
<p>
- This section lists currently disabled test cases in the test suite for the layout engine tests.
- The data for this section comes from
- <a href="http://svn.apache.org/repos/asf/xmlgraphics/fop/trunk/test/layoutengine/disabled-testcases.xml">test/layoutengine/disabled-testcases.xml</a>.
+ This section lists disabled test cases in the test suite for the layout engine tests, at the
+ time of the release.
</p>
- <xi:include href="cocoon://knownissues-raw-layoutengine_0.93.xml#xpointer(/document/body/*)"/>
+ <xi:include href="cocoon://knownissues-raw-layoutengine_0.95.xml#xpointer(/document/body/*)"/>
</section>
<section>
<title>Other known issues</title>
<p>This section lists other known issues.</p>
- <xi:include href="cocoon://knownissues-raw-static_0.93.xml#xpointer(/document/body/*)"/>
+ <xi:include href="cocoon://knownissues-raw-static_0.95.xml#xpointer(/document/body/*)"/>
</section>
</section>
</body>
diff --git a/src/documentation/content/xdocs/0.93/layoutengine/disabled-testcases.xml b/src/documentation/content/xdocs/0.95/layoutengine/disabled-testcases.xml
index cdaaaa741..b4de16ef4 100644
--- a/src/documentation/content/xdocs/0.93/layoutengine/disabled-testcases.xml
+++ b/src/documentation/content/xdocs/0.95/layoutengine/disabled-testcases.xml
@@ -27,13 +27,6 @@
nominal line.</description>
</testcase>
<testcase>
- <name>Bugzilla #36391: reference-orientation</name>
- <file>block-container_reference-orientation_bug36391.xml</file>
- <description>There's a problem involving nested block-containers
- and reference-orientation 180/-180.</description>
- <reference>http://issues.apache.org/bugzilla/show_bug.cgi?id=36391</reference>
- </testcase>
- <testcase>
<name>Auto-height block-containers produce fences</name>
<file>block-container_space-before_space-after_3.xml</file>
<description>Block-containers with no height currently don't
@@ -48,8 +41,8 @@
<testcase>
<name>Hyphenation with preserved linefeeds</name>
<file>block_hyphenation_linefeed_preserve.xml</file>
- <description>When hyphenation is enabled and linefeeds are preserved linefeeds
- are painted as '#' and the text is output multiple times.</description>
+ <description>When hyphenation is enabled and linefeeds are preserved,
+ the text is output multiple times.</description>
</testcase>
<testcase>
<name>linefeed-treatment</name>
@@ -105,12 +98,6 @@
regions.</description>
</testcase>
<testcase>
- <name>Footnotes swallowed in hyphenated fo:inlines</name>
- <file>footnote_in_inline.xml</file>
- <description>getChangedKnuthElements probably loses the footnote
- layout manager somewhere along the way.</description>
- </testcase>
- <testcase>
<name>Footnotes swallowed in lists</name>
<file>footnote_in_list.xml</file>
<description>Element lists for lists are created by combining the
@@ -129,11 +116,6 @@
<reference>http://issues.apache.org/bugzilla/show_bug.cgi?id=37579</reference>
</testcase>
<testcase>
- <name>keeps on inlines NYI</name>
- <file>inline_keep-together.xml</file>
- <description>Keeps are not implemented in inline-level elements, yet.</description>
- </testcase>
- <testcase>
<name>NPE for table inside an inline</name>
<file>inline_block_nested_3.xml</file>
<description>Placing a table as a child of an fo:inline produces a
@@ -251,54 +233,6 @@
<description>Column balancing doesn't work as expected.</description>
</testcase>
<testcase>
- <name>No background-images on table-body</name>
- <file>table-body_background-image.xml</file>
- <description>The backgrounds of table-body, table-header,
- table-footer and table-column are not painted, yet.</description>
- </testcase>
- <testcase>
- <name>Collapsing Border Model NYI</name>
- <file>table_border-collapse_collapse_1.xml</file>
- <description>Border-collapse="collapse" is not yet
- implemented.</description>
- </testcase>
- <testcase>
- <name>Collapsing Border Model NYI</name>
- <file>table_border-collapse_collapse_2.xml</file>
- <description>Border-collapse="collapse" is not yet
- implemented.</description>
- </testcase>
- <testcase>
- <name>Problems with border and padding on tables</name>
- <file>table_border_padding.xml</file>
- <description>The element list seems to not be fully correct, yet, causing
- the layout to look odd.</description>
- </testcase>
- <testcase>
- <name>keep-with-previous doesn't work inside tables</name>
- <file>table-cell_block_keep-with-previous.xml</file>
- <description>Keep-with-previous doesn't work inside tables and
- lists, yet.</description>
- </testcase>
- <testcase>
- <name>Border and padding conditionality is NYI on table-cells</name>
- <file>table-cell_border_padding_conditionality.xml</file>
- <description>Border and padding conditionality are not supported
- on table-cells, yet.</description>
- </testcase>
- <testcase>
- <name>No background-images on table-header</name>
- <file>table-header_background-image.xml</file>
- <description>The backgrounds of table-body, table-header,
- table-footer and table-column are not painted, yet.</description>
- </testcase>
- <testcase>
- <name>keep-with-previous doesn't work on table-rows</name>
- <file>table-row_keep-with-previous.xml</file>
- <description>Keep-with-previous doesn't work inside tables and
- lists, yet.</description>
- </testcase>
- <testcase>
<name>table-cell empty area with marker.xml</name>
<file>table-cell_empty_area_with_marker.xml</file>
<description>A table-cell producing an empty area does currently not add any markers to a page.
@@ -312,17 +246,15 @@
case should be revisited.</description>
</testcase>
<testcase>
- <name>fo:wrapper around block-level content</name>
- <file>wrapper_block.xml</file>
- <description>A ClassCastException occurs when fo:wrapper directly surrounds a
- block-level element because its layout manager is written to handle only
- inline content.</description>
+ <name>fo:wrapper around block-level content (with id)</name>
+ <file>wrapper_block_id.xml</file>
+ <description>"id" attributes on fo:wrapper around block-level content don't get
+ added to the area tree.</description>
</testcase>
<testcase>
- <name>Bugzilla #40230: invalid extra page break</name>
- <file>block_break-after_bug40230.xml</file>
- <description>Currently an extra page is created even if there is nothing
- after a block with break-after="page"</description>
- <reference>http://issues.apache.org/bugzilla/show_bug.cgi?id=40230</reference>
+ <name>Soft hyphen with normal hyphenation enabled</name>
+ <file>block_shy_linebreaking_hyph.xml</file>
+ <description>A soft hyphen should be a preferred as break compared to a
+ normal hyphenation point but is not.</description>
</testcase>
</disabled-testcases>
diff --git a/src/documentation/content/xdocs/0.93/output.xml b/src/documentation/content/xdocs/0.95/output.xml
index fdc37931d..628df1248 100644
--- a/src/documentation/content/xdocs/0.93/output.xml
+++ b/src/documentation/content/xdocs/0.95/output.xml
@@ -48,6 +48,35 @@
The net effect is that the layout of a given FO document can be quite different between
renderers that do not use the same font information.
</p>
+ <p>
+ Theoretically, there's some potential to make the output of the PDF/PS renderers match
+ the output of the Java2D-based renderers. If FOP used the font metrics from its own
+ font subsystem but still used Java2D for text painting in the Java2D-based renderers,
+ this could probably be achieved. However, this approach hasn't been implemented, yet.
+ </p>
+ <p>
+ With a work-around, it is possible to match the PDF/PS output in a Java2D-based
+ renderer pretty closely. The clue is to use the
+ <a href="intermediate.html">intermediate format</a>. The trick is to layout the
+ document using FOP's own font subsystem but then render the document using Java2D.
+ Here are the necessary steps (using the command-line):
+ </p>
+ <ol>
+ <li>
+ Produce an IF file: <code>fop -fo myfile.fo -at application/pdf myfile.at.xml</code><br/>
+ Specifying "application/pdf" for the "-at" parameter causes FOP to use FOP's own
+ font subsystem (which is used by the PDF renderer). Note that no PDF file is created
+ in this step.
+ </li>
+ <li>Render to a PDF file: <code>fop -atin myfile.at.xml -pdf myfile.pdf</code></li>
+ <li>Render to a Java2D-based renderer:
+ <ul>
+ <li><code>fop -atin myfile.at.xml -print</code></li>
+ <li><code>fop -atin myfile.at.xml -awt</code></li>
+ <li><code>fop -atin myfile.at.xml -tiff myfile.tiff</code></li>
+ </ul>
+ </li>
+ </ol>
</section>
<section id="general-direct-output">
<title>Output to a Printer or Other Device</title>
@@ -105,7 +134,7 @@ out = proc.getOutputStream();]]></source>
<section id="pdf-postprocess">
<title>Post-processing</title>
<p>
- FOP does not currently support several desirable PDF features: XMP metadata and watermarks.
+ FOP does not currently support several desirable PDF features: watermarks and signatures.
One workaround is to use Adobe Acrobat (the full version, not the Reader) to process
the file manually or with scripting that it supports.
</p>
@@ -199,8 +228,54 @@ out = proc.getOutputStream();]]></source>
support for most text and layout.
Images and SVG are not fully supported, yet. Currently, the PostScript
renderer generates PostScript Level 3 with most DSC comments. Actually,
- the only Level 3 feature used is FlateDecode, everything else is Level 2.
+ the only Level 3 features used are the FlateDecode and DCTDecode
+ filter (the latter is used for 1:1 embedding of JPEG images), everything
+ else is Level 2.
</p>
+ <section id="ps-configuration">
+ <title>Configuration</title>
+ <p>
+ The PostScript renderer configuration currently allows the following settings:
+ </p>
+<source><![CDATA[<renderer mime="application/postscript">
+ <auto-rotate-landscape>false</auto-rotate-landscape>
+ <language-level>3</language-level>
+ <optimize-resources>false</optimize-resources>
+ <safe-set-page-device>false</safe-set-page-device>
+ <dsc-compliant>true</dsc-compliant>
+</renderer>]]></source>
+ <p>
+ The default value for the "auto-rotate-landscape" setting is "false". Setting it
+ to "true" will automatically rotate landscape pages and will mark them as landscape.
+ </p>
+ <p>
+ The default value for the "language-level" setting is "3". This setting specifies
+ the PostScript language level which should be used by FOP. Set this to "2"
+ only if you don't have a Level 3 capable interpreter.
+ </p>
+ <p>
+ The default value for the "optimize-resources" setting is "false". Setting it
+ to "true" will produce the PostScript file in two steps. A temporary file will be
+ written first which will then be processed to add only the fonts which were really
+ used and images are added to the stream only once as PostScript forms. This will
+ reduce file size but can potentially increase the memory needed in the interpreter
+ to process.
+ </p>
+ <p>
+ The default value for the "safe-set-page-device" setting is "false". Setting it
+ to "true" will cause the renderer to invoke a postscript macro which guards against
+ the possibility of invalid/unsupported postscript key/values being issued to the
+ implementing postscript page device.
+ </p>
+ <p>
+ The default value for the "dsc-compliant" setting is "true". Setting it
+ to "false" will break DSC compliance by minimizing the number of setpagedevice
+ calls in the postscript document output. This feature may be useful when unwanted
+ blank pages are experienced in your postscript output. This problem is caused by
+ the particular postscript implementation issuing unwanted postscript subsystem
+ initgraphics/erasepage calls on each setpagedevice call.
+ </p>
+ </section>
<section id="ps-limitations">
<title>Limitations</title>
<ul>
@@ -283,6 +358,7 @@ out = proc.getOutputStream();]]></source>
<source><![CDATA[<renderer mime="application/vnd.hp-PCL">
<rendering>quality</rendering>
<text-rendering>bitmap</text-rendering>
+ <disable-pjl>false</disable-pjl>
</renderer>]]></source>
<p>
The default value for the "rendering" setting is "speed" which causes borders
@@ -298,6 +374,12 @@ out = proc.getOutputStream();]]></source>
to "bitmap" which causes all text to be rendered as bitmaps.
</p>
<p>
+ The default value for the "disable-pjl" setting is "false". This means that
+ the PCL renderer usually generates PJL commands before and after the document
+ in order to switch a printer into PCL language. PJL commands can be disabled
+ if you set this value to "true".
+ </p>
+ <p>
You can control the output resolution for the PCL using the "target resolution"
setting on the FOUserAgent. The actual value will be rounded up to the next
supported PCL resolution. Currently, only 300 and 600 dpi are supported which
@@ -498,6 +580,13 @@ out = proc.getOutputStream();]]></source>
<font-triplet name="Courier" style="normal" weight="bold"/>
</font>]]></source>
</section>
+ <section id="afp-renderer-resolution-config">
+ <title>Output Resolution</title>
+ <p>By default the AFP Renderer creates output with a resolution of 240 dpi.
+ This can be overridden by the &lt;renderer-resolution/&gt; configuration element. Example:</p>
+ <source><![CDATA[
+ <renderer-resolution>240</renderer-resolution>]]></source>
+ </section>
<section id="afp-image-config">
<title>Images</title>
<p>By default the AFP Renderer converts all images to 8 bit grey level.
@@ -560,8 +649,7 @@ out = proc.getOutputStream();]]></source>
</section>
<section id="afp-tag-logical-element">
<title>Tag Logical Element Extension</title>
- <p>The tag-logical-element extension element allows to injects TLEs into the AFP output stream. Example:
- Example:</p>
+ <p>The tag-logical-element extension element allows to injects TLEs into the AFP output stream. Example:</p>
<source><![CDATA[
<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format"
xmlns:afp="http://xmlgraphics.apache.org/fop/extensions/afp">
@@ -577,6 +665,24 @@ out = proc.getOutputStream();]]></source>
The name and value attributes are mandatory.
</p>
</section>
+ <section id="afp-no-operation">
+ <title>No Operation Extension</title>
+ <p>The no-operation extension provides the ability to carry up to 32K of comments or any other type
+ of unarchitected data into the AFP output stream. Example:</p>
+ <source><![CDATA[
+ <fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format"
+ xmlns:afp="http://xmlgraphics.apache.org/fop/extensions/afp">
+ <fo:layout-master-set>
+ <fo:simple-page-master master-name="simple">
+ <afp:no-operation name="My NOP">insert up to 32k of character data here!</afp:no-operation>
+ </fo:simple-page-master>
+ </fo:layout-master-set>
+]]></source>
+ <p>The no-operation extension element can only occur within a simple-page-master.
+ Multiple no-operation extension elements within a simple-page-master are allowed.
+ The name attribute is mandatory.
+ </p>
+ </section>
</section>
</section>
<section id="rtf">
@@ -584,10 +690,19 @@ out = proc.getOutputStream();]]></source>
<p>
JFOR, an open source XSL-FO to RTF converter has been integrated into Apache FOP.
This will create an RTF (rich text format) document that will
- attempt to contain as much information from the fo document as
- possible. The RTF output follows Microsoft's RTF specifications
+ attempt to contain as much information from the XSL-FO document as
+ possible. It should be noted that is not possible (due to RTF's limitations) to map all
+ XSL-FO features to RTF. For complex documents, the RTF output will never reach the feature
+ level from PDF, for example. Thus, using RTF output is only recommended for simple documents
+ such as letters.
+ </p>
+ <p>
+ The RTF output follows Microsoft's RTF specifications
and produces best results on Microsoft Word.
</p>
+ <note>RTF output is currently unmaintained and lacks many features compared to other output
+ formats. Using other editable formats like Open Document Format, instead of producing XSL-FO
+ then RTF through FOP, might give better results.</note>
</section>
<section id="xml">
<title>XML (Area Tree XML)</title>
@@ -662,8 +777,8 @@ out = proc.getOutputStream();]]></source>
<fonts><!-- described elsewhere --></fonts>
</renderer>]]></source>
<p>
- The default value for the "compression" setting is "PackBits" which is a
- widely supported RLE compression scheme for TIFF. The set of compression
+ The default value for the "compression" setting is "PackBits" which
+ which is a widely supported RLE compression scheme for TIFF. The set of compression
names to be used here matches the set that the Image I/O API uses. Note that
not all compression schemes may be available during runtime. This depends on the
actual codecs being available. Here is a list of possible values:
@@ -770,3 +885,4 @@ out = proc.getOutputStream();]]></source>
</body>
</document>
+
diff --git a/src/documentation/content/xdocs/0.93/pdfa.xml b/src/documentation/content/xdocs/0.95/pdfa.xml
index 64bd5dc91..1b3b75561 100644
--- a/src/documentation/content/xdocs/0.93/pdfa.xml
+++ b/src/documentation/content/xdocs/0.95/pdfa.xml
@@ -129,5 +129,31 @@ Fop fop = fopFactory.newFop(MimeConstants.MIME_PDF, userAgent);
activated at the same time.
</p>
</section>
+ <section id="interoperability">
+ <title>Interoperability</title>
+ <p>
+ There has been some confusion about the namespace for the PDF/A indicator in the XMP
+ metadata. At least three variants have been seen in the wild:
+ </p>
+ <table>
+ <tr>
+ <td>http://www.aiim.org/pdfa/ns/id.html</td>
+ <td><strong>obsolete</strong>, from an early draft of ISO-19005-1, used by Adobe Acrobat 7.x</td>
+ </tr>
+ <tr>
+ <td>http://www.aiim.org/pdfa/ns/id</td>
+ <td><strong>obsolete</strong>, found in the original ISO 19005-1:2005 document</td>
+ </tr>
+ <tr>
+ <td>http://www.aiim.org/pdfa/ns/id/</td>
+ <td><strong>correct</strong>, found in the technical corrigendum 1 of ISO 19005-1:2005</td>
+ </tr>
+ </table>
+ <p>
+ If you get an error validating a PDF/A file in Adobe Acrobat 7.x it doesn't mean that
+ FOP did something wrong. It's Acrobat that is at fault. This is fixed in Adobe Acrobat 8.x
+ which uses the correct namespace as described in the technical corrigendum 1.
+ </p>
+ </section>
</body>
</document>
diff --git a/src/documentation/content/xdocs/0.93/pdfencryption.xml b/src/documentation/content/xdocs/0.95/pdfencryption.xml
index f68eae437..cda301aab 100644
--- a/src/documentation/content/xdocs/0.93/pdfencryption.xml
+++ b/src/documentation/content/xdocs/0.95/pdfencryption.xml
@@ -29,10 +29,6 @@
<body>
<section>
<title>Overview</title>
- <warning>
- PDF Encryption is available in Release 0.20.5 and later. The comments on this page do
- not apply to releases earlier than 0.20.5.
- </warning>
<p>
FOP supports encryption of PDF output, thanks to Patrick
C. Lankswert. This feature is commonly used to prevent
@@ -208,15 +204,10 @@ Fop fop = fopFactory.newFop(MimeConstants.MIME_PDF, userAgent);
</p>
<ol>
<li>
- Download the binary distribution for your JDK version. If you have JDK
- 1.3 or earlier you must also download a JCE from the same page.
- </li>
- <li>
Unpack the distribution. Add the jar file to your classpath. A
convenient way to use the jar on Linux is to simply drop it into the
FOP lib directory, it will be automatically picked up by
- <code>fop.sh</code>. If you have JDK 1.3 or earlier don't forget to
- install the JCE as well.
+ <code>fop.sh</code>.
</li>
<li>
Open the <code>java.security</code> file and add<br/>
diff --git a/src/documentation/content/xdocs/0.93/pdfx.xml b/src/documentation/content/xdocs/0.95/pdfx.xml
index cf796c74d..cf796c74d 100644
--- a/src/documentation/content/xdocs/0.93/pdfx.xml
+++ b/src/documentation/content/xdocs/0.95/pdfx.xml
diff --git a/src/documentation/content/xdocs/0.93/running.xml b/src/documentation/content/xdocs/0.95/running.xml
index 3e852ea98..38e31cc6c 100644
--- a/src/documentation/content/xdocs/0.93/running.xml
+++ b/src/documentation/content/xdocs/0.95/running.xml
@@ -28,21 +28,24 @@
<title>System Requirements</title>
<p>The following software must be installed:</p>
<ul>
- <li>Java 1.3.x or later Runtime Environment.</li>
+ <li>
+ Java 1.4.x or later Runtime Environment.
+ <ul>
+ <li>
+ Many JREs >=1.4 contain older JAXP implementations (which often contain bugs). It's
+ usually a good idea to replace them with a current implementation.
+ </li>
+ </ul>
+ </li>
<li>
Apache FOP. The <a href="../download.html">FOP distribution</a> includes all libraries that you will
need to run a basic FOP installation. These can be found in the [fop-root]/lib directory. These
libraries include the following:
<ul>
- <li>
- A JAXP-compatible XML Parser (FOP comes with <a class="fork" href="ext:xerces">Apache Xerces-J</a>).
- </li>
- <li>
- A JAXP-compatible XSLT Processor (FOP comes with <a class="fork" href="ext:xalan">Apache Xalan-J</a>).
- </li>
+ <li><a class="fork" href="ext:xmlgraphics.apache.org/commons">Apache XML Graphics Commons</a>, an shared library for Batik and FOP.</li>
<li><a class="fork" href="ext:batik">Apache Batik</a>, an SVG library.</li>
- <li><a class="fork" href="ext:jakarta/commons/logging">Apache Jakarta Commons Logging</a>, a logger abstraction kit.</li>
- <li><a class="fork" href="ext:jakarta/commons/io">Apache Jakarta Commons IO</a>, a library with I/O utilities.</li>
+ <li><a class="fork" href="ext:commons-logging">Apache Commons Logging</a>, a logger abstraction kit.</li>
+ <li><a class="fork" href="ext:commons-io">Apache Commons IO</a>, a library with I/O utilities.</li>
<li><a class="fork" href="ext:excalibur/framework">Apache Excalibur/Avalon Framework</a>, for XML configuration handling.</li>
</ul>
</li>
@@ -50,7 +53,8 @@
<p>The following software is optional, depending on your needs:</p>
<ul>
<li>
- Graphics libraries. Support for some graphics formats requires additional packages. See
+ Graphics libraries. Generally, FOP contains direct support for the most important
+ bitmap image formats (including PNG, JPEG and GIF). See
<a href="graphics.html">FOP: Graphics Formats</a> for details.
</li>
<li>
@@ -178,7 +182,7 @@ Fop [options] [-fo|-xml] infile [-xsl file] [-awt|-pdf|-mif|-rtf|-tiff|-png|-pcl
Fop foo.fo -awt]]></source>
<p>
PDF encryption is only available if FOP was compiled with encryption support
- <strong>and</strong> if compatible encryption support is availabe at run time.
+ <strong>and</strong> if compatible encryption support is available at run time.
Currently, only the JCE is supported. Check the <a href="pdfencryption.html">Details</a>.
</p>
</section>
@@ -220,25 +224,27 @@ Fop [options] [-fo|-xml] infile [-xsl file] [-awt|-pdf|-mif|-rtf|-tiff|-png|-pcl
<title>FOP's dynamical classpath construction</title>
<p>If FOP is started without a proper classpath, it tries to
- add its dependencies dynamically. FOP uses the current working
- directory as the base directory for its search. If the base
- directory is called <code>build</code>, then its parent
- directory becomes the base directory.</p>
+ add its dependencies dynamically. If the system property
+ <code>fop.home</code> contains the name of a directory, then
+ FOP uses that directory as the base directory for its
+ search. Otherwise the current working directory is the base
+ directory. If the base directory is called <code>build</code>,
+ then its parent directory becomes the base directory.</p>
<p>FOP expects to find <code>fop.jar</code> in the
- <code>build</code> subdirectory of the base directory, and
- adds it to the classpath. Subsequently FOP adds all
- <code>jar</code> files in the lib directory to the
- classpath. The lib directory is either the <code>lib</code>
- subdirectory of the base directory, or, if that does not
- exist, the base directory itself.</p>
+ <code>build</code> subdirectory of the base directory, and
+ adds it to the classpath. Subsequently FOP adds all
+ <code>jar</code> files in the lib directory to the
+ classpath. The lib directory is either the <code>lib</code>
+ subdirectory of the base directory, or, if that does not
+ exist, the base directory itself.</p>
<p>If the system property <code>fop.optional.lib</code>
- contains the name of a directory, then all <code>jar</code>
- files in that directory are also added to the classpath. See
- the methods <code>getJARList</code> and
- <code>checkDependencies</code> in
- <code>org.apache.fop.cli.Main</code>.</p>
+ contains the name of a directory, then all <code>jar</code>
+ files in that directory are also added to the classpath. See
+ the methods <code>getJARList</code> and
+ <code>checkDependencies</code> in
+ <code>org.apache.fop.cli.Main</code>.</p>
</section>
</section>
@@ -299,7 +305,7 @@ Fop [options] [-fo|-xml] infile [-xsl file] [-awt|-pdf|-mif|-rtf|-tiff|-png|-pcl
<ul>
<li>
Increase memory available to the JVM. See
- <a href="http://java.sun.com/j2se/1.3/docs/tooldocs/solaris/java.html">the -Xmx option</a>
+ <a href="http://java.sun.com/j2se/1.4/docs/tooldocs/solaris/java.html">the -Xmx option</a>
for more information.
<warning>
It is usually unwise to increase the memory allocated to the JVM beyond the amount of
@@ -335,11 +341,6 @@ Fop [options] [-fo|-xml] infile [-xsl file] [-awt|-pdf|-mif|-rtf|-tiff|-png|-pcl
This can be substantial if the page sequence contains lots of FO elements.
</li>
</ul>
- <p>
- One of FOP's stated design goals is to be able to process input of arbitrary size.
- Addressing this goal is one of the prime motivations behind the
- <a href="../dev/index.html">FOP Redesign</a>.
- </p>
</section>
<section id="problems">
<title>Problems</title>
diff --git a/src/documentation/content/xdocs/0.93/servlets.xml b/src/documentation/content/xdocs/0.95/servlets.xml
index cecbcaa60..07c22312d 100644
--- a/src/documentation/content/xdocs/0.93/servlets.xml
+++ b/src/documentation/content/xdocs/0.95/servlets.xml
@@ -161,7 +161,7 @@ public void init() throws ServletException {
<ul>
<li>
Instead of java.io.ByteArrayOutputStream consider using the ByteArrayOutputStream
- implementation from the <a href="ext:jakarta/commons/io">Jakarta Commons IO project</a> which allocates less memory.
+ implementation from the <a href="ext:commons-io">Jakarta Commons IO project</a> which allocates less memory.
The full class name is: <code>org.apache.commons.io.output.ByteArrayOutputStream</code>
</li>
<li>
@@ -177,6 +177,71 @@ public void init() throws ServletException {
apply here, too.
</p>
</section>
+ <section id="uriresolver">
+ <title>Accessing resources in your web application</title>
+ <p>
+ Often, you will want to use resources (stylesheets, images etc.) which are bundled with
+ your web application. FOP provides a URIResolver implementation that lets you access
+ files via the Servlet's ServletContext. The class is called
+ <code>org.apache.fop.servlet.ServletContextURIResolver</code>.
+ </p>
+ <p>
+ Here's how to set it up in your servlet. Instantiate a new instance in the servlet's
+ init() method:
+ </p>
+ <source><![CDATA[
+ /** URIResolver for use by this servlet */
+ protected URIResolver uriResolver;
+
+ public void init() throws ServletException {
+ this.uriResolver = new ServletContextURIResolver(getServletContext());
+ [..]
+ }]]></source>
+ <p>
+ The ServletContextURIResolver reacts on URIs beginning with "servlet-context:". If you
+ want to access an image in a subdirectory of your web application, you could, for
+ example, use: "servlet-context:/images/myimage.png". Don't forget the leading slash
+ after the colon!
+ </p>
+ <p>
+ Further down, you can use the URIResolver for various things:
+ </p>
+ <ul>
+ <li>
+ With the Transformer (JAXP/XSLT) so things like document() functions can resolver
+ "servlet-context:" URIs.
+ </li>
+ <li>
+ With the FopFactory so every resource FOP loads can be loaded using a "servlet-context:"
+ URI.
+ </li>
+ <li>
+ You can the ServletContextURIResolver yourself in your servlet code to access
+ stylesheets or XML files bundled with your web application.
+ </li>
+ </ul>
+ <p>
+ Here are some example snippets:
+ </p>
+ <source><![CDATA[
+//Setting up the JAXP TransformerFactory
+this.transFactory = TransformerFactory.newInstance();
+this.transFactory.setURIResolver(this.uriResolver);
+
+[..]
+
+//Setting up the FOP factory
+this.fopFactory = FopFactory.newInstance();
+this.fopFactory.setURIResolver(this.uriResolver);
+
+[..]
+
+//The stylesheet for the JAXP Transfomer
+Source xsltSrc = this.uriResolver.resolve(
+ "servlet-context:/xslt/mystylesheet.xsl", null);
+Transformer transformer = this.transFactory.newTransformer(xsltSrc);
+transformer.setURIResolver(this.uriResolver);]]></source>
+ </section>
</section>
<section id="ie">
<title>Notes on Microsoft Internet Explorer</title>
diff --git a/src/documentation/content/xdocs/0.93/upgrading.xml b/src/documentation/content/xdocs/0.95/upgrading.xml
index 0f04e63b2..77925fbf8 100644
--- a/src/documentation/content/xdocs/0.93/upgrading.xml
+++ b/src/documentation/content/xdocs/0.95/upgrading.xml
@@ -31,7 +31,10 @@
</p>
<ul>
<li>
- More than half of the codebase has been rewritten over the last three years. With version 0.93 the code has reached <strong>production level</strong>.
+ More than half of the codebase has been rewritten over the
+ last four years. With version 0.93 the code has reached
+ <strong>production level</strong>, and continues to improve with
+ version 0.94 and 0.95.
</li>
<li>
The API of FOP has changed considerably and is not
@@ -52,13 +55,12 @@
src/foschema/fop-configuration.xsd.
</li>
<li>
- If you are using font metrics files for version 0.20.5 or
- 0.92 or earlier, you have to regenerate them in the new
- format. The new format is characterized by a version
- attribute on the top-level font-metrics element, whose value
- is 2.0. The absence of a version attribute will be
- interpreted as version 1.0, and such metrics files will no
- longer be parsed.
+ Beginning with version 0.94 you can skip the generation of
+ font metric files and remove the "font-metrics" attribute
+ in the font configuration. The font metrics files are, for
+ the moment, still required if you use a TrueType Collection (*.ttc)
+ and in that case you need to regenerate the font metrics file
+ if yours are from a FOP version before 0.93.
</li>
<li>
<p>
@@ -76,18 +78,13 @@
</li>
<li>
Extensions and Renderers written for version 0.20.5 will not work with the new code! The new FOP
- extension for <a href="http://barcode4j.krysalis.org">Barcode4J</a> will be available in
+ extension for <a href="http://barcode4j.krysalis.org">Barcode4J</a> is available since
January 2007.
</li>
<li>
- The PCL Renderer and the MIF Handler have not been resurrected, yet! They are currently non-functional
+ The SVG Renderer and the MIF Handler have not been resurrected, yet! They are currently non-functional
and hope for someone to step up and reimplement them.
</li>
- <li>
- By looking at the <a href="../compliance.html">Compliance page</a> you might get the impression
- that the new code is much more advanced than version 0.20.5. That's true but there may still
- be a few things that may not be handled as gracefully by the new code as by version 0.20.5.
- </li>
</ul>
</section>
<section id="issues">
@@ -95,7 +92,8 @@
<p>
When you use your existing FO files or XML/XSL files which work fine with FOP version
0.20.5 against this FOP version some things may not work as expected. The following
- list will hopefully help you to identify and correct those problems.
+ list will hopefully help you to identify and correct those problems. This does not mean
+ that the new FOP is at fault. Quite the opposite actually! See below:
</p>
<ul>
<li>
@@ -103,10 +101,6 @@
trouble. It may contain the necessary information to understand and resolve the problem.
</li>
<li>
- Not all 0.20.5 output formats are supported. PDF and Postscript should be fully supported.
- See <a href="output.html">Output Targets</a> for a more complete description.
- </li>
- <li>
As stated above empty table cells <code>&lt;fo:table-cell&gt;&lt;/fo:table-cell&gt;</code>
are not allowed by the specification. The same applies to empty <code>static-content</code>
and <code>block-container</code> elements, for example.
@@ -123,12 +117,8 @@
</li>
<li>
The <code>fox:outline</code> extension is not implemented in this version anymore.
- It has been superseded by the new bookmark elements from XSL-FO 1.1.
- </li>
- <li>
- The <code>fox:destination</code> extension is also not implemented in this version
- although it may be added in the future. See also
- <a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=37157">Bug 37157</a>.
+ It has been superseded by the new bookmark elements from XSL-FO 1.1. So please
+ update your stylesheets accordingly.
</li>
</ul>
</section>
diff --git a/src/documentation/content/xdocs/compliance.ihtml b/src/documentation/content/xdocs/compliance.ihtml
index 27ca74a63..2b25b89d7 100644
--- a/src/documentation/content/xdocs/compliance.ihtml
+++ b/src/documentation/content/xdocs/compliance.ihtml
@@ -1,5 +1,5 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
- "http://www.w3.org/TR/html4/loose.dtd">
+"http://www.w3.org/TR/html4/loose.dtd">
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
@@ -16,5936 +16,7488 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
+
<html>
<head>
<title>Apache FOP Compliance Page</title>
</head>
-<body>
+<body>
<h1>W3C XSL-FO 1.0 Standard</h1>
- <p>
- One of FOP's design goals is conformance to the
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/">W3C XSL-FO 1.0 standard</a>, which specifies three levels
- of "conformance": basic, extended, and complete. Although FOP does not currently conform to
- any of these levels, it is nevertheless a useful work-in-progress for many applications.
- The information presented here demonstrates FOP's progress toward the goal of conformance,
- which progress consists of implementation of specific objects and properties in the standard.
- The information presented is useful not only to the developers as a sort of "to do" list,
- but also for setting proper expectations for users and potential users.
- </p>
- <p>
- In the tables below, "yes" (green background) indicates conformance, "no" (red background)
- indicates a lack of conformance, "partial" (greyish background) indicates partial conformance,
- and "na" indicates that the item is "not applicable" to FOP usually because FOP supports only
- visual media.
- </p>
+
+ <p>One of FOP's design goals is conformance to the <a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/">W3C XSL-FO 1.0 standard</a>, which specifies three
+ levels of "conformance": basic, extended, and complete. Although FOP does not currently conform
+ to any of these levels, it is nevertheless a useful work-in-progress for many applications. The
+ information presented here demonstrates FOP's progress toward the goal of conformance, which
+ progress consists of implementation of specific objects and properties in the standard. The
+ information presented is useful not only to the developers as a sort of "to do" list, but also
+ for setting proper expectations for users and potential users.</p>
+
+ <p>In the tables below, "yes" (green background) indicates conformance, "no" (red background)
+ indicates a lack of conformance, "partial" (greyish background) indicates partial conformance,
+ and "na" indicates that the item is "not applicable" to FOP usually because FOP supports only
+ visual media.</p>
+
<h2><a href="#fo-object-section">XSL-FO Object Support</a></h2>
+
<ul class="minitoc">
- <li>
- <strong><a href="#fo-object-decl-section">Declarations and Pagination and Layout Formatting Objects</a>: </strong><a href="#fo-object-root">root</a>, <a href="#fo-object-declarations">declarations</a>, <a href="#fo-object-color-profile">color-profile</a>, <a href="#fo-object-page-sequence">page-sequence</a>, <a href="#fo-object-layout-master-set">layout-master-set</a>, <a href="#fo-object-page-sequence-master">page-sequence-master</a>, <a href="#fo-object-single-page-master-reference">single-page-master-reference</a>, <a href="#fo-object-repeatable-page-master-reference">repeatable-page-master-reference</a>, <a href="#fo-object-repeatable-page-master-alternatives">repeatable-page-master-alternatives</a>, <a href="#fo-object-conditional-page-master-reference">conditional-page-master-reference</a>, <a href="#fo-object-simple-page-master">simple-page-master</a>, <a href="#fo-object-region-body">region-body</a>, <a href="#fo-object-region-before">region-before</a>, <a href="#fo-object-region-after">region-after</a>, <a href="#fo-object-region-start">region-start</a>, <a href="#fo-object-region-end">region-end</a>, <a href="#fo-object-flow">flow</a>, <a href="#fo-object-static-content">static-content</a>, <a href="#fo-object-title">title</a>
- </li>
- <li>
- <strong><a href="#fo-object-block-section">Block Formatting Objects</a>: </strong><a href="#fo-object-block">block</a>, <a href="#fo-object-block-container">block-container</a>
- </li>
- <li>
- <strong><a href="#fo-object-inline-section">Inline Formatting Objects</a>: </strong><a href="#fo-object-bidi-override">bidi-override</a>, <a href="#fo-object-character">character</a>, <a href="#fo-object-initial-property-set">initial-property-set</a>, <a href="#fo-object-external-graphic">external-graphic</a>, <a href="#fo-object-instream-foreign-object">instream-foreign-object</a>, <a href="#fo-object-inline">inline</a>, <a href="#fo-object-inline-container">inline-container</a>, <a href="#fo-object-leader">leader</a>, <a href="#fo-object-page-number">page-number</a>, <a href="#fo-object-page-number-citation">page-number-citation</a>
- </li>
- <li>
- <strong><a href="#fo-object-table-section">Table Formatting Objects</a>: </strong><a href="#fo-object-table-and-caption">table-and-caption</a>, <a href="#fo-object-table">table</a>, <a href="#fo-object-table-column">table-column</a>, <a href="#fo-object-table-caption">table-caption</a>, <a href="#fo-object-table-header">table-header</a>, <a href="#fo-object-table-footer">table-footer</a>, <a href="#fo-object-table-body">table-body</a>, <a href="#fo-object-table-row">table-row</a>, <a href="#fo-object-table-cell">table-cell</a>
- </li>
- <li>
- <strong><a href="#fo-object-list-section">List Formatting Objects</a>: </strong><a href="#fo-object-list-block">list-block</a>, <a href="#fo-object-list-item">list-item</a>, <a href="#fo-object-list-item-body">list-item-body</a>, <a href="#fo-object-list-item-label">list-item-label</a>
- </li>
- <li>
- <strong><a href="#fo-object-link-section">Link and Multi Formatting Objects</a>: </strong><a href="#fo-object-basic-link">basic-link</a>, <a href="#fo-object-multi-switch">multi-switch</a>, <a href="#fo-object-multi-case">multi-case</a>, <a href="#fo-object-multi-toggle">multi-toggle</a>, <a href="#fo-object-multi-properties">multi-properties</a>, <a href="#fo-object-multi-property-set">multi-property-set</a>
- </li>
- <li>
- <strong><a href="#fo-object-bookmarks-section">Formatting Objects for Bookmarks</a>: </strong><a href="#fo-object-bookmark-tree">bookmark-tree</a>, <a href="#fo-object-bookmark">bookmark</a>, <a href="#fo-object-bookmark-title">bookmark-title</a>
- </li>
- <li>
- <strong><a href="#fo-object-outofline-section">Out-of-line Formatting Objects</a>: </strong><a href="#fo-object-float">float</a>, <a href="#fo-object-footnote">footnote</a>, <a href="#fo-object-footnote-body">footnote-body</a>
- </li>
- <li>
- <strong><a href="#fo-object-other-section">Other Formatting Objects</a>: </strong><a href="#fo-object-wrapper">wrapper</a>, <a href="#fo-object-marker">marker</a>, <a href="#fo-object-retrieve-marker">retrieve-marker</a>
- </li>
- </ul>
- <h2><a href="#fo-property-section">XSL-FO Property Support</a></h2>
- <ul>
- <li>
- <strong><a href="#fo-property-commonaccess-section">Common Accessibility Properties</a>: </strong><a href="#fo-property-source-document">source-document</a>, <a href="#fo-property-role">role</a>
- </li>
- <li>
- <strong><a href="#fo-property-commonabspos-section">Common Absolute Position Properties</a>: </strong><a href="#fo-property-absolute-position">absolute-position</a>, <a href="#fo-property-top">top</a>, <a href="#fo-property-right">right</a>, <a href="#fo-property-bottom">bottom</a>, <a href="#fo-property-left">left</a>
- </li>
- <li>
- <strong><a href="#fo-property-commonaural-section">Common Aural Properties</a>: </strong><a href="#fo-property-azimuth">azimuth</a>, <a href="#fo-property-cue-after">cue-after</a>, <a href="#fo-property-cue-before">cue-before</a>, <a href="#fo-property-elevation">elevation</a>, <a href="#fo-property-pause-after">pause-after</a>, <a href="#fo-property-pause-before">pause-before</a>, <a href="#fo-property-pitch">pitch</a>, <a href="#fo-property-pitch-range">pitch-range</a>, <a href="#fo-property-play-during">play-during</a>, <a href="#fo-property-richness">richness</a>, <a href="#fo-property-speak">speak</a>, <a href="#fo-property-speak-header">speak-header</a>, <a href="#fo-property-speak-numeral">speak-numeral</a>, <a href="#fo-property-speak-punctuation">speak-punctuation</a>, <a href="#fo-property-speech-rate">speech-rate</a>, <a href="#fo-property-stress">stress</a>, <a href="#fo-property-voice-family">voice-family</a>, <a href="#fo-property-volume">volume</a>
- </li>
- <li>
- <strong><a href="#fo-property-commonenv-section">Common Border, Padding, and Background Properties</a>: </strong><a href="#fo-property-background-attachment">background-attachment</a>, <a href="#fo-property-background-color">background-color</a>, <a href="#fo-property-background-image">background-image</a>, <a href="#fo-property-background-repeat">background-repeat</a>, <a href="#fo-property-background-position-horizontal">background-position-horizontal</a>, <a href="#fo-property-background-position-vertical">background-position-vertical</a>, <a href="#fo-property-border-before-color">border-before-color</a>, <a href="#fo-property-border-before-style">border-before-style</a>, <a href="#fo-property-border-before-width">border-before-width</a>, <a href="#fo-property-border-after-color">border-after-color</a>, <a href="#fo-property-border-after-style">border-after-style</a>, <a href="#fo-property-border-after-width">border-after-width</a>, <a href="#fo-property-border-start-color">border-start-color</a>, <a href="#fo-property-border-start-style">border-start-style</a>, <a href="#fo-property-border-start-width">border-start-width</a>, <a href="#fo-property-border-end-color">border-end-color</a>, <a href="#fo-property-border-end-style">border-end-style</a>, <a href="#fo-property-border-end-width">border-end-width</a>, <a href="#fo-property-border-top-color">border-top-color</a>, <a href="#fo-property-border-top-style">border-top-style</a>, <a href="#fo-property-border-top-width">border-top-width</a>, <a href="#fo-property-border-bottom-color">border-bottom-color</a>, <a href="#fo-property-border-bottom-style">border-bottom-style</a>, <a href="#fo-property-border-bottom-width">border-bottom-width</a>, <a href="#fo-property-border-left-color">border-left-color</a>, <a href="#fo-property-border-left-style">border-left-style</a>, <a href="#fo-property-border-left-width">border-left-width</a>, <a href="#fo-property-border-right-color">border-right-color</a>, <a href="#fo-property-border-right-style">border-right-style</a>, <a href="#fo-property-border-right-width">border-right-width</a>, <a href="#fo-property-padding-before">padding-before</a>, <a href="#fo-property-padding-after">padding-after</a>, <a href="#fo-property-padding-start">padding-start</a>, <a href="#fo-property-padding-end">padding-end</a>, <a href="#fo-property-padding-top">padding-top</a>, <a href="#fo-property-padding-bottom">padding-bottom</a>, <a href="#fo-property-padding-left">padding-left</a>, <a href="#fo-property-padding-right">padding-right</a>
- </li>
- <li>
- <strong><a href="#fo-property-commonfont-section">Common Font Properties</a>: </strong><a href="#fo-property-font-family">font-family</a>, <a href="#fo-property-font-selection-strategy">font-selection-strategy</a>, <a href="#fo-property-font-size">font-size</a>, <a href="#fo-property-font-stretch">font-stretch</a>, <a href="#fo-property-font-size-adjust">font-size-adjust</a>, <a href="#fo-property-font-style">font-style</a>, <a href="#fo-property-font-variant">font-variant</a>, <a href="#fo-property-font-weight">font-weight</a>
- </li>
- <li>
- <strong><a href="#fo-property-commonhyphen-section">Common Hyphenation Properties</a>: </strong><a href="#fo-property-country">country</a>, <a href="#fo-property-language">language</a>, <a href="#fo-property-script">script</a>, <a href="#fo-property-hyphenate">hyphenate</a>, <a href="#fo-property-hyphenation-character">hyphenation-character</a>, <a href="#fo-property-hyphenation-push-character-count">hyphenation-push-character-count</a>, <a href="#fo-property-hyphenation-remain-character-count">hyphenation-remain-character-count</a>
- </li>
- <li>
- <strong><a href="#fo-property-commonmarginblock-section">Common Margin Properties - Block</a>: </strong><a href="#fo-property-margin-top">margin-top</a>, <a href="#fo-property-margin-bottom">margin-bottom</a>, <a href="#fo-property-margin-left">margin-left</a>, <a href="#fo-property-margin-right">margin-right</a>, <a href="#fo-property-space-before">space-before</a>, <a href="#fo-property-space-after">space-after</a>, <a href="#fo-property-start-indent">start-indent</a>, <a href="#fo-property-end-indent">end-indent</a>
- </li>
- <li>
- <strong><a href="#fo-property-commonmargininline-section">Common Margin Properties - Inline</a>: </strong><a href="#fo-property-space-end">space-end</a>, <a href="#fo-property-space-start">space-start</a>
- </li>
- <li>
- <strong><a href="#fo-property-commonrelpos-section">Common Relative Position Properties</a>: </strong><a href="#fo-property-relative-position">relative-position</a>
- </li>
- <li>
- <strong><a href="#fo-property-areaalign-section">Area Alignment Properties</a>: </strong><a href="#fo-property-alignment-adjust">alignment-adjust</a>, <a href="#fo-property-alignment-baseline">alignment-baseline</a>, <a href="#fo-property-baseline-shift">baseline-shift</a>, <a href="#fo-property-display-align">display-align</a>, <a href="#fo-property-dominant-baseline">dominant-baseline</a>, <a href="#fo-property-relative-align">relative-align</a>
- </li>
- <li>
- <strong><a href="#fo-property-areadim-section">Area Dimension Properties</a>: </strong><a href="#fo-property-block-progression-dimension">block-progression-dimension</a>, <a href="#fo-property-content-height">content-height</a>, <a href="#fo-property-content-width">content-width</a>, <a href="#fo-property-height">height</a>, <a href="#fo-property-inline-progression-dimension">inline-progression-dimension</a>, <a href="#fo-property-max-height">max-height</a>, <a href="#fo-property-max-width">max-width</a>, <a href="#fo-property-min-height">min-height</a>, <a href="#fo-property-min-width">min-width</a>, <a href="#fo-property-scaling">scaling</a>, <a href="#fo-property-scaling-method">scaling-method</a>, <a href="#fo-property-width">width</a>
- </li>
- <li>
- <strong><a href="#fo-property-blockandline-section">Block and Line-related Properties</a>: </strong><a href="#fo-property-hyphenation-keep">hyphenation-keep</a>, <a href="#fo-property-hyphenation-ladder-count">hyphenation-ladder-count</a>, <a href="#fo-property-last-line-end-indent">last-line-end-indent</a>, <a href="#fo-property-line-height">line-height</a>, <a href="#fo-property-line-height-shift-adjustment">line-height-shift-adjustment</a>, <a href="#fo-property-line-stacking-strategy">line-stacking-strategy</a>, <a href="#fo-property-linefeed-treatment">linefeed-treatment</a>, <a href="#fo-property-white-space-treatment">white-space-treatment</a>, <a href="#fo-property-text-align">text-align</a>, <a href="#fo-property-text-align-last">text-align-last</a>, <a href="#fo-property-text-indent">text-indent</a>, <a href="#fo-property-white-space-collapse">white-space-collapse</a>, <a href="#fo-property-wrap-option">wrap-option</a>
- </li>
- <li>
- <strong><a href="#fo-property-char-section">Character Properties</a>: </strong><a href="#fo-property-character">character</a>, <a href="#fo-property-letter-spacing">letter-spacing</a>, <a href="#fo-property-suppress-at-line-break">suppress-at-line-break</a>, <a href="#fo-property-text-decoration">text-decoration</a>, <a href="#fo-property-text-shadow">text-shadow</a>, <a href="#fo-property-text-transform">text-transform</a>, <a href="#fo-property-treat-as-word-space">treat-as-word-space</a>, <a href="#fo-property-word-spacing">word-spacing</a>
- </li>
- <li>
- <strong><a href="#fo-property-color-section">Color-related Properties</a>: </strong><a href="#fo-property-color">color</a>, <a href="#fo-property-color-profile-name">color-profile-name</a>, <a href="#fo-property-rendering-intent">rendering-intent</a>
- </li>
- <li>
- <strong><a href="#fo-property-float-section">Float-related Properties</a>: </strong><a href="#fo-property-clear">clear</a>, <a href="#fo-property-float">float</a>, <a href="#fo-property-intrusion-displace">intrusion-displace</a>
- </li>
- <li>
- <strong><a href="#fo-property-keepsbreaks-section">Keeps and Breaks Properties</a>: </strong><a href="#fo-property-break-after">break-after</a>, <a href="#fo-property-break-before">break-before</a>, <a href="#fo-property-keep-together">keep-together</a>, <a href="#fo-property-keep-with-next">keep-with-next</a>, <a href="#fo-property-keep-with-previous">keep-with-previous</a>, <a href="#fo-property-orphans">orphans</a>, <a href="#fo-property-widows">widows</a>
- </li>
- <li>
- <strong><a href="#fo-property-layout-section">Layout-related Properties</a>: </strong><a href="#fo-property-clip">clip</a>, <a href="#fo-property-overflow">overflow</a>, <a href="#fo-property-reference-orientation">reference-orientation</a>, <a href="#fo-property-span">span</a>
- </li>
- <li>
- <strong><a href="#fo-property-leader-section">Leader and Rule Properties</a>: </strong><a href="#fo-property-leader-alignment">leader-alignment</a>, <a href="#fo-property-leader-pattern">leader-pattern</a>, <a href="#fo-property-leader-pattern-width">leader-pattern-width</a>, <a href="#fo-property-leader-length">leader-length</a>, <a href="#fo-property-rule-style">rule-style</a>, <a href="#fo-property-rule-thickness">rule-thickness</a>
- </li>
- <li>
- <strong><a href="#fo-property-dynamiceffects-section">Properties for Dynamic Effects Formatting Objects</a>: </strong><a href="#fo-property-active-state">active-state</a>, <a href="#fo-property-auto-restore">auto-restore</a>, <a href="#fo-property-case-name">case-name</a>, <a href="#fo-property-case-title">case-title</a>, <a href="#fo-property-destination-placement-offset">destination-placement-offset</a>, <a href="#fo-property-external-destination">external-destination</a>, <a href="#fo-property-indicate-destination">indicate-destination</a>, <a href="#fo-property-internal-destination">internal-destination</a>, <a href="#fo-property-show-destination">show-destination</a>, <a href="#fo-property-starting-state">starting-state</a>, <a href="#fo-property-switch-to">switch-to</a>, <a href="#fo-property-target-presentation-context">target-presentation-context</a>, <a href="#fo-property-target-processing-context">target-processing-context</a>, <a href="#fo-property-target-stylesheet">target-stylesheet</a>
- </li>
- <li>
- <strong><a href="#fo-property-markers-section">Properties for Markers</a>: </strong><a href="#fo-property-marker-class-name">marker-class-name</a>, <a href="#fo-property-retrieve-class-name">retrieve-class-name</a>, <a href="#fo-property-retrieve-position">retrieve-position</a>, <a href="#fo-property-retrieve-boundary">retrieve-boundary</a>
- </li>
- <li>
- <strong><a href="#fo-property-numberstring-section">Properties for Number to String Conversion</a>: </strong><a href="#fo-property-format">format</a>, <a href="#fo-property-grouping-separator">grouping-separator</a>, <a href="#fo-property-grouping-size">grouping-size</a>, <a href="#fo-property-letter-value">letter-value</a>
- </li>
- <li>
- <strong><a href="#fo-property-pagination-section">Pagination and Layout Properties</a>: </strong><a href="#fo-property-blank-or-not-blank">blank-or-not-blank</a>, <a href="#fo-property-column-count">column-count</a>, <a href="#fo-property-column-gap">column-gap</a>, <a href="#fo-property-extent">extent</a>, <a href="#fo-property-flow-name">flow-name</a>, <a href="#fo-property-force-page-count">force-page-count</a>, <a href="#fo-property-initial-page-number">initial-page-number</a>, <a href="#fo-property-master-name">master-name</a>, <a href="#fo-property-master-reference">master-reference</a>, <a href="#fo-property-maximum-repeats">maximum-repeats</a>, <a href="#fo-property-media-usage">media-usage</a>, <a href="#fo-property-odd-or-even">odd-or-even</a>, <a href="#fo-property-page-height">page-height</a>, <a href="#fo-property-page-position">page-position</a>, <a href="#fo-property-page-width">page-width</a>, <a href="#fo-property-precedence">precedence</a>, <a href="#fo-property-region-name">region-name</a>
- </li>
- <li>
- <strong><a href="#fo-property-table-section">Table Properties</a>: </strong><a href="#fo-property-border-after-precedence">border-after-precedence</a>, <a href="#fo-property-border-before-precedence">border-before-precedence</a>, <a href="#fo-property-border-collapse">border-collapse</a>, <a href="#fo-property-border-end-precedence">border-end-precedence</a>, <a href="#fo-property-border-separation">border-separation</a>, <a href="#fo-property-border-start-precedence">border-start-precedence</a>, <a href="#fo-property-caption-side">caption-side</a>, <a href="#fo-property-column-number">column-number</a>, <a href="#fo-property-column-width">column-width</a>, <a href="#fo-property-empty-cells">empty-cells</a>, <a href="#fo-property-ends-row">ends-row</a>, <a href="#fo-property-number-columns-repeated">number-columns-repeated</a>, <a href="#fo-property-number-columns-spanned">number-columns-spanned</a>, <a href="#fo-property-number-rows-spanned">number-rows-spanned</a>, <a href="#fo-property-starts-row">starts-row</a>, <a href="#fo-property-table-layout">table-layout</a>, <a href="#fo-property-table-omit-footer-at-break">table-omit-footer-at-break</a>, <a href="#fo-property-table-omit-header-at-break">table-omit-header-at-break</a>
- </li>
- <li>
- <strong><a href="#fo-property-writingmode-section">Writing-mode-related Properties</a>: </strong><a href="#fo-property-direction">direction</a>, <a href="#fo-property-glyph-orientation-horizontal">glyph-orientation-horizontal</a>, <a href="#fo-property-glyph-orientation-vertical">glyph-orientation-vertical</a>, <a href="#fo-property-text-altitude">text-altitude</a>, <a href="#fo-property-text-depth">text-depth</a>, <a href="#fo-property-unicode-bidi">unicode-bidi</a>, <a href="#fo-property-writing-mode">writing-mode</a>
- </li>
- <li>
- <strong><a href="#fo-property-misc-section">Miscellaneous Properties</a>: </strong><a href="#fo-property-content-type">content-type</a>, <a href="#fo-property-id">id</a>, <a href="#fo-property-provisional-label-separation">provisional-label-separation</a>, <a href="#fo-property-provisional-distance-between-starts">provisional-distance-between-starts</a>, <a href="#fo-property-ref-id">ref-id</a>, <a href="#fo-property-score-spaces">score-spaces</a>, <a href="#fo-property-src">src</a>, <a href="#fo-property-visibility">visibility</a>, <a href="#fo-property-z-index">z-index</a>
- </li>
- <li>
- <strong><a href="#fo-property-shorthand-section">Shorthand Properties</a>: </strong><a href="#fo-property-background">background</a>, <a href="#fo-property-background-position">background-position</a>, <a href="#fo-property-border">border</a>, <a href="#fo-property-border-bottom">border-bottom</a>, <a href="#fo-property-border-color">border-color</a>, <a href="#fo-property-border-left">border-left</a>, <a href="#fo-property-border-right">border-right</a>, <a href="#fo-property-border-style">border-style</a>, <a href="#fo-property-border-spacing">border-spacing</a>, <a href="#fo-property-border-top">border-top</a>, <a href="#fo-property-border-width">border-width</a>, <a href="#fo-property-cue">cue</a>, <a href="#fo-property-font">font</a>, <a href="#fo-property-margin">margin</a>, <a href="#fo-property-padding">padding</a>, <a href="#fo-property-page-break-after">page-break-after</a>, <a href="#fo-property-page-break-before">page-break-before</a>, <a href="#fo-property-page-break-inside">page-break-inside</a>, <a href="#fo-property-pause">pause</a>, <a href="#fo-property-position">position</a>, <a href="#fo-property-size">size</a>, <a href="#fo-property-vertical-align">vertical-align</a>, <a href="#fo-property-white-space">white-space</a>, <a href="#fo-property-xml:lang">xml:lang</a>
- </li>
+ <li><strong><a href="#fo-object-decl-section">Declarations and Pagination and Layout Formatting
+ Objects</a>:</strong>
+ <a href="#fo-object-root">root</a>,
+ <a href="#fo-object-declarations">declarations</a>,
+ <a href="#fo-object-color-profile">color-profile</a>,
+ <a href="#fo-object-page-sequence">page-sequence</a>,
+ <a href="#fo-object-layout-master-set">layout-master-set</a>,
+ <a href="#fo-object-page-sequence-master">page-sequence-master</a>,
+ <a href="#fo-object-single-page-master-reference">single-page-master-reference</a>,
+ <a href="#fo-object-repeatable-page-master-reference">repeatable-page-master-reference</a>,
+ <a href="#fo-object-repeatable-page-master-alternatives">repeatable-page-master-alternatives</a>,
+ <a href="#fo-object-conditional-page-master-reference">conditional-page-master-reference</a>,
+ <a href="#fo-object-simple-page-master">simple-page-master</a>,
+ <a href="#fo-object-region-body">region-body</a>,
+ <a href="#fo-object-region-before">region-before</a>,
+ <a href="#fo-object-region-after">region-after</a>,
+ <a href="#fo-object-region-start">region-start</a>,
+ <a href="#fo-object-region-end">region-end</a>,
+ <a href="#fo-object-flow">flow</a>,
+ <a href="#fo-object-static-content">static-content</a>,
+ <a href="#fo-object-title">title</a></li>
+
+ <li><strong><a href="#fo-object-block-section">Block Formatting Objects</a>:</strong>
+ <a href="#fo-object-block">block</a>,
+ <a href="#fo-object-block-container">block-container</a></li>
+
+ <li><strong><a href="#fo-object-inline-section">Inline Formatting Objects</a>:</strong>
+ <a href="#fo-object-bidi-override">bidi-override</a>,
+ <a href="#fo-object-character">character</a>,
+ <a href="#fo-object-initial-property-set">initial-property-set</a>,
+ <a href="#fo-object-external-graphic">external-graphic</a>,
+ <a href="#fo-object-instream-foreign-object">instream-foreign-object</a>,
+ <a href="#fo-object-inline">inline</a>,
+ <a href="#fo-object-inline-container">inline-container</a>,
+ <a href="#fo-object-leader">leader</a>,
+ <a href="#fo-object-page-number">page-number</a>,
+ <a href="#fo-object-page-number-citation">page-number-citation</a></li>
+
+ <li><strong><a href="#fo-object-table-section">Table Formatting Objects</a>:</strong>
+ <a href="#fo-object-table-and-caption">table-and-caption</a>,
+ <a href="#fo-object-table">table</a>,
+ <a href="#fo-object-table-column">table-column</a>,
+ <a href="#fo-object-table-caption">table-caption</a>,
+ <a href="#fo-object-table-header">table-header</a>,
+ <a href="#fo-object-table-footer">table-footer</a>,
+ <a href="#fo-object-table-body">table-body</a>,
+ <a href="#fo-object-table-row">table-row</a>,
+ <a href="#fo-object-table-cell">table-cell</a></li>
+
+ <li><strong><a href="#fo-object-list-section">List Formatting Objects</a>:</strong>
+ <a href="#fo-object-list-block">list-block</a>,
+ <a href="#fo-object-list-item">list-item</a>,
+ <a href="#fo-object-list-item-body">list-item-body</a>,
+ <a href="#fo-object-list-item-label">list-item-label</a></li>
+
+ <li><strong><a href="#fo-object-link-section">Link and Multi Formatting Objects</a>:</strong>
+ <a href="#fo-object-basic-link">basic-link</a>,
+ <a href="#fo-object-multi-switch">multi-switch</a>,
+ <a href="#fo-object-multi-case">multi-case</a>,
+ <a href="#fo-object-multi-toggle">multi-toggle</a>,
+ <a href="#fo-object-multi-properties">multi-properties</a>,
+ <a href="#fo-object-multi-property-set">multi-property-set</a></li>
+
+ <li><strong><a href="#fo-object-bookmarks-section">Formatting Objects for
+ Bookmarks</a>:</strong>
+ <a href="#fo-object-bookmark-tree">bookmark-tree</a>,
+ <a href="#fo-object-bookmark">bookmark</a>,
+ <a href="#fo-object-bookmark-title">bookmark-title</a></li>
+
+ <li><strong><a href="#fo-object-outofline-section">Out-of-line Formatting Objects</a>:</strong>
+ <a href="#fo-object-float">float</a>,
+ <a href="#fo-object-footnote">footnote</a>,
+ <a href="#fo-object-footnote-body">footnote-body</a></li>
+
+ <li><strong><a href="#fo-object-other-section">Other Formatting Objects</a>:</strong>
+ <a href="#fo-object-wrapper">wrapper</a>,
+ <a href="#fo-object-marker">marker</a>,
+ <a href="#fo-object-retrieve-marker">retrieve-marker</a></li>
+ </ul>
+
+ <h2><a href="#fo-property-section">XSL-FO Property Support</a></h2>
+
+ <ul>
+ <li><strong><a href="#fo-property-commonaccess-section">Common Accessibility
+ Properties</a>:</strong>
+ <a href="#fo-property-source-document">source-document</a>,
+ <a href="#fo-property-role">role</a></li>
+
+ <li><strong><a href="#fo-property-commonabspos-section">Common Absolute Position
+ Properties</a>:</strong>
+ <a href="#fo-property-absolute-position">absolute-position</a>,
+ <a href="#fo-property-top">top</a>,
+ <a href="#fo-property-right">right</a>,
+ <a href="#fo-property-bottom">bottom</a>,
+ <a href="#fo-property-left">left</a></li>
+
+ <li><strong><a href="#fo-property-commonaural-section">Common Aural Properties</a>:</strong>
+ <a href="#fo-property-azimuth">azimuth</a>,
+ <a href="#fo-property-cue-after">cue-after</a>,
+ <a href="#fo-property-cue-before">cue-before</a>,
+ <a href="#fo-property-elevation">elevation</a>,
+ <a href="#fo-property-pause-after">pause-after</a>,
+ <a href="#fo-property-pause-before">pause-before</a>,
+ <a href="#fo-property-pitch">pitch</a>,
+ <a href="#fo-property-pitch-range">pitch-range</a>,
+ <a href="#fo-property-play-during">play-during</a>,
+ <a href="#fo-property-richness">richness</a>,
+ <a href="#fo-property-speak">speak</a>,
+ <a href="#fo-property-speak-header">speak-header</a>,
+ <a href="#fo-property-speak-numeral">speak-numeral</a>,
+ <a href="#fo-property-speak-punctuation">speak-punctuation</a>,
+ <a href="#fo-property-speech-rate">speech-rate</a>,
+ <a href="#fo-property-stress">stress</a>,
+ <a href="#fo-property-voice-family">voice-family</a>,
+ <a href="#fo-property-volume">volume</a></li>
+
+ <li><strong><a href="#fo-property-commonenv-section">Common Border, Padding, and Background
+ Properties</a>:</strong>
+ <a href="#fo-property-background-attachment">background-attachment</a>,
+ <a href="#fo-property-background-color">background-color</a>,
+ <a href="#fo-property-background-image">background-image</a>,
+ <a href="#fo-property-background-repeat">background-repeat</a>,
+ <a href="#fo-property-background-position-horizontal">background-position-horizontal</a>,
+ <a href="#fo-property-background-position-vertical">background-position-vertical</a>,
+ <a href="#fo-property-border-before-color">border-before-color</a>,
+ <a href="#fo-property-border-before-style">border-before-style</a>,
+ <a href="#fo-property-border-before-width">border-before-width</a>,
+ <a href="#fo-property-border-after-color">border-after-color</a>,
+ <a href="#fo-property-border-after-style">border-after-style</a>,
+ <a href="#fo-property-border-after-width">border-after-width</a>,
+ <a href="#fo-property-border-start-color">border-start-color</a>,
+ <a href="#fo-property-border-start-style">border-start-style</a>,
+ <a href="#fo-property-border-start-width">border-start-width</a>,
+ <a href="#fo-property-border-end-color">border-end-color</a>,
+ <a href="#fo-property-border-end-style">border-end-style</a>,
+ <a href="#fo-property-border-end-width">border-end-width</a>,
+ <a href="#fo-property-border-top-color">border-top-color</a>,
+ <a href="#fo-property-border-top-style">border-top-style</a>,
+ <a href="#fo-property-border-top-width">border-top-width</a>,
+ <a href="#fo-property-border-bottom-color">border-bottom-color</a>,
+ <a href="#fo-property-border-bottom-style">border-bottom-style</a>,
+ <a href="#fo-property-border-bottom-width">border-bottom-width</a>,
+ <a href="#fo-property-border-left-color">border-left-color</a>,
+ <a href="#fo-property-border-left-style">border-left-style</a>,
+ <a href="#fo-property-border-left-width">border-left-width</a>,
+ <a href="#fo-property-border-right-color">border-right-color</a>,
+ <a href="#fo-property-border-right-style">border-right-style</a>,
+ <a href="#fo-property-border-right-width">border-right-width</a>,
+ <a href="#fo-property-padding-before">padding-before</a>,
+ <a href="#fo-property-padding-after">padding-after</a>,
+ <a href="#fo-property-padding-start">padding-start</a>,
+ <a href="#fo-property-padding-end">padding-end</a>,
+ <a href="#fo-property-padding-top">padding-top</a>,
+ <a href="#fo-property-padding-bottom">padding-bottom</a>,
+ <a href="#fo-property-padding-left">padding-left</a>,
+ <a href="#fo-property-padding-right">padding-right</a></li>
+
+ <li><strong><a href="#fo-property-commonfont-section">Common Font Properties</a>:</strong>
+ <a href="#fo-property-font-family">font-family</a>,
+ <a href="#fo-property-font-selection-strategy">font-selection-strategy</a>,
+ <a href="#fo-property-font-size">font-size</a>,
+ <a href="#fo-property-font-stretch">font-stretch</a>,
+ <a href="#fo-property-font-size-adjust">font-size-adjust</a>,
+ <a href="#fo-property-font-style">font-style</a>,
+ <a href="#fo-property-font-variant">font-variant</a>,
+ <a href="#fo-property-font-weight">font-weight</a></li>
+
+ <li><strong><a href="#fo-property-commonhyphen-section">Common Hyphenation
+ Properties</a>:</strong>
+ <a href="#fo-property-country">country</a>,
+ <a href="#fo-property-language">language</a>,
+ <a href="#fo-property-script">script</a>,
+ <a href="#fo-property-hyphenate">hyphenate</a>,
+ <a href="#fo-property-hyphenation-character">hyphenation-character</a>,
+ <a href="#fo-property-hyphenation-push-character-count">hyphenation-push-character-count</a>,
+ <a href="#fo-property-hyphenation-remain-character-count">hyphenation-remain-character-count</a></li>
+
+ <li><strong><a href="#fo-property-commonmarginblock-section">Common Margin Properties -
+ Block</a>:</strong>
+ <a href="#fo-property-margin-top">margin-top</a>,
+ <a href="#fo-property-margin-bottom">margin-bottom</a>,
+ <a href="#fo-property-margin-left">margin-left</a>,
+ <a href="#fo-property-margin-right">margin-right</a>,
+ <a href="#fo-property-space-before">space-before</a>,
+ <a href="#fo-property-space-after">space-after</a>,
+ <a href="#fo-property-start-indent">start-indent</a>,
+ <a href="#fo-property-end-indent">end-indent</a></li>
+
+ <li><strong><a href="#fo-property-commonmargininline-section">Common Margin Properties -
+ Inline</a>:</strong>
+ <a href="#fo-property-space-end">space-end</a>,
+ <a href="#fo-property-space-start">space-start</a></li>
+
+ <li><strong><a href="#fo-property-commonrelpos-section">Common Relative Position
+ Properties</a>:</strong> <a href="#fo-property-relative-position">relative-position</a></li>
+
+ <li><strong><a href="#fo-property-areaalign-section">Area Alignment Properties</a>:</strong>
+ <a href="#fo-property-alignment-adjust">alignment-adjust</a>,
+ <a href="#fo-property-alignment-baseline">alignment-baseline</a>,
+ <a href="#fo-property-baseline-shift">baseline-shift</a>,
+ <a href="#fo-property-display-align">display-align</a>,
+ <a href="#fo-property-dominant-baseline">dominant-baseline</a>,
+ <a href="#fo-property-relative-align">relative-align</a></li>
+
+ <li><strong><a href="#fo-property-areadim-section">Area Dimension Properties</a>:</strong>
+ <a href="#fo-property-block-progression-dimension">block-progression-dimension</a>,
+ <a href="#fo-property-content-height">content-height</a>,
+ <a href="#fo-property-content-width">content-width</a>,
+ <a href="#fo-property-height">height</a>,
+ <a href="#fo-property-inline-progression-dimension">inline-progression-dimension</a>,
+ <a href="#fo-property-max-height">max-height</a>,
+ <a href="#fo-property-max-width">max-width</a>,
+ <a href="#fo-property-min-height">min-height</a>,
+ <a href="#fo-property-min-width">min-width</a>,
+ <a href="#fo-property-scaling">scaling</a>,
+ <a href="#fo-property-scaling-method">scaling-method</a>,
+ <a href="#fo-property-width">width</a></li>
+
+ <li><strong><a href="#fo-property-blockandline-section">Block and Line-related
+ Properties</a>:</strong>
+ <a href="#fo-property-hyphenation-keep">hyphenation-keep</a>,
+ <a href="#fo-property-hyphenation-ladder-count">hyphenation-ladder-count</a>,
+ <a href="#fo-property-last-line-end-indent">last-line-end-indent</a>,
+ <a href="#fo-property-line-height">line-height</a>,
+ <a href="#fo-property-line-height-shift-adjustment">line-height-shift-adjustment</a>,
+ <a href="#fo-property-line-stacking-strategy">line-stacking-strategy</a>,
+ <a href="#fo-property-linefeed-treatment">linefeed-treatment</a>,
+ <a href="#fo-property-white-space-treatment">white-space-treatment</a>,
+ <a href="#fo-property-text-align">text-align</a>,
+ <a href="#fo-property-text-align-last">text-align-last</a>,
+ <a href="#fo-property-text-indent">text-indent</a>,
+ <a href="#fo-property-white-space-collapse">white-space-collapse</a>,
+ <a href="#fo-property-wrap-option">wrap-option</a></li>
+
+ <li><strong><a href="#fo-property-char-section">Character Properties</a>:</strong>
+ <a href="#fo-property-character">character</a>,
+ <a href="#fo-property-letter-spacing">letter-spacing</a>,
+ <a href="#fo-property-suppress-at-line-break">suppress-at-line-break</a>,
+ <a href="#fo-property-text-decoration">text-decoration</a>,
+ <a href="#fo-property-text-shadow">text-shadow</a>,
+ <a href="#fo-property-text-transform">text-transform</a>,
+ <a href="#fo-property-treat-as-word-space">treat-as-word-space</a>,
+ <a href="#fo-property-word-spacing">word-spacing</a></li>
+
+ <li><strong><a href="#fo-property-color-section">Color-related Properties</a>:</strong>
+ <a href="#fo-property-color">color</a>,
+ <a href="#fo-property-color-profile-name">color-profile-name</a>,
+ <a href="#fo-property-rendering-intent">rendering-intent</a></li>
+
+ <li><strong><a href="#fo-property-float-section">Float-related Properties</a>:</strong>
+ <a href="#fo-property-clear">clear</a>,
+ <a href="#fo-property-float">float</a>,
+ <a href="#fo-property-intrusion-displace">intrusion-displace</a></li>
+
+ <li><strong><a href="#fo-property-keepsbreaks-section">Keeps and Breaks
+ Properties</a>:</strong>
+ <a href="#fo-property-break-after">break-after</a>,
+ <a href="#fo-property-break-before">break-before</a>,
+ <a href="#fo-property-keep-together">keep-together</a>,
+ <a href="#fo-property-keep-with-next">keep-with-next</a>,
+ <a href="#fo-property-keep-with-previous">keep-with-previous</a>,
+ <a href="#fo-property-orphans">orphans</a>,
+ <a href="#fo-property-widows">widows</a></li>
+
+ <li><strong><a href="#fo-property-layout-section">Layout-related Properties</a>:</strong>
+ <a href="#fo-property-clip">clip</a>,
+ <a href="#fo-property-overflow">overflow</a>,
+ <a href="#fo-property-reference-orientation">reference-orientation</a>,
+ <a href="#fo-property-span">span</a></li>
+
+ <li><strong><a href="#fo-property-leader-section">Leader and Rule Properties</a>:</strong>
+ <a href="#fo-property-leader-alignment">leader-alignment</a>,
+ <a href="#fo-property-leader-pattern">leader-pattern</a>,
+ <a href="#fo-property-leader-pattern-width">leader-pattern-width</a>,
+ <a href="#fo-property-leader-length">leader-length</a>,
+ <a href="#fo-property-rule-style">rule-style</a>,
+ <a href="#fo-property-rule-thickness">rule-thickness</a></li>
+
+ <li><strong><a href="#fo-property-dynamiceffects-section">Properties for Dynamic Effects
+ Formatting Objects</a>:</strong>
+ <a href="#fo-property-active-state">active-state</a>,
+ <a href="#fo-property-auto-restore">auto-restore</a>,
+ <a href="#fo-property-case-name">case-name</a>,
+ <a href="#fo-property-case-title">case-title</a>,
+ <a href="#fo-property-destination-placement-offset">destination-placement-offset</a>,
+ <a href="#fo-property-external-destination">external-destination</a>,
+ <a href="#fo-property-indicate-destination">indicate-destination</a>,
+ <a href="#fo-property-internal-destination">internal-destination</a>,
+ <a href="#fo-property-show-destination">show-destination</a>,
+ <a href="#fo-property-starting-state">starting-state</a>,
+ <a href="#fo-property-switch-to">switch-to</a>,
+ <a href="#fo-property-target-presentation-context">target-presentation-context</a>,
+ <a href="#fo-property-target-processing-context">target-processing-context</a>,
+ <a href="#fo-property-target-stylesheet">target-stylesheet</a></li>
+
+ <li><strong><a href="#fo-property-markers-section">Properties for Markers</a>:</strong>
+ <a href="#fo-property-marker-class-name">marker-class-name</a>,
+ <a href="#fo-property-retrieve-class-name">retrieve-class-name</a>,
+ <a href="#fo-property-retrieve-position">retrieve-position</a>,
+ <a href="#fo-property-retrieve-boundary">retrieve-boundary</a></li>
+
+ <li><strong><a href="#fo-property-numberstring-section">Properties for Number to String
+ Conversion</a>:</strong>
+ <a href="#fo-property-format">format</a>,
+ <a href="#fo-property-grouping-separator">grouping-separator</a>,
+ <a href="#fo-property-grouping-size">grouping-size</a>,
+ <a href="#fo-property-letter-value">letter-value</a></li>
+
+ <li><strong><a href="#fo-property-pagination-section">Pagination and Layout
+ Properties</a>:</strong>
+ <a href="#fo-property-blank-or-not-blank">blank-or-not-blank</a>,
+ <a href="#fo-property-column-count">column-count</a>,
+ <a href="#fo-property-column-gap">column-gap</a>,
+ <a href="#fo-property-extent">extent</a>,
+ <a href="#fo-property-flow-name">flow-name</a>,
+ <a href="#fo-property-force-page-count">force-page-count</a>,
+ <a href="#fo-property-initial-page-number">initial-page-number</a>,
+ <a href="#fo-property-master-name">master-name</a>,
+ <a href="#fo-property-master-reference">master-reference</a>,
+ <a href="#fo-property-maximum-repeats">maximum-repeats</a>,
+ <a href="#fo-property-media-usage">media-usage</a>,
+ <a href="#fo-property-odd-or-even">odd-or-even</a>,
+ <a href="#fo-property-page-height">page-height</a>,
+ <a href="#fo-property-page-position">page-position</a>,
+ <a href="#fo-property-page-width">page-width</a>,
+ <a href="#fo-property-precedence">precedence</a>,
+ <a href="#fo-property-region-name">region-name</a></li>
+
+ <li><strong><a href="#fo-property-table-section">Table Properties</a>:</strong>
+ <a href="#fo-property-border-after-precedence">border-after-precedence</a>,
+ <a href="#fo-property-border-before-precedence">border-before-precedence</a>,
+ <a href="#fo-property-border-collapse">border-collapse</a>,
+ <a href="#fo-property-border-end-precedence">border-end-precedence</a>,
+ <a href="#fo-property-border-separation">border-separation</a>,
+ <a href="#fo-property-border-start-precedence">border-start-precedence</a>,
+ <a href="#fo-property-caption-side">caption-side</a>,
+ <a href="#fo-property-column-number">column-number</a>,
+ <a href="#fo-property-column-width">column-width</a>,
+ <a href="#fo-property-empty-cells">empty-cells</a>,
+ <a href="#fo-property-ends-row">ends-row</a>,
+ <a href="#fo-property-number-columns-repeated">number-columns-repeated</a>,
+ <a href="#fo-property-number-columns-spanned">number-columns-spanned</a>,
+ <a href="#fo-property-number-rows-spanned">number-rows-spanned</a>,
+ <a href="#fo-property-starts-row">starts-row</a>,
+ <a href="#fo-property-table-layout">table-layout</a>,
+ <a href="#fo-property-table-omit-footer-at-break">table-omit-footer-at-break</a>,
+ <a href="#fo-property-table-omit-header-at-break">table-omit-header-at-break</a></li>
+
+ <li><strong><a href="#fo-property-writingmode-section">Writing-mode-related
+ Properties</a>:</strong>
+ <a href="#fo-property-direction">direction</a>,
+ <a href="#fo-property-glyph-orientation-horizontal">glyph-orientation-horizontal</a>,
+ <a href="#fo-property-glyph-orientation-vertical">glyph-orientation-vertical</a>,
+ <a href="#fo-property-text-altitude">text-altitude</a>,
+ <a href="#fo-property-text-depth">text-depth</a>,
+ <a href="#fo-property-unicode-bidi">unicode-bidi</a>,
+ <a href="#fo-property-writing-mode">writing-mode</a></li>
+
+ <li><strong><a href="#fo-property-misc-section">Miscellaneous Properties</a>:</strong>
+ <a href="#fo-property-content-type">content-type</a>,
+ <a href="#fo-property-id">id</a>,
+ <a href="#fo-property-provisional-label-separation">provisional-label-separation</a>,
+ <a href="#fo-property-provisional-distance-between-starts">provisional-distance-between-starts</a>,
+ <a href="#fo-property-ref-id">ref-id</a>,
+ <a href="#fo-property-score-spaces">score-spaces</a>,
+ <a href="#fo-property-src">src</a>,
+ <a href="#fo-property-visibility">visibility</a>,
+ <a href="#fo-property-z-index">z-index</a></li>
+
+ <li><strong><a href="#fo-property-shorthand-section">Shorthand Properties</a>:</strong>
+ <a href="#fo-property-background">background</a>,
+ <a href="#fo-property-background-position">background-position</a>,
+ <a href="#fo-property-border">border</a>,
+ <a href="#fo-property-border-bottom">border-bottom</a>,
+ <a href="#fo-property-border-color">border-color</a>,
+ <a href="#fo-property-border-left">border-left</a>,
+ <a href="#fo-property-border-right">border-right</a>,
+ <a href="#fo-property-border-style">border-style</a>,
+ <a href="#fo-property-border-spacing">border-spacing</a>,
+ <a href="#fo-property-border-top">border-top</a>,
+ <a href="#fo-property-border-width">border-width</a>,
+ <a href="#fo-property-cue">cue</a>,
+ <a href="#fo-property-font">font</a>,
+ <a href="#fo-property-margin">margin</a>,
+ <a href="#fo-property-padding">padding</a>,
+ <a href="#fo-property-page-break-after">page-break-after</a>,
+ <a href="#fo-property-page-break-before">page-break-before</a>,
+ <a href="#fo-property-page-break-inside">page-break-inside</a>,
+ <a href="#fo-property-pause">pause</a>,
+ <a href="#fo-property-position">position</a>,
+ <a href="#fo-property-size">size</a>,
+ <a href="#fo-property-vertical-align">vertical-align</a>,
+ <a href="#fo-property-white-space">white-space</a>,
+ <a href="#fo-property-xml:lang">xml:lang</a></li>
</ul>
+
<h2><a href="#fo-function-core-library-section">XSL-FO Core Function Library Support</a></h2>
+
<ul class="minitoc">
- <li>
- <strong><a href="#fo-function-number-section">Number Functions</a>:</strong>
- <a href="#fo-function-floor">floor</a>,
- <a href="#fo-function-ceiling">ceiling</a>,
- <a href="#fo-function-round">round</a>,
- <a href="#fo-function-min">min</a>,
- <a href="#fo-function-max">max</a>,
- <a href="#fo-function-abs">abs</a>
- </li>
- <li>
- <strong><a href="#fo-function-color-section">Color Functions</a>:</strong>
- <a href="#fo-function-rgb">rgb</a>,
- <a href="#fo-function-rgb-icc">rgb-icc</a>,
- <a href="#fo-function-system-color">system-color</a>
- </li>
- <li>
- <strong><a href="#fo-function-font-section">Font Functions</a>:</strong>
- <a href="#fo-function-system-font">system-font</a>
- </li>
- <li>
- <strong><a href="#fo-function-property-value-section">Property Value Functions</a>:</strong>
- <a href="#fo-function-inherited-property-value">inherited-property-value</a>,
- <a href="#fo-function-label-end">label-end</a>,
- <a href="#fo-function-body-start">body-start</a>,
- <a href="#fo-function-from-parent">from-parent</a>,
- <a href="#fo-function-from-nearest-specified-value">from-nearest-specified-value</a>,
- <a href="#fo-function-from-table-column">from-table-column</a>,
- <a href="#fo-function-proportional-column-width">proportional-column-width</a>,
- <a href="#fo-function-merge-property-values">merge-property-values</a>
- </li>
+ <li><strong><a href="#fo-function-number-section">Number Functions</a>:</strong>
+ <a href="#fo-function-floor">floor</a>,
+ <a href="#fo-function-ceiling">ceiling</a>,
+ <a href="#fo-function-round">round</a>,
+ <a href="#fo-function-min">min</a>,
+ <a href="#fo-function-max">max</a>,
+ <a href="#fo-function-abs">abs</a></li>
+
+ <li><strong><a href="#fo-function-color-section">Color Functions</a>:</strong>
+ <a href="#fo-function-rgb">rgb</a>,
+ <a href="#fo-function-rgb-icc">rgb-icc</a>,
+ <a href="#fo-function-system-color">system-color</a></li>
+
+ <li><strong><a href="#fo-function-font-section">Font Functions</a>:</strong>
+ <a href="#fo-function-system-font">system-font</a></li>
+
+ <li><strong><a href="#fo-function-property-value-section">Property Value
+ Functions</a>:</strong>
+ <a href="#fo-function-inherited-property-value">inherited-property-value</a>,
+ <a href="#fo-function-label-end">label-end</a>,
+ <a href="#fo-function-body-start">body-start</a>,
+ <a href="#fo-function-from-parent">from-parent</a>,
+ <a href="#fo-function-from-nearest-specified-value">from-nearest-specified-value</a>,
+ <a href="#fo-function-from-table-column">from-table-column</a>,
+ <a href="#fo-function-proportional-column-width">proportional-column-width</a>,
+ <a href="#fo-function-merge-property-values">merge-property-values</a></li>
</ul>
- <h1><a name="fo-object-section">XSL-FO Object Support Table</a> (<a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice6.html#fo-section">&sect;6</a>)</h1>
- <p>
- The following is a summary of FOP's current support for the standard XSL-FO objects.
- </p>
+
+ <h1><a name="fo-object-section" id="fo-object-section">XSL-FO Object Support Table</a> (<a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice6.html#fo-section">&sect;6</a>)</h1>
+
+ <p>The following is a summary of FOP's current support for the standard XSL-FO objects.</p>
+
<table border="1">
<tr>
- <th rowspan="2">
- Object Name </th>
- <th rowspan="2" align="center">
- XSL-FO Conformance Level </th>
- <th rowspan="2" align="center">
- Citation </th>
- <th colspan="4" align="center">
- Support&nbsp;in&nbsp;FOP </th>
- <th rowspan="2">
- Comments </th>
+ <th rowspan="2">Object Name</th>
+
+ <th rowspan="2" align="center">XSL-FO Conformance Level</th>
+
+ <th rowspan="2" align="center">Citation</th>
+
+ <th colspan="4" align="center">Support&nbsp;in&nbsp;FOP</th>
+
+ <th rowspan="2">Comments</th>
</tr>
+
<tr>
- <th align="center">
- 0.20.5 (previous) </th>
- <th align="center"> 0.93 (stable) </th>
- <th align="center">
- 0.94 (stable) </th>
- <th align="center">
- develop- ment </th>
+ <th align="center">0.20.5 (ancient)</th>
+
+ <th align="center">0.94 (stable)</th>
+
+ <th align="center">0.95 (beta)</th>
+
+ <th align="center">develop- ment</th>
</tr>
+
<tr>
- <td class="category" colspan="8">
- <a name="fo-object-decl-section">Declarations and Pagination and Layout Formatting Objects</a> (<a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice6.html#section-N10029-Declarations-and-Pagination-and-Layout-Formatting-Objects">&sect;6.4</a>) </td>
+ <td class="category" colspan="8"><a name="fo-object-decl-section" id=
+ "fo-object-decl-section">Declarations and Pagination and Layout Formatting Objects</a>
+ (<a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice6.html#section-N10029-Declarations-and-Pagination-and-Layout-Formatting-Objects">&sect;6.4</a>)</td>
</tr>
+
<tr>
- <td>
- <a name="fo-object-root">root</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice6.html#fo_root">&sect;6.4.2</a> </td>
- <td class="yes">
- yes </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-object-declarations">declarations</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice6.html#fo_declarations">&sect;6.4.3</a> </td>
- <td class="no">
- no </td>
- <td class="no"> no </td>
- <td class="no">
- no </td>
- <td class="no">
- no </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-object-color-profile">color-profile</a> </td>
- <td class="extended">
- Extended </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice6.html#fo_color-profile">&sect;6.4.4</a> </td>
- <td class="no">
- no </td>
- <td class="no"> no </td>
- <td class="no">
- no </td>
- <td class="no">
- no </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-object-page-sequence">page-sequence</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice6.html#fo_page-sequence">&sect;6.4.5</a> </td>
- <td class="yes">
- yes </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-object-layout-master-set">layout-master-set</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice6.html#fo_layout-master-set">&sect;6.4.6</a> </td>
- <td class="yes">
- yes </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-object-page-sequence-master">page-sequence-master</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice6.html#fo_page-sequence-master">&sect;6.4.7</a> </td>
- <td class="yes">
- yes </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-object-single-page-master-reference">single-page-master-reference</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice6.html#fo_single-page-master-reference">&sect;6.4.8</a> </td>
- <td class="yes">
- yes </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-object-repeatable-page-master-reference">repeatable-page-master-reference</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice6.html#fo_repeatable-page-master-reference">&sect;6.4.9</a> </td>
- <td class="yes">
- yes </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-object-repeatable-page-master-alternatives">repeatable-page-master-alternatives</a> </td>
- <td class="extended">
- Extended </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice6.html#fo_repeatable-page-master-alternatives">&sect;6.4.10</a> </td>
- <td class="yes">
- yes </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-object-conditional-page-master-reference">conditional-page-master-reference</a> </td>
- <td class="extended">
- Extended </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice6.html#fo_conditional-page-master-reference">&sect;6.4.11</a> </td>
- <td class="yes">
- yes </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-object-simple-page-master">simple-page-master</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice6.html#fo_simple-page-master">&sect;6.4.12</a> </td>
- <td class="yes">
- yes </td>
- <td class="partial"> partial </td>
- <td class="partial">
- partial </td>
- <td class="partial">
- partial </td>
+ <td><a name="fo-object-root" id="fo-object-root">root</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice6.html#fo_root">&sect;6.4.2</a></td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-object-declarations" id="fo-object-declarations">declarations</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice6.html#fo_declarations">&sect;6.4.3</a></td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-object-color-profile" id="fo-object-color-profile">color-profile</a></td>
+
+ <td class="extended">Extended</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice6.html#fo_color-profile">&sect;6.4.4</a></td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-object-page-sequence" id="fo-object-page-sequence">page-sequence</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice6.html#fo_page-sequence">&sect;6.4.5</a></td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-object-layout-master-set" id=
+ "fo-object-layout-master-set">layout-master-set</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice6.html#fo_layout-master-set">&sect;6.4.6</a></td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-object-page-sequence-master" id=
+ "fo-object-page-sequence-master">page-sequence-master</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice6.html#fo_page-sequence-master">&sect;6.4.7</a></td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-object-single-page-master-reference" id=
+ "fo-object-single-page-master-reference">single-page-master-reference</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice6.html#fo_single-page-master-reference">&sect;6.4.8</a></td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-object-repeatable-page-master-reference" id=
+ "fo-object-repeatable-page-master-reference">repeatable-page-master-reference</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice6.html#fo_repeatable-page-master-reference">&sect;6.4.9</a></td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-object-repeatable-page-master-alternatives" id=
+ "fo-object-repeatable-page-master-alternatives">repeatable-page-master-alternatives</a></td>
+
+ <td class="extended">Extended</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice6.html#fo_repeatable-page-master-alternatives">
+ &sect;6.4.10</a></td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-object-conditional-page-master-reference" id=
+ "fo-object-conditional-page-master-reference">conditional-page-master-reference</a></td>
+
+ <td class="extended">Extended</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice6.html#fo_conditional-page-master-reference">
+ &sect;6.4.11</a></td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-object-simple-page-master" id=
+ "fo-object-simple-page-master">simple-page-master</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice6.html#fo_simple-page-master">&sect;6.4.12</a></td>
+
+ <td class="yes">yes</td>
+
+ <td class="partial">partial</td>
+
+ <td class="partial">partial</td>
+
+ <td class="partial">partial</td>
+
<td align="center">
<ul>
- <li>
- [0.93 and later] The page width may not change among pages of the same page-sequence
- unless a forced break is inserted. </li>
- </ul> </td>
+ <li>[0.94 and later] The page width may not change among pages of the same page-sequence
+ unless a forced break is inserted.</li>
+ </ul>
+ </td>
</tr>
+
<tr>
- <td>
- <a name="fo-object-region-body">region-body</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice6.html#fo_region-body">&sect;6.4.13</a> </td>
- <td class="yes">
- yes </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="center"> </td>
- </tr>
- <tr>
- <td>
- <a name="fo-object-region-before">region-before</a> </td>
- <td class="extended">
- Extended </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice6.html#fo_region-before">&sect;6.4.14</a> </td>
- <td class="yes">
- yes </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-object-region-after">region-after</a> </td>
- <td class="extended">
- Extended </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice6.html#fo_region-after">&sect;6.4.15</a> </td>
- <td class="yes">
- yes </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-object-region-start">region-start</a> </td>
- <td class="extended">
- Extended </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice6.html#fo_region-start">&sect;6.4.16</a> </td>
- <td class="yes">
- yes </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-object-region-end">region-end</a> </td>
- <td class="extended">
- Extended </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice6.html#fo_region-end">&sect;6.4.17</a> </td>
- <td class="yes">
- yes </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-object-flow">flow</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice6.html#fo_flow">&sect;6.4.18</a> </td>
- <td class="yes">
- yes </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-object-static-content">static-content</a> </td>
- <td class="extended">
- Extended </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice6.html#fo_static-content">&sect;6.4.19</a> </td>
- <td class="yes">
- yes </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-object-title">title</a> </td>
- <td class="extended">
- Extended </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice6.html#fo_title">&sect;6.4.20</a> </td>
- <td class="no">
- no </td>
- <td class="no"> no </td>
- <td class="no">
- no </td>
- <td class="no">
- no </td>
- <td align="center">&nbsp; </td>
+ <td><a name="fo-object-region-body" id="fo-object-region-body">region-body</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice6.html#fo_region-body">&sect;6.4.13</a></td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center"></td>
</tr>
+
<tr>
- <td class="category" colspan="8">
- <a name="fo-object-block-section">Block Formatting Objects</a> (<a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice6.html#section-N12764-Block-level-Formatting-Objects">&sect;6.5</a>) </td>
+ <td><a name="fo-object-region-before" id="fo-object-region-before">region-before</a></td>
+
+ <td class="extended">Extended</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice6.html#fo_region-before">&sect;6.4.14</a></td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
</tr>
+
<tr>
- <td>
- <a name="fo-object-block">block</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice6.html#fo_block">&sect;6.5.2</a> </td>
- <td class="yes">
- yes </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-object-block-container">block-container</a> </td>
- <td class="extended">
- Extended </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice6.html#fo_block-container">&sect;6.5.3</a> </td>
- <td class="partial">
- partial </td>
- <td class="partial"> partial </td>
- <td class="partial">
- partial </td>
- <td class="partial">
- partial </td>
+ <td><a name="fo-object-region-after" id="fo-object-region-after">region-after</a></td>
+
+ <td class="extended">Extended</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice6.html#fo_region-after">&sect;6.4.15</a></td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-object-region-start" id="fo-object-region-start">region-start</a></td>
+
+ <td class="extended">Extended</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice6.html#fo_region-start">&sect;6.4.16</a></td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-object-region-end" id="fo-object-region-end">region-end</a></td>
+
+ <td class="extended">Extended</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice6.html#fo_region-end">&sect;6.4.17</a></td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-object-flow" id="fo-object-flow">flow</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice6.html#fo_flow">&sect;6.4.18</a></td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-object-static-content" id="fo-object-static-content">static-content</a></td>
+
+ <td class="extended">Extended</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice6.html#fo_static-content">&sect;6.4.19</a></td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-object-title" id="fo-object-title">title</a></td>
+
+ <td class="extended">Extended</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice6.html#fo_title">&sect;6.4.20</a></td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td class="category" colspan="8"><a name="fo-object-block-section" id=
+ "fo-object-block-section">Block Formatting Objects</a> (<a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice6.html#section-N12764-Block-level-Formatting-Objects">&sect;6.5</a>)</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-object-block" id="fo-object-block">block</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice6.html#fo_block">&sect;6.5.2</a></td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-object-block-container" id=
+ "fo-object-block-container">block-container</a></td>
+
+ <td class="extended">Extended</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice6.html#fo_block-container">&sect;6.5.3</a></td>
+
+ <td class="partial">partial</td>
+
+ <td class="partial">partial</td>
+
+ <td class="partial">partial</td>
+
+ <td class="partial">partial</td>
+
<td align="left">
<ul>
- <li>
- [0.20.5] Currently only works as direct child of fo:flow. </li>
- <li>
- [0.20.5] For absolute positioning, use 'position="absolute"' (as 'absolute-position="absolute"' is not implemented), and specify all four of "left", "top", "width" and "height" </li>
- <li>
- [0.93 and later] No known restrictions. </li>
- </ul> </td>
+ <li>[0.20.5] Only works as direct child of fo:flow.</li>
+
+ <li>[0.20.5] For absolute positioning, use 'position="absolute"' (as
+ 'absolute-position="absolute"' is not implemented), and specify all four of "left",
+ "top", "width" and "height"</li>
+
+ <li>[0.94 and later] No known restrictions.</li>
+ </ul>
+ </td>
</tr>
+
<tr>
- <td class="category" colspan="8">
- <a name="fo-object-inline-section">Inline Formatting Objects</a> (<a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice6.html#section-N13277-Inline-level-Formatting-Objects">&sect;6.6</a>) </td>
+ <td class="category" colspan="8"><a name="fo-object-inline-section" id=
+ "fo-object-inline-section">Inline Formatting Objects</a> (<a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice6.html#section-N13277-Inline-level-Formatting-Objects">&sect;6.6</a>)</td>
</tr>
+
<tr>
- <td>
- <a name="fo-object-bidi-override">bidi-override</a> </td>
- <td class="extended">
- Extended </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice6.html#fo_bidi-override">&sect;6.6.2</a> </td>
- <td class="no">
- no </td>
- <td class="no"> no </td>
- <td class="no">
- no </td>
- <td class="no">
- no </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-object-character">character</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice6.html#fo_character">&sect;6.6.3</a> </td>
- <td class="yes">
- yes </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-object-initial-property-set">initial-property-set</a> </td>
- <td class="extended">
- Extended </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice6.html#fo_initial-property-set">&sect;6.6.4</a> </td>
- <td class="no">
- no </td>
- <td class="no"> no </td>
- <td class="no">
- no </td>
- <td class="no">
- no </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-object-external-graphic">external-graphic</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice6.html#fo_external-graphic">&sect;6.6.5</a> </td>
- <td class="yes">
- yes </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-object-instream-foreign-object">instream-foreign-object</a> </td>
- <td class="extended">
- Extended </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice6.html#fo_instream-foreign-object">&sect;6.6.6</a> </td>
- <td class="yes">
- yes </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
+ <td><a name="fo-object-bidi-override" id="fo-object-bidi-override">bidi-override</a></td>
+
+ <td class="extended">Extended</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice6.html#fo_bidi-override">&sect;6.6.2</a></td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-object-character" id="fo-object-character">character</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice6.html#fo_character">&sect;6.6.3</a></td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-object-initial-property-set" id=
+ "fo-object-initial-property-set">initial-property-set</a></td>
+
+ <td class="extended">Extended</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice6.html#fo_initial-property-set">&sect;6.6.4</a></td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-object-external-graphic" id=
+ "fo-object-external-graphic">external-graphic</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice6.html#fo_external-graphic">&sect;6.6.5</a></td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-object-instream-foreign-object" id=
+ "fo-object-instream-foreign-object">instream-foreign-object</a></td>
+
+ <td class="extended">Extended</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice6.html#fo_instream-foreign-object">&sect;6.6.6</a></td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
<td align="center">
<ul>
- <li>Built-in support for SVG only, additional namespaces through optional extensions.</li>
- </ul> </td>
+ <li>Built-in support for SVG only, additional namespaces through optional
+ extensions.</li>
+ </ul>
+ </td>
</tr>
+
<tr>
- <td>
- <a name="fo-object-inline">inline</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice6.html#fo_inline">&sect;6.6.7</a> </td>
- <td class="yes">
- yes </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-object-inline-container">inline-container</a> </td>
- <td class="extended">
- Extended </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice6.html#fo_inline-container">&sect;6.6.8</a> </td>
- <td class="no">
- no </td>
- <td class="no"> no </td>
- <td class="no">
- no </td>
- <td class="no">
- no </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-object-leader">leader</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice6.html#fo_leader">&sect;6.6.9</a> </td>
- <td class="partial">
- partial </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-object-page-number">page-number</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice6.html#fo_page-number">&sect;6.6.10</a> </td>
- <td class="yes">
- yes </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-object-page-number-citation">page-number-citation</a> </td>
- <td class="extended">
- Extended </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice6.html#fo_page-number-citation">&sect;6.6.11</a> </td>
- <td class="partial">
- partial </td>
- <td class="partial"> partial </td>
- <td class="partial">
- partial </td>
- <td class="partial">
- partial </td>
+ <td><a name="fo-object-inline" id="fo-object-inline">inline</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice6.html#fo_inline">&sect;6.6.7</a></td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-object-inline-container" id=
+ "fo-object-inline-container">inline-container</a></td>
+
+ <td class="extended">Extended</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice6.html#fo_inline-container">&sect;6.6.8</a></td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-object-leader" id="fo-object-leader">leader</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice6.html#fo_leader">&sect;6.6.9</a></td>
+
+ <td class="partial">partial</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-object-page-number" id="fo-object-page-number">page-number</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice6.html#fo_page-number">&sect;6.6.10</a></td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-object-page-number-citation" id=
+ "fo-object-page-number-citation">page-number-citation</a></td>
+
+ <td class="extended">Extended</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice6.html#fo_page-number-citation">&sect;6.6.11</a></td>
+
+ <td class="partial">partial</td>
+
+ <td class="partial">partial</td>
+
+ <td class="partial">partial</td>
+
+ <td class="partial">partial</td>
+
<td align="left">
<ul>
- <li>
- [0.20.5] Only works for table of contents without any problems. The case where the page number doesn't fit on a line isn't handled, and any text on the same line and after the page-number might not appear exactly where you want it to. </li>
- <li>
- [0.93 and later] After the page number is known, no relayout is performed. The appearance may be suboptimal depending on the use case. </li>
- </ul> </td>
+ <li>[0.20.5] Only works for table of contents without any problems. The case where the
+ page number doesn't fit on a line isn't handled, and any text on the same line and after
+ the page-number might not appear exactly where you want it to.</li>
+
+ <li>[0.94 and later] After the page number is known, no relayout is performed. The
+ appearance may be suboptimal depending on the use case.</li>
+ </ul>
+ </td>
</tr>
+
<tr>
- <td class="category" colspan="8">
- <a name="fo-object-table-section">Table Formatting Objects</a> (<a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice6.html#section-N15442-Formatting-Objects-for-Tables">&sect;6.7</a>) </td>
+ <td class="category" colspan="8"><a name="fo-object-table-section" id=
+ "fo-object-table-section">Table Formatting Objects</a> (<a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice6.html#section-N15442-Formatting-Objects-for-Tables">&sect;6.7</a>)</td>
</tr>
+
<tr>
- <td>
- <a name="fo-object-table-and-caption">table-and-caption</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice6.html#fo_table-and-caption">&sect;6.7.2</a> </td>
- <td class="no">
- no </td>
- <td class="no"> no </td>
- <td class="no">
- no </td>
- <td class="no">
- no </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-object-table">table</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice6.html#fo_table">&sect;6.7.3</a> </td>
- <td class="partial">
- partial </td>
- <td class="partial"> partial </td>
- <td class="partial">
- partial </td>
- <td class="partial">
- partial </td>
+ <td><a name="fo-object-table-and-caption" id=
+ "fo-object-table-and-caption">table-and-caption</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice6.html#fo_table-and-caption">&sect;6.7.2</a></td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-object-table" id="fo-object-table">table</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice6.html#fo_table">&sect;6.7.3</a></td>
+
+ <td class="partial">partial</td>
+
+ <td class="partial">partial</td>
+
+ <td class="partial">partial</td>
+
+ <td class="partial">partial</td>
+
<td align="left">
<ul>
- <li>[0.20.5&ndash;0.93] Only border-collapse="separate"</li>
+ <li>[0.20.5] Only border-collapse="separate"</li>
+
<li>[All] No support for auto layout yet</li>
</ul>
</td>
</tr>
+
<tr>
- <td>
- <a name="fo-object-table-column">table-column</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice6.html#fo_table-column">&sect;6.7.4</a> </td>
- <td class="partial">
- partial </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
+ <td><a name="fo-object-table-column" id="fo-object-table-column">table-column</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice6.html#fo_table-column">&sect;6.7.4</a></td>
+
+ <td class="partial">partial</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
<td align="left">
<ul>
- <li>
- [0.20.5] You must explicitly specify column widths. </li>
- </ul> </td>
+ <li>[0.20.5] You must explicitly specify column widths.</li>
+ </ul>
+ </td>
</tr>
+
<tr>
- <td>
- <a name="fo-object-table-caption">table-caption</a> </td>
- <td class="extended">
- Extended </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice6.html#fo_table-caption">&sect;6.7.5</a> </td>
- <td class="no">
- no </td>
- <td class="no"> no </td>
- <td class="no">
- no </td>
- <td class="no">
- no </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-object-table-header">table-header</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice6.html#fo_table-header">&sect;6.7.6</a> </td>
- <td class="yes">
- yes </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-object-table-footer">table-footer</a> </td>
- <td class="extended">
- Extended </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice6.html#fo_table-footer">&sect;6.7.7</a> </td>
- <td class="yes">
- yes </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-object-table-body">table-body</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice6.html#fo_table-body">&sect;6.7.8</a> </td>
- <td class="yes">
- yes </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-object-table-row">table-row</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice6.html#fo_table-row">&sect;6.7.9</a> </td>
- <td class="yes">
- yes </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-object-table-cell">table-cell</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice6.html#fo_table-cell">&sect;6.7.10</a> </td>
- <td class="partial">
- partial </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="left">&nbsp; </td>
+ <td><a name="fo-object-table-caption" id="fo-object-table-caption">table-caption</a></td>
+
+ <td class="extended">Extended</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice6.html#fo_table-caption">&sect;6.7.5</a></td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td align="center">&nbsp;</td>
</tr>
+
<tr>
- <td class="category" colspan="8">
- <a name="fo-object-list-section">List Formatting Objects</a> (<a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice6.html#section-N17076-Formatting-Objects-for-Lists">&sect;6.8</a>) </td>
+ <td><a name="fo-object-table-header" id="fo-object-table-header">table-header</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice6.html#fo_table-header">&sect;6.7.6</a></td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
</tr>
+
<tr>
- <td>
- <a name="fo-object-list-block">list-block</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice6.html#fo_list-block">&sect;6.8.2</a> </td>
- <td class="yes">
- yes </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-object-list-item">list-item</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice6.html#fo_list-item">&sect;6.8.3</a> </td>
- <td class="yes">
- yes </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-object-list-item-body">list-item-body</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice6.html#fo_list-item-body">&sect;6.8.4</a> </td>
- <td class="yes">
- yes </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-object-list-item-label">list-item-label</a> </td>
- <td class="extended">
- Extended </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice6.html#fo_list-item-label">&sect;6.8.5</a> </td>
- <td class="yes">
- yes </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
+ <td><a name="fo-object-table-footer" id="fo-object-table-footer">table-footer</a></td>
+
+ <td class="extended">Extended</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice6.html#fo_table-footer">&sect;6.7.7</a></td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-object-table-body" id="fo-object-table-body">table-body</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice6.html#fo_table-body">&sect;6.7.8</a></td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
</tr>
+
<tr>
- <td class="category" colspan="8">
- <a name="fo-object-link-section">Link and Multi Formatting Objects</a> (<a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice6.html#section-N17805-Dynamic-Effects:-Link-and-Multi-Formatting-Objects">&sect;6.9</a>) </td>
+ <td><a name="fo-object-table-row" id="fo-object-table-row">table-row</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice6.html#fo_table-row">&sect;6.7.9</a></td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
</tr>
+
<tr>
- <td>
- <a name="fo-object-basic-link">basic-link</a> </td>
- <td class="extended">
- Extended </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice6.html#fo_basic-link">&sect;6.9.2</a> </td>
- <td class="yes">
- yes </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
+ <td><a name="fo-object-table-cell" id="fo-object-table-cell">table-cell</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice6.html#fo_table-cell">&sect;6.7.10</a></td>
+
+ <td class="partial">partial</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="left">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td class="category" colspan="8"><a name="fo-object-list-section" id=
+ "fo-object-list-section">List Formatting Objects</a> (<a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice6.html#section-N17076-Formatting-Objects-for-Lists">&sect;6.8</a>)</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-object-list-block" id="fo-object-list-block">list-block</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice6.html#fo_list-block">&sect;6.8.2</a></td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-object-list-item" id="fo-object-list-item">list-item</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice6.html#fo_list-item">&sect;6.8.3</a></td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-object-list-item-body" id="fo-object-list-item-body">list-item-body</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice6.html#fo_list-item-body">&sect;6.8.4</a></td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-object-list-item-label" id=
+ "fo-object-list-item-label">list-item-label</a></td>
+
+ <td class="extended">Extended</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice6.html#fo_list-item-label">&sect;6.8.5</a></td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td class="category" colspan="8"><a name="fo-object-link-section" id=
+ "fo-object-link-section">Link and Multi Formatting Objects</a> (<a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice6.html#section-N17805-Dynamic-Effects:-Link-and-Multi-Formatting-Objects">&sect;6.9</a>)</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-object-basic-link" id="fo-object-basic-link">basic-link</a></td>
+
+ <td class="extended">Extended</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice6.html#fo_basic-link">&sect;6.9.2</a></td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
<td align="left">
<ul>
- <li>
- both internal and external supported </li>
- </ul> </td>
+ <li>both internal and external supported</li>
+ </ul>
+ </td>
</tr>
+
<tr>
- <td>
- <a name="fo-object-multi-switch">multi-switch</a> </td>
- <td class="extended">
- Extended </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice6.html#fo_multi-switch">&sect;6.9.3</a> </td>
- <td class="no">
- no </td>
- <td class="no"> no </td>
- <td class="no">
- no </td>
- <td class="no">
- no </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-object-multi-case">multi-case</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice6.html#fo_multi-case">&sect;6.9.4</a> </td>
- <td class="no">
- no </td>
- <td class="no"> no </td>
- <td class="no">
- no </td>
- <td class="no">
- no </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-object-multi-toggle">multi-toggle</a> </td>
- <td class="extended">
- Extended </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice6.html#fo_multi-toggle">&sect;6.9.5</a> </td>
- <td class="no">
- no </td>
- <td class="no"> no </td>
- <td class="no">
- no </td>
- <td class="no">
- no </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-object-multi-properties">multi-properties</a> </td>
- <td class="extended">
- Extended </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice6.html#fo_multi-properties">&sect;6.9.6</a> </td>
- <td class="no">
- no </td>
- <td class="no"> no </td>
- <td class="no">
- no </td>
- <td class="no">
- no </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-object-multi-property-set">multi-property-set</a> </td>
- <td class="extended">
- Extended </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice6.html#fo_multi-property-set">&sect;6.9.7</a> </td>
- <td class="no">
- no </td>
- <td class="no"> no </td>
- <td class="no">
- no </td>
- <td class="no">
- no </td>
- <td align="center">&nbsp; </td>
+ <td><a name="fo-object-multi-switch" id="fo-object-multi-switch">multi-switch</a></td>
+
+ <td class="extended">Extended</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice6.html#fo_multi-switch">&sect;6.9.3</a></td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-object-multi-case" id="fo-object-multi-case">multi-case</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice6.html#fo_multi-case">&sect;6.9.4</a></td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-object-multi-toggle" id="fo-object-multi-toggle">multi-toggle</a></td>
+
+ <td class="extended">Extended</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice6.html#fo_multi-toggle">&sect;6.9.5</a></td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td align="center">&nbsp;</td>
</tr>
+
<tr>
- <td class="category" colspan="8">
- <a name="fo-object-bookmarks-section">Formatting Objects for Bookmarks</a> (<a href="http://www.w3.org/TR/xsl11/#d0e14206">&sect;6.11 in XSL 1.1 WD</a>) </td>
+ <td><a name="fo-object-multi-properties" id=
+ "fo-object-multi-properties">multi-properties</a></td>
+
+ <td class="extended">Extended</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice6.html#fo_multi-properties">&sect;6.9.6</a></td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td align="center">&nbsp;</td>
</tr>
+
<tr>
- <td>
- <a name="fo-object-bookmark-tree">bookmark-tree</a> (since XSL 1.1) </td>
- <td class="extended">
- Extended </td>
- <td align="center">
- <a href="http://www.w3.org/TR/xsl11/#fo_bookmark-tree">&sect;6.11.1 in XSL 1.1 WD</a> </td>
- <td class="no">
- no </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
+ <td><a name="fo-object-multi-property-set" id=
+ "fo-object-multi-property-set">multi-property-set</a></td>
+
+ <td class="extended">Extended</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice6.html#fo_multi-property-set">&sect;6.9.7</a></td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td class="category" colspan="8"><a name="fo-object-bookmarks-section" id=
+ "fo-object-bookmarks-section">Formatting Objects for Bookmarks</a> (<a href=
+ "http://www.w3.org/TR/xsl11/#d0e14206">&sect;6.11 in XSL 1.1 WD</a>)</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-object-bookmark-tree" id="fo-object-bookmark-tree">bookmark-tree</a> (since
+ XSL 1.1)</td>
+
+ <td class="extended">Extended</td>
+
+ <td align="center"><a href="http://www.w3.org/TR/xsl11/#fo_bookmark-tree">&sect;6.11.1 in XSL
+ 1.1 WD</a></td>
+
+ <td class="no">no</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
<td align="left">
<ul>
<li>[0.20.5] Uses the proprietary fox:outline extension.</li>
- </ul> </td>
+ </ul>
+ </td>
</tr>
+
<tr>
- <td>
- <a name="fo-object-bookmark">bookmark</a> (since XSL 1.1) </td>
- <td class="extended">
- Extended </td>
- <td align="center">
- <a href="http://www.w3.org/TR/xsl11/#fo_bookmark">&sect;6.11.2 in XSL 1.1 WD</a> </td>
- <td class="no">
- no </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
+ <td><a name="fo-object-bookmark" id="fo-object-bookmark">bookmark</a> (since XSL 1.1)</td>
+
+ <td class="extended">Extended</td>
+
+ <td align="center"><a href="http://www.w3.org/TR/xsl11/#fo_bookmark">&sect;6.11.2 in XSL 1.1
+ WD</a></td>
+
+ <td class="no">no</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
<td align="left">
<ul>
<li>[0.20.5] Uses the proprietary fox:outline extension.</li>
- </ul> </td>
+ </ul>
+ </td>
</tr>
+
<tr>
- <td>
- <a name="fo-object-bookmark-title">bookmark-title</a> (since XSL 1.1) </td>
- <td class="extended">
- Extended </td>
- <td align="center">
- <a href="http://www.w3.org/TR/xsl11/#fo_bookmark-title">&sect;6.11.3 in XSL 1.1 WD</a> </td>
- <td class="no">
- no </td>
- <td class="partial"> partial </td>
- <td class="partial">
- partial </td>
- <td class="partial">
- partial </td>
+ <td><a name="fo-object-bookmark-title" id="fo-object-bookmark-title">bookmark-title</a>
+ (since XSL 1.1)</td>
+
+ <td class="extended">Extended</td>
+
+ <td align="center"><a href="http://www.w3.org/TR/xsl11/#fo_bookmark-title">&sect;6.11.3 in
+ XSL 1.1 WD</a></td>
+
+ <td class="no">no</td>
+
+ <td class="partial">partial</td>
+
+ <td class="partial">partial</td>
+
+ <td class="partial">partial</td>
+
<td align="left">
<ul>
<li>[0.20.5] Uses the proprietary fox:outline extension.</li>
- <li>[0.93 and later] color, font-style and font-weight are not supported, yet.</li>
- </ul> </td>
+
+ <li>[0.94 and later] color, font-style and font-weight are not supported, yet.</li>
+ </ul>
+ </td>
+ </tr>
+
+ <tr>
+ <td class="category" colspan="8"><a name="fo-object-outofline-section" id=
+ "fo-object-outofline-section">Out-of-line Formatting Objects</a> (<a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice6.html#section-N18509-Out-of-Line-Formatting-Objects">&sect;6.10</a>)</td>
</tr>
+
<tr>
- <td class="category" colspan="8">
- <a name="fo-object-outofline-section">Out-of-line Formatting Objects</a> (<a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice6.html#section-N18509-Out-of-Line-Formatting-Objects">&sect;6.10</a>) </td>
+ <td><a name="fo-object-float" id="fo-object-float">float</a></td>
+
+ <td class="extended">Extended</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice6.html#fo_float">&sect;6.10.2</a></td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td align="center">&nbsp;</td>
</tr>
+
<tr>
- <td>
- <a name="fo-object-float">float</a> </td>
- <td class="extended">
- Extended </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice6.html#fo_float">&sect;6.10.2</a> </td>
- <td class="no">
- no </td>
- <td class="no"> no </td>
- <td class="no">
- no </td>
- <td class="no">
- no </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-object-footnote">footnote</a> </td>
- <td class="extended">
- Extended </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice6.html#fo_footnote">&sect;6.10.3</a> </td>
- <td class="yes">
- yes </td>
- <td class="partial"> partial </td>
- <td class="partial">
- partial </td>
- <td class="partial">
- partial </td>
+ <td><a name="fo-object-footnote" id="fo-object-footnote">footnote</a></td>
+
+ <td class="extended">Extended</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice6.html#fo_footnote">&sect;6.10.3</a></td>
+
+ <td class="yes">yes</td>
+
+ <td class="partial">partial</td>
+
+ <td class="partial">partial</td>
+
+ <td class="partial">partial</td>
+
<td align="left">
<ul>
<li>[0.20.5] Footnotes sometimes overlap with the main content</li>
- <li>[0.93 and later] Restrictions with multi-column documents.</li>
- </ul> </td>
+
+ <li>[0.94 and later] Restrictions with multi-column documents.</li>
+ </ul>
+ </td>
</tr>
+
<tr>
- <td>
- <a name="fo-object-footnote-body">footnote-body</a> </td>
- <td class="extended">
- Extended </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice6.html#fo_footnote-body">&sect;6.10.4</a> </td>
- <td class="yes">
- yes </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
+ <td><a name="fo-object-footnote-body" id="fo-object-footnote-body">footnote-body</a></td>
+
+ <td class="extended">Extended</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice6.html#fo_footnote-body">&sect;6.10.4</a></td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
</tr>
+
<tr>
- <td class="category" colspan="8">
- <a name="fo-object-other-section">Other Formatting Objects</a> (<a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice6.html#section-N19019-Other-Formatting-Objects">&sect;6.11</a>) </td>
+ <td class="category" colspan="8"><a name="fo-object-other-section" id=
+ "fo-object-other-section">Other Formatting Objects</a> (<a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice6.html#section-N19019-Other-Formatting-Objects">&sect;6.11</a>)</td>
</tr>
+
<tr>
- <td>
- <a name="fo-object-wrapper">wrapper</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice6.html#fo_wrapper">&sect;6.11.2</a> </td>
- <td class="yes">
- yes </td>
- <td class="partial"> partial </td>
- <td class="partial">
- partial </td>
- <td class="partial">
- partial </td>
+ <td><a name="fo-object-wrapper" id="fo-object-wrapper">wrapper</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice6.html#fo_wrapper">&sect;6.11.2</a></td>
+
+ <td class="yes">yes</td>
+
+ <td class="partial">partial</td>
+
+ <td class="partial">partial</td>
+
+ <td class="partial">partial</td>
+
<td align="left">
<ul>
- <li>[0.93 and later] Only works as expected with inline-level content.</li>
- </ul> </td>
+ <li>[0.94 and later] Only works as expected with inline-level content.</li>
+ </ul>
+ </td>
</tr>
+
<tr>
- <td>
- <a name="fo-object-marker">marker</a> </td>
- <td class="extended">
- Extended </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice6.html#fo_marker">&sect;6.11.3</a> </td>
- <td class="yes">
- yes </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
+ <td><a name="fo-object-marker" id="fo-object-marker">marker</a></td>
+
+ <td class="extended">Extended</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice6.html#fo_marker">&sect;6.11.3</a></td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
<td align="center">&nbsp;</td>
</tr>
+
<tr>
- <td>
- <a name="fo-object-retrieve-marker">retrieve-marker</a> </td>
- <td class="extended">
- Extended </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice6.html#fo_retrieve-marker">&sect;6.11.4</a> </td>
- <td class="yes">
- yes </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
+ <td><a name="fo-object-retrieve-marker" id=
+ "fo-object-retrieve-marker">retrieve-marker</a></td>
+
+ <td class="extended">Extended</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice6.html#fo_retrieve-marker">&sect;6.11.4</a></td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
</tr>
</table>
-<h1><a name="fo-property-section">XSL-FO Property Support Table</a> (<a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#pr-section">&sect;7</a>)</h1>
- <p>
- The following is a summary of FOP's current support for the standard XSL-FO properties.
- </p>
+
+ <h1><a name="fo-property-section" id="fo-property-section">XSL-FO Property Support Table</a>
+ (<a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#pr-section">&sect;7</a>)</h1>
+
+ <p>The following is a summary of FOP's current support for the standard XSL-FO properties.</p>
+
<table border="1">
<tr>
- <th rowspan="2">
- Property Name </th>
- <th rowspan="2" align="center">
- XSL-FO Conformance Level </th>
- <th rowspan="2" align="center">
- Citation </th>
- <th colspan="4" align="center">
- Support&nbsp;in&nbsp;FOP </th>
- <th rowspan="2">
- Comments </th>
+ <th rowspan="2">Property Name</th>
+
+ <th rowspan="2" align="center">XSL-FO Conformance Level</th>
+
+ <th rowspan="2" align="center">Citation</th>
+
+ <th colspan="4" align="center">Support&nbsp;in&nbsp;FOP</th>
+
+ <th rowspan="2">Comments</th>
+ </tr>
+
+ <tr>
+ <th align="center">0.20.5 (ancient)</th>
+
+ <th align="center">0.94 (stable)</th>
+
+ <th align="center">0.95 (beta)</th>
+
+ <th align="center">develop- ment</th>
</tr>
+
<tr>
- <th align="center">
- 0.20.5 (previous) </th>
- <th align="center">0.93 (stable) </th>
- <th align="center">
- 0.94 (stable) </th>
- <th align="center">
- develop- ment </th>
+ <td class="category" colspan="8"><a name="fo-property-commonaccess-section" id=
+ "fo-property-commonaccess-section">Common Accessibility Properties</a> (<a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#common-accessibility-properties">&sect;7.4</a>)</td>
</tr>
+
<tr>
- <td class="category" colspan="8">
- <a name="fo-property-commonaccess-section">Common Accessibility Properties</a> (<a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#common-accessibility-properties">&sect;7.4</a>) </td>
+ <td><a name="fo-property-source-document" id=
+ "fo-property-source-document">source-document</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#source-document">&sect;7.4.1</a></td>
+
+ <td class="na">na</td>
+
+ <td class="na">na</td>
+
+ <td class="na">na</td>
+
+ <td class="na">na</td>
+
+ <td align="center">&nbsp;</td>
</tr>
+
<tr>
- <td>
- <a name="fo-property-source-document">source-document</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#source-document">&sect;7.4.1</a> </td>
- <td class="na">
- na </td>
- <td class="na"> na </td>
- <td class="na">
- na </td>
- <td class="na">
- na </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-role">role</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#role">&sect;7.4.2</a> </td>
- <td class="na">
- na </td>
- <td class="na"> na </td>
- <td class="na">
- na </td>
- <td class="na">
- na </td>
- <td align="center">&nbsp; </td>
+ <td><a name="fo-property-role" id="fo-property-role">role</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#role">&sect;7.4.2</a></td>
+
+ <td class="na">na</td>
+
+ <td class="na">na</td>
+
+ <td class="na">na</td>
+
+ <td class="na">na</td>
+
+ <td align="center">&nbsp;</td>
</tr>
+
<tr>
- <td class="category" colspan="8">
- <a name="fo-property-commonabspos-section">Common Absolute Position Properties</a> (<a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#common-absolute-position-properties">&sect;7.5</a>) </td>
+ <td class="category" colspan="8"><a name="fo-property-commonabspos-section" id=
+ "fo-property-commonabspos-section">Common Absolute Position Properties</a> (<a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#common-absolute-position-properties">&sect;7.5</a>)</td>
</tr>
+
<tr>
- <td>
- <a name="fo-property-absolute-position">absolute-position</a> </td>
- <td class="complete">
- Complete </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#absolute-position">&sect;7.5.1</a> </td>
- <td class="no">
- no </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
+ <td><a name="fo-property-absolute-position" id=
+ "fo-property-absolute-position">absolute-position</a></td>
+
+ <td class="complete">Complete</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#absolute-position">&sect;7.5.1</a></td>
+
+ <td class="no">no</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
<td align="left">
<ul>
- <li>
- [0.20.5] Use shorthand position="absolute" as a workaround. </li>
- <li>
- [0.93 and later] No restrictions. The 0.20.5 work-around is not supported. </li>
- </ul> </td>
+ <li>[0.20.5] Use shorthand position="absolute" as a workaround.</li>
+
+ <li>[0.94 and later] No restrictions. The 0.20.5 work-around is not supported.</li>
+ </ul>
+ </td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-top" id="fo-property-top">top</a></td>
+
+ <td class="extended">Extended</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#top">&sect;7.5.2</a></td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
</tr>
+
<tr>
- <td>
- <a name="fo-property-top">top</a> </td>
- <td class="extended">
- Extended </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#top">&sect;7.5.2</a> </td>
- <td class="yes">
- yes </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-right">right</a> </td>
- <td class="extended">
- Extended </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#right">&sect;7.5.3</a> </td>
- <td class="yes">
- yes </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-bottom">bottom</a> </td>
- <td class="extended">
- Extended </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#bottom">&sect;7.5.4</a> </td>
- <td class="yes">
- yes </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-left">left</a> </td>
- <td class="extended">
- Extended </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#left">&sect;7.5.5</a> </td>
- <td class="yes">
- yes </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
+ <td><a name="fo-property-right" id="fo-property-right">right</a></td>
+
+ <td class="extended">Extended</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#right">&sect;7.5.3</a></td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
</tr>
+
<tr>
- <td class="category" colspan="8">
- <a name="fo-property-commonaural-section">Common Aural Properties</a> (<a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#common-aural-properties">&sect;7.6</a>) </td>
+ <td><a name="fo-property-bottom" id="fo-property-bottom">bottom</a></td>
+
+ <td class="extended">Extended</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#bottom">&sect;7.5.4</a></td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
</tr>
+
<tr>
- <td>
- <a name="fo-property-azimuth">azimuth</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#azimuth">&sect;7.6.1</a> </td>
- <td class="na">
- na </td>
- <td class="na"> na </td>
- <td class="na">
- na </td>
- <td class="na">
- na </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-cue-after">cue-after</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#cue-after">&sect;7.6.2</a> </td>
- <td class="na">
- na </td>
- <td class="na"> na </td>
- <td class="na">
- na </td>
- <td class="na">
- na </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-cue-before">cue-before</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#cue-before">&sect;7.6.3</a> </td>
- <td class="na">
- na </td>
- <td class="na"> na </td>
- <td class="na">
- na </td>
- <td class="na">
- na </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-elevation">elevation</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#elevation">&sect;7.6.4</a> </td>
- <td class="na">
- na </td>
- <td class="na"> na </td>
- <td class="na">
- na </td>
- <td class="na">
- na </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-pause-after">pause-after</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#pause-after">&sect;7.6.5</a> </td>
- <td class="na">
- na </td>
- <td class="na"> na </td>
- <td class="na">
- na </td>
- <td class="na">
- na </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-pause-before">pause-before</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#pause-before">&sect;7.6.6</a> </td>
- <td class="na">
- na </td>
- <td class="na"> na </td>
- <td class="na">
- na </td>
- <td class="na">
- na </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-pitch">pitch</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#pitch">&sect;7.6.7</a> </td>
- <td class="na">
- na </td>
- <td class="na"> na </td>
- <td class="na">
- na </td>
- <td class="na">
- na </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-pitch-range">pitch-range</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#pitch-range">&sect;7.6.8</a> </td>
- <td class="na">
- na </td>
- <td class="na"> na </td>
- <td class="na">
- na </td>
- <td class="na">
- na </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-play-during">play-during</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#play-during">&sect;7.6.9</a> </td>
- <td class="na">
- na </td>
- <td class="na"> na </td>
- <td class="na">
- na </td>
- <td class="na">
- na </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-richness">richness</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#richness">&sect;7.6.10</a> </td>
- <td class="na">
- na </td>
- <td class="na"> na </td>
- <td class="na">
- na </td>
- <td class="na">
- na </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-speak">speak</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#speak">&sect;7.6.11</a> </td>
- <td class="na">
- na </td>
- <td class="na"> na </td>
- <td class="na">
- na </td>
- <td class="na">
- na </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-speak-header">speak-header</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#speak-header">&sect;7.6.12</a> </td>
- <td class="na">
- na </td>
- <td class="na"> na </td>
- <td class="na">
- na </td>
- <td class="na">
- na </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-speak-numeral">speak-numeral</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#speak-numeral">&sect;7.6.13</a> </td>
- <td class="na">
- na </td>
- <td class="na"> na </td>
- <td class="na">
- na </td>
- <td class="na">
- na </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-speak-punctuation">speak-punctuation</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#speak-punctuation">&sect;7.6.14</a> </td>
- <td class="na">
- na </td>
- <td class="na"> na </td>
- <td class="na">
- na </td>
- <td class="na">
- na </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-speech-rate">speech-rate</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#speech-rate">&sect;7.6.15</a> </td>
- <td class="na">
- na </td>
- <td class="na"> na </td>
- <td class="na">
- na </td>
- <td class="na">
- na </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-stress">stress</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#stress">&sect;7.6.16</a> </td>
- <td class="na">
- na </td>
- <td class="na"> na </td>
- <td class="na">
- na </td>
- <td class="na">
- na </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-voice-family">voice-family</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#voice-family">&sect;7.6.17</a> </td>
- <td class="na">
- na </td>
- <td class="na"> na </td>
- <td class="na">
- na </td>
- <td class="na">
- na </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-volume">volume</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#volume">&sect;7.6.18</a> </td>
- <td class="na">
- na </td>
- <td class="na"> na </td>
- <td class="na">
- na </td>
- <td class="na">
- na </td>
- <td align="center">&nbsp; </td>
+ <td><a name="fo-property-left" id="fo-property-left">left</a></td>
+
+ <td class="extended">Extended</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#left">&sect;7.5.5</a></td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
</tr>
+
<tr>
- <td class="category" colspan="8">
- <a name="fo-property-commonenv-section">Common Border, Padding, and Background Properties</a> (<a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#common-border-padding-and-background-properties">&sect;7.7</a>) </td>
+ <td class="category" colspan="8"><a name="fo-property-commonaural-section" id=
+ "fo-property-commonaural-section">Common Aural Properties</a> (<a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#common-aural-properties">&sect;7.6</a>)</td>
</tr>
+
<tr>
- <td>
- <a name="fo-property-background-attachment">background-attachment</a> </td>
- <td class="extended">
- Extended </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#background-attachment">&sect;7.7.1</a> </td>
- <td class="no">
- no </td>
- <td class="no"> no </td>
- <td class="no">
- no </td>
- <td class="no">
- no </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-background-color">background-color</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#background-color">&sect;7.7.2</a> </td>
- <td class="yes">
- yes </td>
- <td class="partial"> partial </td>
- <td class="partial">
- partial </td>
- <td class="partial">
- partial </td>
+ <td><a name="fo-property-azimuth" id="fo-property-azimuth">azimuth</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#azimuth">&sect;7.6.1</a></td>
+
+ <td class="na">na</td>
+
+ <td class="na">na</td>
+
+ <td class="na">na</td>
+
+ <td class="na">na</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-cue-after" id="fo-property-cue-after">cue-after</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#cue-after">&sect;7.6.2</a></td>
+
+ <td class="na">na</td>
+
+ <td class="na">na</td>
+
+ <td class="na">na</td>
+
+ <td class="na">na</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-cue-before" id="fo-property-cue-before">cue-before</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#cue-before">&sect;7.6.3</a></td>
+
+ <td class="na">na</td>
+
+ <td class="na">na</td>
+
+ <td class="na">na</td>
+
+ <td class="na">na</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-elevation" id="fo-property-elevation">elevation</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#elevation">&sect;7.6.4</a></td>
+
+ <td class="na">na</td>
+
+ <td class="na">na</td>
+
+ <td class="na">na</td>
+
+ <td class="na">na</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-pause-after" id="fo-property-pause-after">pause-after</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#pause-after">&sect;7.6.5</a></td>
+
+ <td class="na">na</td>
+
+ <td class="na">na</td>
+
+ <td class="na">na</td>
+
+ <td class="na">na</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-pause-before" id="fo-property-pause-before">pause-before</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#pause-before">&sect;7.6.6</a></td>
+
+ <td class="na">na</td>
+
+ <td class="na">na</td>
+
+ <td class="na">na</td>
+
+ <td class="na">na</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-pitch" id="fo-property-pitch">pitch</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#pitch">&sect;7.6.7</a></td>
+
+ <td class="na">na</td>
+
+ <td class="na">na</td>
+
+ <td class="na">na</td>
+
+ <td class="na">na</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-pitch-range" id="fo-property-pitch-range">pitch-range</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#pitch-range">&sect;7.6.8</a></td>
+
+ <td class="na">na</td>
+
+ <td class="na">na</td>
+
+ <td class="na">na</td>
+
+ <td class="na">na</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-play-during" id="fo-property-play-during">play-during</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#play-during">&sect;7.6.9</a></td>
+
+ <td class="na">na</td>
+
+ <td class="na">na</td>
+
+ <td class="na">na</td>
+
+ <td class="na">na</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-richness" id="fo-property-richness">richness</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#richness">&sect;7.6.10</a></td>
+
+ <td class="na">na</td>
+
+ <td class="na">na</td>
+
+ <td class="na">na</td>
+
+ <td class="na">na</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-speak" id="fo-property-speak">speak</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#speak">&sect;7.6.11</a></td>
+
+ <td class="na">na</td>
+
+ <td class="na">na</td>
+
+ <td class="na">na</td>
+
+ <td class="na">na</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-speak-header" id="fo-property-speak-header">speak-header</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#speak-header">&sect;7.6.12</a></td>
+
+ <td class="na">na</td>
+
+ <td class="na">na</td>
+
+ <td class="na">na</td>
+
+ <td class="na">na</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-speak-numeral" id="fo-property-speak-numeral">speak-numeral</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#speak-numeral">&sect;7.6.13</a></td>
+
+ <td class="na">na</td>
+
+ <td class="na">na</td>
+
+ <td class="na">na</td>
+
+ <td class="na">na</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-speak-punctuation" id=
+ "fo-property-speak-punctuation">speak-punctuation</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#speak-punctuation">&sect;7.6.14</a></td>
+
+ <td class="na">na</td>
+
+ <td class="na">na</td>
+
+ <td class="na">na</td>
+
+ <td class="na">na</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-speech-rate" id="fo-property-speech-rate">speech-rate</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#speech-rate">&sect;7.6.15</a></td>
+
+ <td class="na">na</td>
+
+ <td class="na">na</td>
+
+ <td class="na">na</td>
+
+ <td class="na">na</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-stress" id="fo-property-stress">stress</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#stress">&sect;7.6.16</a></td>
+
+ <td class="na">na</td>
+
+ <td class="na">na</td>
+
+ <td class="na">na</td>
+
+ <td class="na">na</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-voice-family" id="fo-property-voice-family">voice-family</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#voice-family">&sect;7.6.17</a></td>
+
+ <td class="na">na</td>
+
+ <td class="na">na</td>
+
+ <td class="na">na</td>
+
+ <td class="na">na</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-volume" id="fo-property-volume">volume</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#volume">&sect;7.6.18</a></td>
+
+ <td class="na">na</td>
+
+ <td class="na">na</td>
+
+ <td class="na">na</td>
+
+ <td class="na">na</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td class="category" colspan="8"><a name="fo-property-commonenv-section" id=
+ "fo-property-commonenv-section">Common Border, Padding, and Background Properties</a>
+ (<a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#common-border-padding-and-background-properties">&sect;7.7</a>)</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-background-attachment" id=
+ "fo-property-background-attachment">background-attachment</a></td>
+
+ <td class="extended">Extended</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#background-attachment">&sect;7.7.1</a></td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-background-color" id=
+ "fo-property-background-color">background-color</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#background-color">&sect;7.7.2</a></td>
+
+ <td class="yes">yes</td>
+
+ <td class="partial">partial</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
<td align="left">
<ul>
- <li>
- [0.93 and later] not yet implemented for table-column, table-body, table-header and table-footer. </li>
- </ul> </td>
+ <li>[0.94] not yet implemented for table-column, table-body, table-header and
+ table-footer.</li>
+ </ul>
+ </td>
</tr>
+
<tr>
- <td>
- <a name="fo-property-background-image">background-image</a> </td>
- <td class="extended">
- Extended </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#background-image">&sect;7.7.3</a> </td>
- <td class="yes">
- yes </td>
- <td class="partial"> partial </td>
- <td class="partial">
- partial </td>
- <td class="partial">
- partial </td>
+ <td><a name="fo-property-background-image" id=
+ "fo-property-background-image">background-image</a></td>
+
+ <td class="extended">Extended</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#background-image">&sect;7.7.3</a></td>
+
+ <td class="yes">yes</td>
+
+ <td class="partial">partial</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
<td align="left">
<ul>
- <li>
- [0.93 and later] not yet implemented for table-column, table-body, table-header and table-footer. </li>
- </ul> </td>
+ <li>[0.94] not yet implemented for table-column, table-body, table-header and
+ table-footer.</li>
+ </ul>
+ </td>
</tr>
+
<tr>
- <td>
- <a name="fo-property-background-repeat">background-repeat</a> </td>
- <td class="extended">
- Extended </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#background-repeat">&sect;7.7.4</a> </td>
- <td class="no">
- no </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-background-position-horizontal">background-position-horizontal</a> </td>
- <td class="extended">
- Extended </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#background-position-horizontal">&sect;7.7.5</a> </td>
- <td class="no">
- no </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-background-position-vertical">background-position-vertical</a> </td>
- <td class="extended">
- Extended </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#background-position-vertical">&sect;7.7.6</a> </td>
- <td class="no">
- no </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-border-before-color">border-before-color</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#border-before-color">&sect;7.7.7</a> </td>
- <td class="yes">
- yes </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-border-before-style">border-before-style</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#border-before-style">&sect;7.7.8</a> </td>
- <td class="partial">
- partial </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
+ <td><a name="fo-property-background-repeat" id=
+ "fo-property-background-repeat">background-repeat</a></td>
+
+ <td class="extended">Extended</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#background-repeat">&sect;7.7.4</a></td>
+
+ <td class="no">no</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-background-position-horizontal" id=
+ "fo-property-background-position-horizontal">background-position-horizontal</a></td>
+
+ <td class="extended">Extended</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#background-position-horizontal">&sect;7.7.5</a></td>
+
+ <td class="no">no</td>
+
+ <td class="partial">partial</td>
+
+ <td class="partial">partial</td>
+
+ <td class="partial">partial</td>
+
+ <td align="center">[0.94 and later] Ignored when background-repeat set to
+ "repeat" or "repeat-x"</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-background-position-vertical" id=
+ "fo-property-background-position-vertical">background-position-vertical</a></td>
+
+ <td class="extended">Extended</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#background-position-vertical">&sect;7.7.6</a></td>
+
+ <td class="no">no</td>
+
+ <td class="partial">partial</td>
+
+ <td class="partial">partial</td>
+
+ <td class="partial">partial</td>
+
+ <td align="center">[0.94 and later] Ignored when background-repeat set to
+ "repeat" or "repeat-y"</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-border-before-color" id=
+ "fo-property-border-before-color">border-before-color</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#border-before-color">&sect;7.7.7</a></td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-border-before-style" id=
+ "fo-property-border-before-style">border-before-style</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#border-before-style">&sect;7.7.8</a></td>
+
+ <td class="partial">partial</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
<td align="left">
<ul>
- <li>
- [0.20.5] only "solid" works </li>
- </ul> </td>
+ <li>[0.20.5] only "solid" works</li>
+ </ul>
+ </td>
</tr>
+
<tr>
- <td>
- <a name="fo-property-border-before-width">border-before-width</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#border-before-width">&sect;7.7.9</a> </td>
- <td class="yes">
- yes </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-border-after-color">border-after-color</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#border-after-color">&sect;7.7.10</a> </td>
- <td class="yes">
- yes </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-border-after-style">border-after-style</a> </td>
- <td class="basic">
- Basic </td>
+ <td><a name="fo-property-border-before-width" id=
+ "fo-property-border-before-width">border-before-width</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#border-before-width">&sect;7.7.9</a></td>
+
+ <td class="yes">yes</td>
+
+ <td class="partial">partial</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
<td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#border-after-style">&sect;7.7.11</a> </td>
- <td class="partial">
- partial </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
+ <ul>
+ <li>[0.94] .conditionality not supported on fo:table-cell</li>
+ </ul>
+ </td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-border-after-color" id=
+ "fo-property-border-after-color">border-after-color</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#border-after-color">&sect;7.7.10</a></td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-border-after-style" id=
+ "fo-property-border-after-style">border-after-style</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#border-after-style">&sect;7.7.11</a></td>
+
+ <td class="partial">partial</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
<td align="left">
<ul>
- <li>
- [0.20.5] only "solid" works </li>
- </ul> </td>
+ <li>[0.20.5] only "solid" works</li>
+ </ul>
+ </td>
</tr>
+
<tr>
- <td>
- <a name="fo-property-border-after-width">border-after-width</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#border-after-width">&sect;7.7.12</a> </td>
- <td class="yes">
- yes </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-border-start-color">border-start-color</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#border-start-color">&sect;7.7.13</a> </td>
- <td class="yes">
- yes </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-border-start-style">border-start-style</a> </td>
- <td class="basic">
- Basic </td>
+ <td><a name="fo-property-border-after-width" id=
+ "fo-property-border-after-width">border-after-width</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#border-after-width">&sect;7.7.12</a></td>
+
+ <td class="yes">yes</td>
+
+ <td class="partial">partial</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
<td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#border-start-style">&sect;7.7.14</a> </td>
- <td class="partial">
- partial </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
+ <ul>
+ <li>[0.94] .conditionality not supported on fo:table-cell</li>
+ </ul>
+ </td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-border-start-color" id=
+ "fo-property-border-start-color">border-start-color</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#border-start-color">&sect;7.7.13</a></td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-border-start-style" id=
+ "fo-property-border-start-style">border-start-style</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#border-start-style">&sect;7.7.14</a></td>
+
+ <td class="partial">partial</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
<td align="left">
<ul>
- <li>
- [0.20.5] only "solid" works </li>
- </ul> </td>
+ <li>[0.20.5] only "solid" works</li>
+ </ul>
+ </td>
</tr>
+
<tr>
- <td>
- <a name="fo-property-border-start-width">border-start-width</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#border-start-width">&sect;7.7.15</a> </td>
- <td class="yes">
- yes </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-border-end-color">border-end-color</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#border-end-color">&sect;7.7.16</a> </td>
- <td class="yes">
- yes </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-border-end-style">border-end-style</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#border-end-style">&sect;7.7.17</a> </td>
- <td class="partial">
- partial </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
+ <td><a name="fo-property-border-start-width" id=
+ "fo-property-border-start-width">border-start-width</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#border-start-width">&sect;7.7.15</a></td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-border-end-color" id=
+ "fo-property-border-end-color">border-end-color</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#border-end-color">&sect;7.7.16</a></td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-border-end-style" id=
+ "fo-property-border-end-style">border-end-style</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#border-end-style">&sect;7.7.17</a></td>
+
+ <td class="partial">partial</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
<td align="left">
<ul>
- <li>
- [0.20.5] only "solid" works </li>
- </ul> </td>
+ <li>[0.20.5] only "solid" works</li>
+ </ul>
+ </td>
</tr>
+
<tr>
- <td>
- <a name="fo-property-border-end-width">border-end-width</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#border-end-width">&sect;7.7.18</a> </td>
- <td class="yes">
- yes </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-border-top-color">border-top-color</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#border-top-color">&sect;7.7.19</a> </td>
- <td class="yes">
- yes </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-border-top-style">border-top-style</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#border-top-style">&sect;7.7.20</a> </td>
- <td class="partial">
- partial </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
+ <td><a name="fo-property-border-end-width" id=
+ "fo-property-border-end-width">border-end-width</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#border-end-width">&sect;7.7.18</a></td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-border-top-color" id=
+ "fo-property-border-top-color">border-top-color</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#border-top-color">&sect;7.7.19</a></td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-border-top-style" id=
+ "fo-property-border-top-style">border-top-style</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#border-top-style">&sect;7.7.20</a></td>
+
+ <td class="partial">partial</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
<td align="left">
<ul>
- <li>
- [0.20.5] only "solid" works </li>
- </ul> </td>
+ <li>[0.20.5] only "solid" works</li>
+ </ul>
+ </td>
</tr>
+
<tr>
- <td>
- <a name="fo-property-border-top-width">border-top-width</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#border-top-width">&sect;7.7.21</a> </td>
- <td class="yes">
- yes </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-border-bottom-color">border-bottom-color</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#border-bottom-color">&sect;7.7.22</a> </td>
- <td class="yes">
- yes </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-border-bottom-style">border-bottom-style</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#border-bottom-style">&sect;7.7.23</a> </td>
- <td class="partial">
- partial </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
+ <td><a name="fo-property-border-top-width" id=
+ "fo-property-border-top-width">border-top-width</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#border-top-width">&sect;7.7.21</a></td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-border-bottom-color" id=
+ "fo-property-border-bottom-color">border-bottom-color</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#border-bottom-color">&sect;7.7.22</a></td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-border-bottom-style" id=
+ "fo-property-border-bottom-style">border-bottom-style</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#border-bottom-style">&sect;7.7.23</a></td>
+
+ <td class="partial">partial</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
<td align="left">
<ul>
- <li>
- [0.20.5] only "solid" works </li>
- </ul> </td>
+ <li>[0.20.5] only "solid" works</li>
+ </ul>
+ </td>
</tr>
+
<tr>
- <td>
- <a name="fo-property-border-bottom-width">border-bottom-width</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#border-bottom-width">&sect;7.7.24</a> </td>
- <td class="yes">
- yes </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-border-left-color">border-left-color</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#border-left-color">&sect;7.7.25</a> </td>
- <td class="yes">
- yes </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-border-left-style">border-left-style</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#border-left-style">&sect;7.7.26</a> </td>
- <td class="partial">
- partial </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
+ <td><a name="fo-property-border-bottom-width" id=
+ "fo-property-border-bottom-width">border-bottom-width</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#border-bottom-width">&sect;7.7.24</a></td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-border-left-color" id=
+ "fo-property-border-left-color">border-left-color</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#border-left-color">&sect;7.7.25</a></td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-border-left-style" id=
+ "fo-property-border-left-style">border-left-style</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#border-left-style">&sect;7.7.26</a></td>
+
+ <td class="partial">partial</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
<td align="left">
<ul>
- <li>
- [0.20.5] only "solid" works </li>
- </ul> </td>
+ <li>[0.20.5] only "solid" works</li>
+ </ul>
+ </td>
</tr>
+
<tr>
- <td>
- <a name="fo-property-border-left-width">border-left-width</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#border-left-width">&sect;7.7.27</a> </td>
- <td class="yes">
- yes </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-border-right-color">border-right-color</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#border-right-color">&sect;7.7.28</a> </td>
- <td class="yes">
- yes </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-border-right-style">border-right-style</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#border-right-style">&sect;7.7.29</a> </td>
- <td class="partial">
- partial </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
+ <td><a name="fo-property-border-left-width" id=
+ "fo-property-border-left-width">border-left-width</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#border-left-width">&sect;7.7.27</a></td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-border-right-color" id=
+ "fo-property-border-right-color">border-right-color</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#border-right-color">&sect;7.7.28</a></td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-border-right-style" id=
+ "fo-property-border-right-style">border-right-style</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#border-right-style">&sect;7.7.29</a></td>
+
+ <td class="partial">partial</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
<td align="left">
<ul>
- <li>
- [0.20.5] only "solid" works </li>
- </ul> </td>
+ <li>[0.20.5] only "solid" works</li>
+ </ul>
+ </td>
</tr>
+
<tr>
- <td>
- <a name="fo-property-border-right-width">border-right-width</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#border-right-width">&sect;7.7.30</a> </td>
- <td class="yes">
- yes </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-padding-before">padding-before</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#padding-before">&sect;7.7.31</a> </td>
- <td class="partial">
- partial </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
+ <td><a name="fo-property-border-right-width" id=
+ "fo-property-border-right-width">border-right-width</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#border-right-width">&sect;7.7.30</a></td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-padding-before" id=
+ "fo-property-padding-before">padding-before</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#padding-before">&sect;7.7.31</a></td>
+
+ <td class="partial">partial</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
<td align="left">
<ul>
- <li>
- [0.20.5] only one value allowed </li>
- <li>
- [0.20.5] only implemented for blocks </li>
- <li>
- [0.20.5] can't be used to make extra space (use indents + spaces instead) </li>
- <li>
- [0.20.5] can be used to control how much the background-color extends beyond the content rectangle </li>
- </ul> </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-padding-after">padding-after</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#padding-after">&sect;7.7.32</a> </td>
- <td class="partial">
- partial </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
+ <li>[0.20.5] only one value allowed</li>
+
+ <li>[0.20.5] only implemented for blocks</li>
+
+ <li>[0.20.5] can't be used to make extra space (use indents + spaces instead)</li>
+
+ <li>[0.20.5] can be used to control how much the background-color extends beyond the
+ content rectangle</li>
+ </ul>
+ </td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-padding-after" id="fo-property-padding-after">padding-after</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#padding-after">&sect;7.7.32</a></td>
+
+ <td class="partial">partial</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
<td align="left">
<ul>
- <li>
- [0.20.5] same limitations as padding-before </li>
- </ul> </td>
+ <li>[0.20.5] same limitations as padding-before</li>
+ </ul>
+ </td>
</tr>
+
<tr>
- <td>
- <a name="fo-property-padding-start">padding-start</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#padding-start">&sect;7.7.33</a> </td>
- <td class="partial">
- partial </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
+ <td><a name="fo-property-padding-start" id="fo-property-padding-start">padding-start</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#padding-start">&sect;7.7.33</a></td>
+
+ <td class="partial">partial</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
<td align="left">
<ul>
- <li>
- [0.20.5] same limitations as padding-before </li>
- </ul> </td>
+ <li>[0.20.5] same limitations as padding-before</li>
+ </ul>
+ </td>
</tr>
+
<tr>
- <td>
- <a name="fo-property-padding-end">padding-end</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#padding-end">&sect;7.7.34</a> </td>
- <td class="partial">
- partial </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
+ <td><a name="fo-property-padding-end" id="fo-property-padding-end">padding-end</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#padding-end">&sect;7.7.34</a></td>
+
+ <td class="partial">partial</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
<td align="left">
<ul>
- <li>
- [0.20.5] same limitations as padding-before </li>
- </ul> </td>
+ <li>[0.20.5] same limitations as padding-before</li>
+ </ul>
+ </td>
</tr>
+
<tr>
- <td>
- <a name="fo-property-padding-top">padding-top</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#padding-top">&sect;7.7.35</a> </td>
- <td class="partial">
- partial </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
+ <td><a name="fo-property-padding-top" id="fo-property-padding-top">padding-top</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#padding-top">&sect;7.7.35</a></td>
+
+ <td class="partial">partial</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
<td align="left">
<ul>
- <li>
- [0.20.5] same limitations as padding-before </li>
- </ul> </td>
+ <li>[0.20.5] same limitations as padding-before</li>
+ </ul>
+ </td>
</tr>
+
<tr>
- <td>
- <a name="fo-property-padding-bottom">padding-bottom</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#padding-bottom">&sect;7.7.36</a> </td>
- <td class="partial">
- partial </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
+ <td><a name="fo-property-padding-bottom" id=
+ "fo-property-padding-bottom">padding-bottom</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#padding-bottom">&sect;7.7.36</a></td>
+
+ <td class="partial">partial</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
<td align="left">
<ul>
- <li>
- [0.20.5] same limitations as padding-before </li>
- </ul> </td>
+ <li>[0.20.5] same limitations as padding-before</li>
+ </ul>
+ </td>
</tr>
+
<tr>
- <td>
- <a name="fo-property-padding-left">padding-left</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#padding-left">&sect;7.7.37</a> </td>
- <td class="partial">
- partial </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
+ <td><a name="fo-property-padding-left" id="fo-property-padding-left">padding-left</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#padding-left">&sect;7.7.37</a></td>
+
+ <td class="partial">partial</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
<td align="left">
<ul>
- <li>
- [0.20.5] same limitations as padding-before </li>
- </ul> </td>
+ <li>[0.20.5] same limitations as padding-before</li>
+ </ul>
+ </td>
</tr>
+
<tr>
- <td>
- <a name="fo-property-padding-right">padding-right</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#padding-right">&sect;7.7.38</a> </td>
- <td class="partial">
- partial </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
+ <td><a name="fo-property-padding-right" id="fo-property-padding-right">padding-right</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#padding-right">&sect;7.7.38</a></td>
+
+ <td class="partial">partial</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
<td align="left">
<ul>
- <li>
- [0.20.5] same limitations as padding-before </li>
- </ul> </td>
+ <li>[0.20.5] same limitations as padding-before</li>
+ </ul>
+ </td>
</tr>
+
<tr>
- <td class="category" colspan="8">
- <a name="fo-property-commonfont-section">Common Font Properties</a> (<a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#common-font-properties">&sect;7.8</a>) </td>
+ <td class="category" colspan="8"><a name="fo-property-commonfont-section" id=
+ "fo-property-commonfont-section">Common Font Properties</a> (<a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#common-font-properties">&sect;7.8</a>)</td>
</tr>
+
<tr>
- <td>
- <a name="fo-property-font-family">font-family</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#font-family">&sect;7.8.2</a> </td>
- <td class="partial">
- partial </td>
- <td class="partial"> partial </td>
- <td class="partial">
- partial </td>
- <td class="partial">
- partial </td>
+ <td><a name="fo-property-font-family" id="fo-property-font-family">font-family</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#font-family">&sect;7.8.2</a></td>
+
+ <td class="partial">partial</td>
+
+ <td class="partial">partial</td>
+
+ <td class="partial">partial</td>
+
+ <td class="partial">partial</td>
+
<td align="left">
<ul>
- <li>
- [0.20.5] font-family lists are not supported, use a single font-family name </li>
- <li>
- [0.93 and later] font-family lists are allowed but glyph based font selection is not supported </li>
- </ul> </td>
+ <li>[0.20.5] font-family lists are not supported, use a single font-family name</li>
+
+ <li>[0.94 and later] font-family lists are allowed but glyph based font selection is not
+ supported</li>
+ </ul>
+ </td>
</tr>
+
<tr>
- <td>
- <a name="fo-property-font-selection-strategy">font-selection-strategy</a> </td>
- <td class="complete">
- Complete </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#font-selection-strategy">&sect;7.8.3</a> </td>
- <td class="no">
- no </td>
- <td class="no"> no </td>
- <td class="no">
- no </td>
- <td class="no">
- no </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-font-size">font-size</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#font-size">&sect;7.8.4</a> </td>
- <td class="partial">
- partial </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
+ <td><a name="fo-property-font-selection-strategy" id=
+ "fo-property-font-selection-strategy">font-selection-strategy</a></td>
+
+ <td class="complete">Complete</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#font-selection-strategy">&sect;7.8.3</a></td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-font-size" id="fo-property-font-size">font-size</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#font-size">&sect;7.8.4</a></td>
+
+ <td class="partial">partial</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
<td align="left">
<ul>
- <li>
- [0.20.5] "smaller" and "larger" not implemented </li>
- </ul> </td>
+ <li>[0.20.5] "smaller" and "larger" not implemented</li>
+ </ul>
+ </td>
</tr>
+
<tr>
- <td>
- <a name="fo-property-font-stretch">font-stretch</a> </td>
- <td class="extended">
- Extended </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#font-stretch">&sect;7.8.5</a> </td>
- <td class="no">
- no </td>
- <td class="no"> no </td>
- <td class="no">
- no </td>
- <td class="no">
- no </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-font-size-adjust">font-size-adjust</a> </td>
- <td class="extended">
- Extended </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#font-size-adjust">&sect;7.8.6</a> </td>
- <td class="no">
- no </td>
- <td class="no"> no </td>
- <td class="no">
- no </td>
- <td class="no">
- no </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-font-style">font-style</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#font-style">&sect;7.8.7</a> </td>
- <td class="partial">
- partial </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
+ <td><a name="fo-property-font-stretch" id="fo-property-font-stretch">font-stretch</a></td>
+
+ <td class="extended">Extended</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#font-stretch">&sect;7.8.5</a></td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-font-size-adjust" id=
+ "fo-property-font-size-adjust">font-size-adjust</a></td>
+
+ <td class="extended">Extended</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#font-size-adjust">&sect;7.8.6</a></td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-font-style" id="fo-property-font-style">font-style</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#font-style">&sect;7.8.7</a></td>
+
+ <td class="partial">partial</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
<td align="left">
<ul>
- <li>
- [0.20.5] "normal" is not supported </li>
- </ul> </td>
+ <li>[0.20.5] "normal" is not supported</li>
+ </ul>
+ </td>
</tr>
+
<tr>
- <td>
- <a name="fo-property-font-variant">font-variant</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#font-variant">&sect;7.8.8</a> </td>
- <td class="yes">
- yes </td>
- <td class="no"> no </td>
- <td class="no">
- no </td>
- <td class="no">
- no </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-font-weight">font-weight</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#font-weight">&sect;7.8.9</a> </td>
- <td class="partial">
- partial </td>
- <td class="partial"> partial </td>
- <td class="partial">
- partial </td>
- <td class="partial">
- partial </td>
+ <td><a name="fo-property-font-variant" id="fo-property-font-variant">font-variant</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#font-variant">&sect;7.8.8</a></td>
+
+ <td class="yes">yes</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-font-weight" id="fo-property-font-weight">font-weight</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#font-weight">&sect;7.8.9</a></td>
+
+ <td class="partial">partial</td>
+
+ <td class="partial">partial</td>
+
+ <td class="partial">partial</td>
+
+ <td class="partial">partial</td>
+
<td align="left">
<ul>
- <li>
- [0.20.5] "normal", "bolder" and "lighter" are not supported </li>
- <li>
- [0.93 and later] TODO &lt;relative&gt; font weights </li>
- </ul> </td>
+ <li>[0.20.5] "normal", "bolder" and "lighter" are not supported</li>
+
+ <li>[0.94 and later] TODO &lt;relative&gt; font weights</li>
+ </ul>
+ </td>
</tr>
+
<tr>
- <td class="category" colspan="8">
- <a name="fo-property-commonhyphen-section">Common Hyphenation Properties</a> (<a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#common-hyphenation-properties">&sect;7.9</a>) </td>
+ <td class="category" colspan="8"><a name="fo-property-commonhyphen-section" id=
+ "fo-property-commonhyphen-section">Common Hyphenation Properties</a> (<a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#common-hyphenation-properties">&sect;7.9</a>)</td>
</tr>
+
<tr>
- <td>
- <a name="fo-property-country">country</a> </td>
- <td class="extended">
- Extended </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#country">&sect;7.9.1</a> </td>
- <td class="yes">
- yes </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
+ <td><a name="fo-property-country" id="fo-property-country">country</a></td>
+
+ <td class="extended">Extended</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#country">&sect;7.9.1</a></td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
<td align="left">
<ul>
- <li>
- [0.94 and earlier] Only used for controlling hyphenation.</li>
- <li>
- [trunk] For PDF output: Only 2-letter codes from ISO 3166 are supported properly to identify the natural language!</li>
+ <li>[0.94 and earlier] Only used for controlling hyphenation.</li>
+
+ <li>[trunk] For PDF output: Only 2-letter codes from ISO 3166 are supported properly to
+ identify the natural language!</li>
</ul>
</td>
</tr>
+
<tr>
- <td>
- <a name="fo-property-language">language</a> </td>
- <td class="extended">
- Extended </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#language">&sect;7.9.2</a> </td>
- <td class="yes">
- yes </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
+ <td><a name="fo-property-language" id="fo-property-language">language</a></td>
+
+ <td class="extended">Extended</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#language">&sect;7.9.2</a></td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
<td align="left">
<ul>
- <li>
- [0.94 and earlier] Only used for controlling hyphenation.</li>
- <li>
- [trunk] For PDF output: Only 2-letter codes from ISO 639 are supported properly to identify the natural language!</li>
+ <li>[0.94 and earlier] Only used for controlling hyphenation.</li>
+
+ <li>[trunk] For PDF output: Only 2-letter codes from ISO 639 are supported properly to
+ identify the natural language!</li>
</ul>
</td>
</tr>
+
<tr>
- <td>
- <a name="fo-property-script">script</a> </td>
- <td class="extended">
- Extended </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#script">&sect;7.9.3</a> </td>
- <td class="no">
- no </td>
- <td class="no"> no </td>
- <td class="no">
- no </td>
- <td class="no">
- no </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-hyphenate">hyphenate</a> </td>
- <td class="extended">
- Extended </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#hyphenate">&sect;7.9.4</a> </td>
- <td class="yes">
- yes </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-hyphenation-character">hyphenation-character</a> </td>
- <td class="extended">
- Extended </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#hyphenation-character">&sect;7.9.5</a> </td>
- <td class="yes">
- yes </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-hyphenation-push-character-count">hyphenation-push-character-count</a> </td>
- <td class="extended">
- Extended </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#hyphenation-push-character-count">&sect;7.9.6</a> </td>
- <td class="yes">
- yes </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-hyphenation-remain-character-count">hyphenation-remain-character-count</a> </td>
- <td class="extended">
- Extended </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#hyphenation-remain-character-count">&sect;7.9.7</a> </td>
- <td class="yes">
- yes </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
+ <td><a name="fo-property-script" id="fo-property-script">script</a></td>
+
+ <td class="extended">Extended</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#script">&sect;7.9.3</a></td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-hyphenate" id="fo-property-hyphenate">hyphenate</a></td>
+
+ <td class="extended">Extended</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#hyphenate">&sect;7.9.4</a></td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
</tr>
+
<tr>
- <td class="category" colspan="8">
- <a name="fo-property-commonmarginblock-section">Common Margin Properties - Block</a> (<a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#common-margin-properties-block">&sect;7.10</a>) </td>
+ <td><a name="fo-property-hyphenation-character" id=
+ "fo-property-hyphenation-character">hyphenation-character</a></td>
+
+ <td class="extended">Extended</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#hyphenation-character">&sect;7.9.5</a></td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
</tr>
+
<tr>
- <td>
- <a name="fo-property-margin-top">margin-top</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#margin-top">&sect;7.10.1</a> </td>
- <td class="partial">
- partial </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
+ <td><a name="fo-property-hyphenation-push-character-count" id=
+ "fo-property-hyphenation-push-character-count">hyphenation-push-character-count</a></td>
+
+ <td class="extended">Extended</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#hyphenation-push-character-count">&sect;7.9.6</a></td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-hyphenation-remain-character-count" id=
+ "fo-property-hyphenation-remain-character-count">hyphenation-remain-character-count</a></td>
+
+ <td class="extended">Extended</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#hyphenation-remain-character-count">&sect;7.9.7</a></td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td class="category" colspan="8"><a name="fo-property-commonmarginblock-section" id=
+ "fo-property-commonmarginblock-section">Common Margin Properties - Block</a> (<a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#common-margin-properties-block">&sect;7.10</a>)</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-margin-top" id="fo-property-margin-top">margin-top</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#margin-top">&sect;7.10.1</a></td>
+
+ <td class="partial">partial</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
<td align="left">
<ul>
- <li>
- [0.20.5] only on pages and regions </li>
- </ul> </td>
+ <li>[0.20.5] only on pages and regions</li>
+ </ul>
+ </td>
</tr>
+
<tr>
- <td>
- <a name="fo-property-margin-bottom">margin-bottom</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#margin-bottom">&sect;7.10.2</a> </td>
- <td class="partial">
- partial </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
+ <td><a name="fo-property-margin-bottom" id="fo-property-margin-bottom">margin-bottom</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#margin-bottom">&sect;7.10.2</a></td>
+
+ <td class="partial">partial</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
<td align="left">
<ul>
- <li>
- [0.20.5] only on pages and regions </li>
- </ul> </td>
+ <li>[0.20.5] only on pages and regions</li>
+ </ul>
+ </td>
</tr>
+
<tr>
- <td>
- <a name="fo-property-margin-left">margin-left</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#margin-left">&sect;7.10.3</a> </td>
- <td class="partial">
- partial </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
+ <td><a name="fo-property-margin-left" id="fo-property-margin-left">margin-left</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#margin-left">&sect;7.10.3</a></td>
+
+ <td class="partial">partial</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
<td align="left">
<ul>
- <li>
- [0.20.5] only on pages and regions </li>
- </ul> </td>
+ <li>[0.20.5] only on pages and regions</li>
+ </ul>
+ </td>
</tr>
+
<tr>
- <td>
- <a name="fo-property-margin-right">margin-right</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#margin-right">&sect;7.10.4</a> </td>
- <td class="partial">
- partial </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
+ <td><a name="fo-property-margin-right" id="fo-property-margin-right">margin-right</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#margin-right">&sect;7.10.4</a></td>
+
+ <td class="partial">partial</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
<td align="left">
<ul>
- <li>
- [0.20.5] only on pages and regions </li>
- </ul> </td>
+ <li>[0.20.5] only on pages and regions</li>
+ </ul>
+ </td>
</tr>
+
<tr>
- <td>
- <a name="fo-property-space-before">space-before</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#space-before">&sect;7.10.5</a> </td>
- <td class="partial">
- partial </td>
- <td class="partial"> partial </td>
- <td class="partial">
- partial </td>
- <td class="partial">
- partial </td>
+ <td><a name="fo-property-space-before" id="fo-property-space-before">space-before</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#space-before">&sect;7.10.5</a></td>
+
+ <td class="partial">partial</td>
+
+ <td class="partial">partial</td>
+
+ <td class="partial">partial</td>
+
+ <td class="partial">partial</td>
+
<td align="left">
<ul>
- <li>
- [0.20.5] space-before.optimum supported </li>
- <li>
- [0.93 and later] Space adjustment may not fully work everywhere, yet. </li>
- </ul> </td>
+ <li>[0.20.5] space-before.optimum supported</li>
+
+ <li>[0.94 and later] Space adjustment may not fully work everywhere, yet.</li>
+ </ul>
+ </td>
</tr>
+
<tr>
- <td>
- <a name="fo-property-space-after">space-after</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#space-after">&sect;7.10.6</a> </td>
- <td class="partial">
- partial </td>
- <td class="partial"> partial </td>
- <td class="partial">
- partial </td>
- <td class="partial">
- partial </td>
+ <td><a name="fo-property-space-after" id="fo-property-space-after">space-after</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#space-after">&sect;7.10.6</a></td>
+
+ <td class="partial">partial</td>
+
+ <td class="partial">partial</td>
+
+ <td class="partial">partial</td>
+
+ <td class="partial">partial</td>
+
<td align="left">
<ul>
- <li>
- [0.20.5] space-after.optimum supported </li>
- <li>
- [0.93 and later] Space adjustment may not fully work everywhere, yet. </li>
- </ul> </td>
+ <li>[0.20.5] space-after.optimum supported</li>
+
+ <li>[0.94 and later] Space adjustment may not fully work everywhere, yet.</li>
+ </ul>
+ </td>
</tr>
+
<tr>
- <td>
- <a name="fo-property-start-indent">start-indent</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#start-indent">&sect;7.10.7</a> </td>
- <td class="yes">
- yes </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-end-indent">end-indent</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#end-indent">&sect;7.10.8</a> </td>
- <td class="yes">
- yes </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
+ <td><a name="fo-property-start-indent" id="fo-property-start-indent">start-indent</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#start-indent">&sect;7.10.7</a></td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-end-indent" id="fo-property-end-indent">end-indent</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#end-indent">&sect;7.10.8</a></td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
</tr>
+
<tr>
- <td class="category" colspan="8">
- <a name="fo-property-commonmargininline-section">Common Margin Properties - Inline</a> (<a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#common-margin-properties-inline">&sect;7.11</a>) </td>
+ <td class="category" colspan="8"><a name="fo-property-commonmargininline-section" id=
+ "fo-property-commonmargininline-section">Common Margin Properties - Inline</a> (<a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#common-margin-properties-inline">&sect;7.11</a>)</td>
</tr>
+
<tr>
- <td>
- <a name="fo-property-space-end">space-end</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#space-end">&sect;7.11.1</a> </td>
- <td class="no">
- no </td>
+ <td><a name="fo-property-space-end" id="fo-property-space-end">space-end</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#space-end">&sect;7.11.1</a></td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
<td class="no">no</td>
- <td class="no">
- no </td>
- <td class="no">
- no </td>
- <td align="center">&nbsp; </td>
+
+ <td align="center">&nbsp;</td>
</tr>
+
<tr>
- <td>
- <a name="fo-property-space-start">space-start</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#space-start">&sect;7.11.2</a> </td>
- <td class="no">
- no </td>
+ <td><a name="fo-property-space-start" id="fo-property-space-start">space-start</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#space-start">&sect;7.11.2</a></td>
+
<td class="no">no</td>
- <td class="no">
- no </td>
- <td class="no">
- no </td>
- <td align="center">&nbsp; </td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td align="center">&nbsp;</td>
</tr>
+
<tr>
- <td class="category" colspan="8">
- <a name="fo-property-commonrelpos-section">Common Relative Position Properties</a> (<a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#common-relative-position-properties">&sect;7.12</a>) </td>
+ <td class="category" colspan="8"><a name="fo-property-commonrelpos-section" id=
+ "fo-property-commonrelpos-section">Common Relative Position Properties</a> (<a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#common-relative-position-properties">&sect;7.12</a>)</td>
</tr>
+
<tr>
- <td>
- <a name="fo-property-relative-position">relative-position</a> </td>
- <td class="extended">
- Extended </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#relative-position">&sect;7.12.1</a> </td>
- <td class="no">
- no </td>
+ <td><a name="fo-property-relative-position" id=
+ "fo-property-relative-position">relative-position</a></td>
+
+ <td class="extended">Extended</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#relative-position">&sect;7.12.1</a></td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
<td class="no">no</td>
- <td class="no">
- no </td>
- <td class="no">
- no </td>
- <td align="center">&nbsp; </td>
+
+ <td align="center">&nbsp;</td>
</tr>
+
<tr>
- <td class="category" colspan="8">
- <a name="fo-property-areaalign-section">Area Alignment Properties</a> (<a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#area-alignment">&sect;7.13</a>) </td>
+ <td class="category" colspan="8"><a name="fo-property-areaalign-section" id=
+ "fo-property-areaalign-section">Area Alignment Properties</a> (<a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#area-alignment">&sect;7.13</a>)</td>
</tr>
+
<tr>
- <td>
- <a name="fo-property-alignment-adjust">alignment-adjust</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#alignment-adjust">&sect;7.13.1</a> </td>
- <td class="no">
- no </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-alignment-baseline">alignment-baseline</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#alignment-baseline">&sect;7.13.2</a> </td>
- <td class="no">
- no </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-baseline-shift">baseline-shift</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#baseline-shift">&sect;7.13.3</a> </td>
- <td class="partial">
- partial </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
+ <td><a name="fo-property-alignment-adjust" id=
+ "fo-property-alignment-adjust">alignment-adjust</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#alignment-adjust">&sect;7.13.1</a></td>
+
+ <td class="no">no</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-alignment-baseline" id=
+ "fo-property-alignment-baseline">alignment-baseline</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#alignment-baseline">&sect;7.13.2</a></td>
+
+ <td class="no">no</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-baseline-shift" id=
+ "fo-property-baseline-shift">baseline-shift</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#baseline-shift">&sect;7.13.3</a></td>
+
+ <td class="partial">partial</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
<td align="left">
<ul>
- <li>
- [0.20.5] Only values "super" and "sub" have been implemented. </li>
- </ul> </td>
+ <li>[0.20.5] Only values "super" and "sub" have been implemented.</li>
+ </ul>
+ </td>
</tr>
+
<tr>
- <td>
- <a name="fo-property-display-align">display-align</a> </td>
- <td class="extended">
- Extended </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#display-align">&sect;7.13.4</a> </td>
- <td class="partial">
- partial </td>
- <td class="partial"> partial </td>
- <td class="partial">
- partial </td>
- <td class="partial">
- partial </td>
+ <td><a name="fo-property-display-align" id="fo-property-display-align">display-align</a></td>
+
+ <td class="extended">Extended</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#display-align">&sect;7.13.4</a></td>
+
+ <td class="partial">partial</td>
+
+ <td class="partial">partial</td>
+
+ <td class="partial">partial</td>
+
+ <td class="partial">partial</td>
+
<td align="left">
<ul>
- <li>
- [0.20.5] Implemented only for table-cell and block-container. </li>
- <li>
- [0.20.5] For table-cell, the "height" attribute must be set for the parent table-row; setting the height of the table or the table-cell results in vertical centering having no effect. </li>
- <li>
- [0.93 and later] TODO Check e-g, i-f-o. </li>
- </ul> </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-dominant-baseline">dominant-baseline</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#dominant-baseline">&sect;7.13.5</a> </td>
- <td class="no">
- no </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-relative-align">relative-align</a> </td>
- <td class="extended">
- Extended </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#relative-align">&sect;7.13.6</a> </td>
- <td class="no">
- no </td>
- <td class="no"> no </td>
- <td class="no">
- no </td>
- <td class="no">
- no </td>
- <td align="center">&nbsp; </td>
+ <li>[0.20.5] Implemented only for table-cell and block-container.</li>
+
+ <li>[0.20.5] For table-cell, the "height" attribute must be set for the parent table-row;
+ setting the height of the table or the table-cell results in vertical centering having no
+ effect.</li>
+
+ <li>[0.94 and later] TODO Check e-g, i-f-o.</li>
+ </ul>
+ </td>
</tr>
+
<tr>
- <td class="category" colspan="8">
- <a name="fo-property-areadim-section">Area Dimension Properties</a> (<a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#section-N36094-Area-Dimension-Properties">&sect;7.14</a>) </td>
+ <td><a name="fo-property-dominant-baseline" id=
+ "fo-property-dominant-baseline">dominant-baseline</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#dominant-baseline">&sect;7.13.5</a></td>
+
+ <td class="no">no</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
</tr>
+
<tr>
- <td>
- <a name="fo-property-block-progression-dimension">block-progression-dimension</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#block-progression-dimension">&sect;7.14.1</a> </td>
- <td class="no">
- no </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-content-height">content-height</a> </td>
- <td class="extended">
- Extended </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#content-height">&sect;7.14.2</a> </td>
- <td class="no">
- no </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-content-width">content-width</a> </td>
- <td class="extended">
- Extended </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#content-width">&sect;7.14.3</a> </td>
- <td class="no">
- no </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-height">height</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#height">&sect;7.14.4</a> </td>
- <td class="yes">
- yes </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-inline-progression-dimension">inline-progression-dimension</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#inline-progression-dimension">&sect;7.14.5</a> </td>
- <td class="no">
- no </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-max-height">max-height</a> </td>
- <td class="complete">
- Complete </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#max-height">&sect;7.14.6</a> </td>
- <td class="no">
- no </td>
- <td class="no"> no </td>
- <td class="no">
- no </td>
- <td class="no">
- no </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-max-width">max-width</a> </td>
- <td class="complete">
- Complete </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#max-width">&sect;7.14.7</a> </td>
- <td class="no">
- no </td>
- <td class="no"> no </td>
- <td class="no">
- no </td>
- <td class="no">
- no </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-min-height">min-height</a> </td>
- <td class="complete">
- Complete </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#min-height">&sect;7.14.8</a> </td>
- <td class="no">
- no </td>
- <td class="no"> no </td>
- <td class="no">
- no </td>
- <td class="no">
- no </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-min-width">min-width</a> </td>
- <td class="complete">
- Complete </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#min-width">&sect;7.14.9</a> </td>
- <td class="no">
- no </td>
- <td class="no"> no </td>
- <td class="no">
- no </td>
- <td class="no">
- no </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-scaling">scaling</a> </td>
- <td class="extended">
- Extended </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#scaling">&sect;7.14.10</a> </td>
- <td class="no">
- no </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-scaling-method">scaling-method</a> </td>
- <td class="extended">
- Extended </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#scaling-method">&sect;7.14.11</a> </td>
- <td class="no">
- no </td>
- <td class="no"> no </td>
- <td class="no">
- no </td>
- <td class="no">
- no </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-width">width</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#width">&sect;7.14.12</a> </td>
- <td class="yes">
- yes </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
+ <td><a name="fo-property-relative-align" id=
+ "fo-property-relative-align">relative-align</a></td>
+
+ <td class="extended">Extended</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#relative-align">&sect;7.13.6</a></td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td align="center">&nbsp;</td>
</tr>
+
<tr>
- <td class="category" colspan="8">
- <a name="fo-property-blockandline-section">Block and Line-related Properties</a> (<a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#section-N38191-Block-and-Line-related-Properties">&sect;7.15</a>) </td>
+ <td class="category" colspan="8"><a name="fo-property-areadim-section" id=
+ "fo-property-areadim-section">Area Dimension Properties</a> (<a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#section-N36094-Area-Dimension-Properties">&sect;7.14</a>)</td>
</tr>
+
<tr>
- <td>
- <a name="fo-property-hyphenation-keep">hyphenation-keep</a> </td>
- <td class="extended">
- Extended </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#hyphenation-keep">&sect;7.15.1</a> </td>
- <td class="no">
- no </td>
- <td class="no"> no </td>
- <td class="no">
- no </td>
- <td class="no">
- no </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-hyphenation-ladder-count">hyphenation-ladder-count</a> </td>
- <td class="extended">
- Extended </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#hyphenation-ladder-count">&sect;7.15.2</a> </td>
- <td class="no">
- no </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-last-line-end-indent">last-line-end-indent</a> </td>
- <td class="extended">
- Extended </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#last-line-end-indent">&sect;7.15.3</a> </td>
- <td class="no">
- no </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-line-height">line-height</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#line-height">&sect;7.15.4</a> </td>
- <td class="yes">
- yes </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-line-height-shift-adjustment">line-height-shift-adjustment</a> </td>
- <td class="extended">
- Extended </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#line-height-shift-adjustment">&sect;7.15.5</a> </td>
- <td class="no">
- no </td>
- <td class="no"> no </td>
- <td class="no">
- no </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-line-stacking-strategy">line-stacking-strategy</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#line-stacking-strategy">&sect;7.15.6</a> </td>
- <td class="no">
- no </td>
- <td class="partial"> partial </td>
- <td class="partial">
- partial </td>
- <td class="partial">
- partial </td>
+ <td><a name="fo-property-block-progression-dimension" id=
+ "fo-property-block-progression-dimension">block-progression-dimension</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#block-progression-dimension">&sect;7.14.1</a></td>
+
+ <td class="no">no</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-content-height" id=
+ "fo-property-content-height">content-height</a></td>
+
+ <td class="extended">Extended</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#content-height">&sect;7.14.2</a></td>
+
+ <td class="no">no</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-content-width" id="fo-property-content-width">content-width</a></td>
+
+ <td class="extended">Extended</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#content-width">&sect;7.14.3</a></td>
+
+ <td class="no">no</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-height" id="fo-property-height">height</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#height">&sect;7.14.4</a></td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-inline-progression-dimension" id=
+ "fo-property-inline-progression-dimension">inline-progression-dimension</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#inline-progression-dimension">&sect;7.14.5</a></td>
+
+ <td class="no">no</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-max-height" id="fo-property-max-height">max-height</a></td>
+
+ <td class="complete">Complete</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#max-height">&sect;7.14.6</a></td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-max-width" id="fo-property-max-width">max-width</a></td>
+
+ <td class="complete">Complete</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#max-width">&sect;7.14.7</a></td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-min-height" id="fo-property-min-height">min-height</a></td>
+
+ <td class="complete">Complete</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#min-height">&sect;7.14.8</a></td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-min-width" id="fo-property-min-width">min-width</a></td>
+
+ <td class="complete">Complete</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#min-width">&sect;7.14.9</a></td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-scaling" id="fo-property-scaling">scaling</a></td>
+
+ <td class="extended">Extended</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#scaling">&sect;7.14.10</a></td>
+
+ <td class="no">no</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-scaling-method" id=
+ "fo-property-scaling-method">scaling-method</a></td>
+
+ <td class="extended">Extended</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#scaling-method">&sect;7.14.11</a></td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-width" id="fo-property-width">width</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#width">&sect;7.14.12</a></td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td class="category" colspan="8"><a name="fo-property-blockandline-section" id=
+ "fo-property-blockandline-section">Block and Line-related Properties</a> (<a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#section-N38191-Block-and-Line-related-Properties">&sect;7.15</a>)</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-hyphenation-keep" id=
+ "fo-property-hyphenation-keep">hyphenation-keep</a></td>
+
+ <td class="extended">Extended</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#hyphenation-keep">&sect;7.15.1</a></td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-hyphenation-ladder-count" id=
+ "fo-property-hyphenation-ladder-count">hyphenation-ladder-count</a></td>
+
+ <td class="extended">Extended</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#hyphenation-ladder-count">&sect;7.15.2</a></td>
+
+ <td class="no">no</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-last-line-end-indent" id=
+ "fo-property-last-line-end-indent">last-line-end-indent</a></td>
+
+ <td class="extended">Extended</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#last-line-end-indent">&sect;7.15.3</a></td>
+
+ <td class="no">no</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-line-height" id="fo-property-line-height">line-height</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#line-height">&sect;7.15.4</a></td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-line-height-shift-adjustment" id=
+ "fo-property-line-height-shift-adjustment">line-height-shift-adjustment</a></td>
+
+ <td class="extended">Extended</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#line-height-shift-adjustment">&sect;7.15.5</a></td>
+
+ <td class="no">no</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-line-stacking-strategy" id=
+ "fo-property-line-stacking-strategy">line-stacking-strategy</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#line-stacking-strategy">&sect;7.15.6</a></td>
+
+ <td class="no">no</td>
+
+ <td class="partial">partial</td>
+
+ <td class="partial">partial</td>
+
+ <td class="partial">partial</td>
+
<td align="left">
<ul>
- <li>
- [0.93 and later] value "line-height" not supported </li>
- </ul> </td>
+ <li>[0.94 and later] value "line-height" not supported</li>
+ </ul>
+ </td>
</tr>
+
<tr>
- <td>
- <a name="fo-property-linefeed-treatment">linefeed-treatment</a> </td>
- <td class="extended">
- Extended </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#linefeed-treatment">&sect;7.15.7</a> </td>
- <td class="no">
- no </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="left">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-white-space-treatment">white-space-treatment</a> </td>
- <td class="extended">
- Extended </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#white-space-treatment">&sect;7.15.8</a> </td>
- <td class="no">
- no </td>
- <td class="partial"> partial </td>
- <td class="partial">
- partial </td>
- <td class="partial">
- partial </td>
+ <td><a name="fo-property-linefeed-treatment" id=
+ "fo-property-linefeed-treatment">linefeed-treatment</a></td>
+
+ <td class="extended">Extended</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#linefeed-treatment">&sect;7.15.7</a></td>
+
+ <td class="no">no</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="left">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-white-space-treatment" id=
+ "fo-property-white-space-treatment">white-space-treatment</a></td>
+
+ <td class="extended">Extended</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#white-space-treatment">&sect;7.15.8</a></td>
+
+ <td class="no">no</td>
+
+ <td class="partial">partial</td>
+
+ <td class="partial">partial</td>
+
+ <td class="partial">partial</td>
+
<td align="left">
<ul>
- <li>
- [0.93 and later] inline elements may interfere with correct handling of this property
- in some cases </li>
- </ul> </td>
+ <li>[0.94 and later] inline elements may interfere with correct handling of this property
+ in some cases</li>
+ </ul>
+ </td>
</tr>
+
<tr>
- <td>
- <a name="fo-property-text-align">text-align</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#text-align">&sect;7.15.9</a> </td>
- <td class="partial">
- partial </td>
- <td class="partial"> partial </td>
- <td class="partial">
- partial </td>
- <td class="partial">
- partial </td>
+ <td><a name="fo-property-text-align" id="fo-property-text-align">text-align</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#text-align">&sect;7.15.9</a></td>
+
+ <td class="partial">partial</td>
+
+ <td class="partial">partial</td>
+
+ <td class="partial">partial</td>
+
+ <td class="partial">partial</td>
+
<td align="left">
<ul>
- <li>
- Only start, end, center and justify are supported </li>
- </ul> </td>
+ <li>Only start, end, center and justify are supported</li>
+ </ul>
+ </td>
</tr>
+
<tr>
- <td>
- <a name="fo-property-text-align-last">text-align-last</a> </td>
- <td class="extended">
- Extended </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#text-align-last">&sect;7.15.10</a> </td>
- <td class="partial">
- partial </td>
- <td class="partial"> partial </td>
- <td class="partial">
- partial </td>
- <td class="partial">
- partial </td>
+ <td><a name="fo-property-text-align-last" id=
+ "fo-property-text-align-last">text-align-last</a></td>
+
+ <td class="extended">Extended</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#text-align-last">&sect;7.15.10</a></td>
+
+ <td class="partial">partial</td>
+
+ <td class="partial">partial</td>
+
+ <td class="partial">partial</td>
+
+ <td class="partial">partial</td>
+
<td align="left">
<ul>
- <li>
- Only start, end, center and justify are supported </li>
- </ul> </td>
+ <li>Only start, end, center and justify are supported</li>
+ </ul>
+ </td>
</tr>
+
<tr>
- <td>
- <a name="fo-property-text-indent">text-indent</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#text-indent">&sect;7.15.11</a> </td>
- <td class="yes">
- yes </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-white-space-collapse">white-space-collapse</a> </td>
- <td class="extended">
- Extended </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#white-space-collapse">&sect;7.15.12</a> </td>
- <td class="yes">
- yes </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-wrap-option">wrap-option</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#wrap-option">&sect;7.15.13</a> </td>
- <td class="yes">
- yes </td>
- <td class="partial"> partial </td>
- <td class="partial">
- partial </td>
- <td class="partial">
- partial </td>
+ <td><a name="fo-property-text-indent" id="fo-property-text-indent">text-indent</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#text-indent">&sect;7.15.11</a></td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-white-space-collapse" id=
+ "fo-property-white-space-collapse">white-space-collapse</a></td>
+
+ <td class="extended">Extended</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#white-space-collapse">&sect;7.15.12</a></td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-wrap-option" id="fo-property-wrap-option">wrap-option</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#wrap-option">&sect;7.15.13</a></td>
+
+ <td class="yes">yes</td>
+
+ <td class="partial">partial</td>
+
+ <td class="partial">partial</td>
+
+ <td class="partial">partial</td>
+
<td align="left">
<ul>
- <li>
- [0.93 and later] Only supported on fo:block. </li>
- </ul> </td>
+ <li>[0.94 and later] Only supported on fo:block.</li>
+ </ul>
+ </td>
</tr>
+
<tr>
- <td class="category" colspan="8">
- <a name="fo-property-char-section">Character Properties</a> (<a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#section-N40545-Character-Properties">&sect;7.16</a>) </td>
+ <td class="category" colspan="8"><a name="fo-property-char-section" id=
+ "fo-property-char-section">Character Properties</a> (<a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#section-N40545-Character-Properties">&sect;7.16</a>)</td>
</tr>
+
<tr>
- <td>
- <a name="fo-property-character">character</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#character">&sect;7.16.1</a> </td>
- <td class="yes">
- yes </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-letter-spacing">letter-spacing</a> </td>
- <td class="extended">
- Extended </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#letter-spacing">&sect;7.16.2</a> </td>
- <td class="yes">
- yes </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-suppress-at-line-break">suppress-at-line-break</a> </td>
- <td class="extended">
- Extended </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#suppress-at-line-break">&sect;7.16.3</a> </td>
- <td class="no">
- no </td>
- <td class="no"> no </td>
- <td class="no">
- no </td>
- <td class="no">
- no </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-text-decoration">text-decoration</a> </td>
- <td class="extended">
- Extended </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#text-decoration">&sect;7.16.4</a> </td>
- <td class="yes">
- yes </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-text-shadow">text-shadow</a> </td>
- <td class="extended">
- Extended </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#text-shadow">&sect;7.16.5</a> </td>
- <td class="no">
- no </td>
- <td class="no"> no </td>
- <td class="no">
- no </td>
- <td class="no">
- no </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-text-transform">text-transform</a> </td>
- <td class="extended">
- Extended </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#text-transform">&sect;7.16.6</a> </td>
- <td class="no">
- no </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-treat-as-word-space">treat-as-word-space</a> </td>
- <td class="extended">
- Extended </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#treat-as-word-space">&sect;7.16.7</a> </td>
- <td class="no">
- no </td>
- <td class="no"> no </td>
- <td class="no">
- no </td>
- <td class="no">
- no </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-word-spacing">word-spacing</a> </td>
- <td class="extended">
- Extended </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#word-spacing">&sect;7.16.8</a> </td>
- <td class="no">
- no </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
+ <td><a name="fo-property-character" id="fo-property-character">character</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#character">&sect;7.16.1</a></td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
</tr>
+
<tr>
- <td class="category" colspan="8">
- <a name="fo-property-color-section">Color-related Properties</a> (<a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#section-N42081-Color-related-Properties">&sect;7.17</a>) </td>
+ <td><a name="fo-property-letter-spacing" id=
+ "fo-property-letter-spacing">letter-spacing</a></td>
+
+ <td class="extended">Extended</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#letter-spacing">&sect;7.16.2</a></td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
</tr>
+
<tr>
- <td>
- <a name="fo-property-color">color</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#color">&sect;7.17.1</a> </td>
- <td class="yes">
- yes </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-color-profile-name">color-profile-name</a> </td>
- <td class="extended">
- Extended </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#color-profile-name">&sect;7.17.2</a> </td>
- <td class="no">
- no </td>
- <td class="no"> no </td>
- <td class="no">
- no </td>
- <td class="no">
- no </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-rendering-intent">rendering-intent</a> </td>
- <td class="extended">
- Extended </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#rendering-intent">&sect;7.17.3</a> </td>
- <td class="no">
- no </td>
- <td class="no"> no </td>
- <td class="no">
- no </td>
- <td class="no">
- no </td>
- <td align="center">&nbsp; </td>
+ <td><a name="fo-property-suppress-at-line-break" id=
+ "fo-property-suppress-at-line-break">suppress-at-line-break</a></td>
+
+ <td class="extended">Extended</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#suppress-at-line-break">&sect;7.16.3</a></td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td align="center">&nbsp;</td>
</tr>
+
<tr>
- <td class="category" colspan="8">
- <a name="fo-property-float-section">Float-related Properties</a> (<a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#section-N42546-Float-related-Properties">&sect;7.18</a>) </td>
+ <td><a name="fo-property-text-decoration" id=
+ "fo-property-text-decoration">text-decoration</a></td>
+
+ <td class="extended">Extended</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#text-decoration">&sect;7.16.4</a></td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
</tr>
+
<tr>
- <td>
- <a name="fo-property-clear">clear</a> </td>
- <td class="extended">
- Extended </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#clear">&sect;7.18.1</a> </td>
- <td class="no">
- no </td>
- <td class="no"> no </td>
- <td class="no">
- no </td>
- <td class="no">
- no </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-float">float</a> </td>
- <td class="extended">
- Extended </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#float">&sect;7.18.2</a> </td>
- <td class="no">
- no </td>
- <td class="no"> no </td>
- <td class="no">
- no </td>
- <td class="no">
- no </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-intrusion-displace">intrusion-displace</a> </td>
- <td class="extended">
- Extended </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#intrusion-displace">&sect;7.18.3</a> </td>
- <td class="no">
- no </td>
- <td class="no"> no </td>
- <td class="no">
- no </td>
- <td class="no">
- no </td>
- <td align="center">&nbsp; </td>
+ <td><a name="fo-property-text-shadow" id="fo-property-text-shadow">text-shadow</a></td>
+
+ <td class="extended">Extended</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#text-shadow">&sect;7.16.5</a></td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td align="center">&nbsp;</td>
</tr>
+
<tr>
- <td class="category" colspan="8">
- <a name="fo-property-keepsbreaks-section">Keeps and Breaks Properties</a> (<a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#section-N43268-Keeps-and-Breaks-Properties">&sect;7.19</a>) </td>
+ <td><a name="fo-property-text-transform" id=
+ "fo-property-text-transform">text-transform</a></td>
+
+ <td class="extended">Extended</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#text-transform">&sect;7.16.6</a></td>
+
+ <td class="no">no</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
</tr>
+
<tr>
- <td>
- <a name="fo-property-break-after">break-after</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#break-after">&sect;7.19.1</a> </td>
- <td class="yes">
- yes </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-break-before">break-before</a> </td>
- <td class="basic">
- Basic </td>
+ <td><a name="fo-property-treat-as-word-space" id=
+ "fo-property-treat-as-word-space">treat-as-word-space</a></td>
+
+ <td class="extended">Extended</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#treat-as-word-space">&sect;7.16.7</a></td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-word-spacing" id="fo-property-word-spacing">word-spacing</a></td>
+
+ <td class="extended">Extended</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#word-spacing">&sect;7.16.8</a></td>
+
+ <td class="no">no</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td class="category" colspan="8"><a name="fo-property-color-section" id=
+ "fo-property-color-section">Color-related Properties</a> (<a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#section-N42081-Color-related-Properties">&sect;7.17</a>)</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-color" id="fo-property-color">color</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#color">&sect;7.17.1</a></td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-color-profile-name" id=
+ "fo-property-color-profile-name">color-profile-name</a></td>
+
+ <td class="extended">Extended</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#color-profile-name">&sect;7.17.2</a></td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-rendering-intent" id=
+ "fo-property-rendering-intent">rendering-intent</a></td>
+
+ <td class="extended">Extended</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#rendering-intent">&sect;7.17.3</a></td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td class="category" colspan="8"><a name="fo-property-float-section" id=
+ "fo-property-float-section">Float-related Properties</a> (<a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#section-N42546-Float-related-Properties">&sect;7.18</a>)</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-clear" id="fo-property-clear">clear</a></td>
+
+ <td class="extended">Extended</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#clear">&sect;7.18.1</a></td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-float" id="fo-property-float">float</a></td>
+
+ <td class="extended">Extended</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#float">&sect;7.18.2</a></td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-intrusion-displace" id=
+ "fo-property-intrusion-displace">intrusion-displace</a></td>
+
+ <td class="extended">Extended</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#intrusion-displace">&sect;7.18.3</a></td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td class="category" colspan="8"><a name="fo-property-keepsbreaks-section" id=
+ "fo-property-keepsbreaks-section">Keeps and Breaks Properties</a> (<a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#section-N43268-Keeps-and-Breaks-Properties">&sect;7.19</a>)</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-break-after" id="fo-property-break-after">break-after</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#break-after">&sect;7.19.1</a></td>
+
+ <td class="yes">yes</td>
+
+ <td class="partial">partial</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
<td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#break-before">&sect;7.19.2</a> </td>
- <td class="yes">
- yes </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-keep-together">keep-together</a> </td>
- <td class="extended">
- Extended </td>
+ <ul>
+ <li>[0.94] Doesn't work on the last row of a table</li>
+ </ul>
+ </td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-break-before" id="fo-property-break-before">break-before</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#break-before">&sect;7.19.2</a></td>
+
+ <td class="yes">yes</td>
+
+ <td class="partial">partial</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
<td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#keep-together">&sect;7.19.3</a> </td>
- <td class="partial">
- partial </td>
- <td class="partial"> partial </td>
- <td class="partial">
- partial </td>
- <td class="partial">
- partial </td>
+ <ul>
+ <li>[0.94] Doesn't work on the first row of a table</li>
+ <li>[0.94] When set on the first child of an fo:table-cell,
+ the border-before is still painted on the previous page</li>
+ </ul>
+ </td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-keep-together" id="fo-property-keep-together">keep-together</a></td>
+
+ <td class="extended">Extended</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#keep-together">&sect;7.19.3</a></td>
+
+ <td class="partial">partial</td>
+
+ <td class="partial">partial</td>
+
+ <td class="partial">partial</td>
+
+ <td class="partial">partial</td>
+
<td align="left">
<ul>
- <li>
- [0.20.5] works only in table rows </li>
- <li>
- [0.93] works on all implemented block-level FOs, but not on inline-level FOs. </li>
- <li>
- [0.93 and later] &lt;integer&gt; values are not supported.
- </li>
+ <li>[0.20.5] works only in table rows</li>
+
+ <li>[0.94 and later] &lt;integer&gt; values are not supported.</li>
</ul>
</td>
</tr>
+
<tr>
- <td>
- <a name="fo-property-keep-with-next">keep-with-next</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#keep-with-next">&sect;7.19.4</a> </td>
- <td class="partial">
- partial </td>
- <td class="partial"> partial </td>
- <td class="partial">
- partial </td>
- <td class="partial">
- partial </td>
+ <td><a name="fo-property-keep-with-next" id=
+ "fo-property-keep-with-next">keep-with-next</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#keep-with-next">&sect;7.19.4</a></td>
+
+ <td class="partial">partial</td>
+
+ <td class="partial">partial</td>
+
+ <td class="partial">partial</td>
+
+ <td class="partial">partial</td>
+
<td align="left">
<ul>
- <li>
- [0.20.5] works only in table rows </li>
- <li>
- [0.93 and later] works on all implemented block-level FOs, but not on inline-level FOs. </li>
- <li>
- [0.93 and later] &lt;integer&gt; values are not supported. </li>
- </ul> </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-keep-with-previous">keep-with-previous</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#keep-with-previous">&sect;7.19.5</a> </td>
- <td class="partial">
- partial </td>
- <td class="partial"> partial </td>
- <td class="partial">
- partial </td>
- <td class="partial">
- partial </td>
+ <li>[0.20.5] works only in table rows</li>
+
+ <li>[0.94 and later] works on all implemented block-level FOs, but not on inline-level
+ FOs.</li>
+
+ <li>[0.94 and later] &lt;integer&gt; values are not supported.</li>
+ </ul>
+ </td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-keep-with-previous" id=
+ "fo-property-keep-with-previous">keep-with-previous</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#keep-with-previous">&sect;7.19.5</a></td>
+
+ <td class="partial">partial</td>
+
+ <td class="partial">partial</td>
+
+ <td class="partial">partial</td>
+
+ <td class="partial">partial</td>
+
<td align="left">
<ul>
<li>[0.20.5] works only in table rows</li>
- <li>[0.93 and later] works on all implemented FOs, except list- and
- table-related and inline-level FOs.</li>
- <li>[0.93 and later] &lt;integer&gt; values are not supported.</li>
- </ul> </td>
+
+ <li>[0.94] works on all implemented FOs, except list- and table-related and
+ inline-level FOs.</li>
+
+ <li>[0.95] works on all implemented FOs, except list- and inline-level
+ FOs.</li>
+
+ <li>[0.94 and later] &lt;integer&gt; values are not supported.</li>
+ </ul>
+ </td>
</tr>
+
<tr>
- <td>
- <a name="fo-property-orphans">orphans</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#orphans">&sect;7.19.6</a> </td>
- <td class="no">
- no </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-widows">widows</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#widows">&sect;7.19.7</a> </td>
- <td class="no">
- no </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
+ <td><a name="fo-property-orphans" id="fo-property-orphans">orphans</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#orphans">&sect;7.19.6</a></td>
+
+ <td class="no">no</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-widows" id="fo-property-widows">widows</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#widows">&sect;7.19.7</a></td>
+
+ <td class="no">no</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
</tr>
+
<tr>
- <td class="category" colspan="8">
- <a name="fo-property-layout-section">Layout-related Properties</a> (<a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#section-N44408-Layout-related-Properties">&sect;7.20</a>) </td>
+ <td class="category" colspan="8"><a name="fo-property-layout-section" id=
+ "fo-property-layout-section">Layout-related Properties</a> (<a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#section-N44408-Layout-related-Properties">&sect;7.20</a>)</td>
</tr>
+
<tr>
- <td>
- <a name="fo-property-clip">clip</a> </td>
- <td class="extended">
- Extended </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#clip">&sect;7.20.1</a> </td>
- <td class="no">
- no </td>
- <td class="no"> no </td>
- <td class="no">
- no </td>
- <td class="no">
- no </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-overflow">overflow</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#overflow">&sect;7.20.2</a> </td>
- <td class="no">
- no </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-reference-orientation">reference-orientation</a> </td>
- <td class="extended">
- Extended </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#reference-orientation">&sect;7.20.3</a> </td>
- <td class="no">
- no </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
+ <td><a name="fo-property-clip" id="fo-property-clip">clip</a></td>
+
+ <td class="extended">Extended</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#clip">&sect;7.20.1</a></td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-overflow" id="fo-property-overflow">overflow</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#overflow">&sect;7.20.2</a></td>
+
+ <td class="no">no</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-reference-orientation" id=
+ "fo-property-reference-orientation">reference-orientation</a></td>
+
+ <td class="extended">Extended</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#reference-orientation">&sect;7.20.3</a></td>
+
+ <td class="no">no</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
<td align="left">
<ul>
- <li>
- [0.20.5] Workaround for page-orientation (portrait vs. landscape) is to swap the page-width and page-height properties. </li>
- <li>
- [0.20.5] Workaround for block-container is to use SVG. </li>
- </ul> </td>
+ <li>[0.20.5] Workaround for page-orientation (portrait vs. landscape) is to swap the
+ page-width and page-height properties.</li>
+
+ <li>[0.20.5] Workaround for block-container is to use SVG.</li>
+ </ul>
+ </td>
</tr>
+
<tr>
- <td>
- <a name="fo-property-span">span</a> </td>
- <td class="extended">
- Extended </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#span">&sect;7.20.4</a> </td>
- <td class="yes">
- yes </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
+ <td><a name="fo-property-span" id="fo-property-span">span</a></td>
+
+ <td class="extended">Extended</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#span">&sect;7.20.4</a></td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
</tr>
+
<tr>
- <td class="category" colspan="8">
- <a name="fo-property-leader-section">Leader and Rule Properties</a> (<a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#section-N45132-Leader-and-Rule-Properties">&sect;7.21</a>) </td>
+ <td class="category" colspan="8"><a name="fo-property-leader-section" id=
+ "fo-property-leader-section">Leader and Rule Properties</a> (<a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#section-N45132-Leader-and-Rule-Properties">&sect;7.21</a>)</td>
</tr>
+
<tr>
- <td>
- <a name="fo-property-leader-alignment">leader-alignment</a> </td>
- <td class="extended">
- Extended </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#leader-alignment">&sect;7.21.1</a> </td>
- <td class="partial">
- partial </td>
- <td class="no"> no </td>
- <td class="no">
- no </td>
- <td class="no">
- no </td>
+ <td><a name="fo-property-leader-alignment" id=
+ "fo-property-leader-alignment">leader-alignment</a></td>
+
+ <td class="extended">Extended</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#leader-alignment">&sect;7.21.1</a></td>
+
+ <td class="partial">partial</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
<td align="left">
<ul>
- <li>
- [0.20.5] not value "page" </li>
- <li>
- [0.93 and later] Not supported </li>
- </ul> </td>
+ <li>[0.20.5] not value "page"</li>
+
+ <li>[0.94 and later] Not supported</li>
+ </ul>
+ </td>
</tr>
+
<tr>
- <td>
- <a name="fo-property-leader-pattern">leader-pattern</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#leader-pattern">&sect;7.21.2</a> </td>
- <td class="partial">
- partial </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
+ <td><a name="fo-property-leader-pattern" id=
+ "fo-property-leader-pattern">leader-pattern</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#leader-pattern">&sect;7.21.2</a></td>
+
+ <td class="partial">partial</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
<td align="left">
<ul>
- <li>
- [0.20.5] not value "use-content" </li>
- <li>
- [0.93 and later] Value "use-content" does not work in all circumstances. </li>
- </ul> </td>
+ <li>[0.20.5] not value "use-content"</li>
+
+ <li>[0.94 and later] Value "use-content" does not work in all circumstances.</li>
+ </ul>
+ </td>
</tr>
+
<tr>
- <td>
- <a name="fo-property-leader-pattern-width">leader-pattern-width</a> </td>
- <td class="extended">
- Extended </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#leader-pattern-width">&sect;7.21.3</a> </td>
- <td class="yes">
- yes </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="left">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-leader-length">leader-length</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#leader-length">&sect;7.21.4</a> </td>
- <td class="partial">
- partial </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
+ <td><a name="fo-property-leader-pattern-width" id=
+ "fo-property-leader-pattern-width">leader-pattern-width</a></td>
+
+ <td class="extended">Extended</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#leader-pattern-width">&sect;7.21.3</a></td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="left">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-leader-length" id="fo-property-leader-length">leader-length</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#leader-length">&sect;7.21.4</a></td>
+
+ <td class="partial">partial</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
<td align="left">
<ul>
- <li>
- [0.20.5] leader-length.minimum is not used at all </li>
- </ul> </td>
+ <li>[0.20.5] leader-length.minimum is not used at all</li>
+ </ul>
+ </td>
</tr>
+
<tr>
- <td>
- <a name="fo-property-rule-style">rule-style</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#rule-style">&sect;7.21.5</a> </td>
- <td class="yes">
- yes </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="left">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-rule-thickness">rule-thickness</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#rule-thickness">&sect;7.21.6</a> </td>
- <td class="yes">
- yes </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="left">&nbsp; </td>
+ <td><a name="fo-property-rule-style" id="fo-property-rule-style">rule-style</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#rule-style">&sect;7.21.5</a></td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="left">&nbsp;</td>
</tr>
+
<tr>
- <td class="category" colspan="8">
- <a name="fo-property-dynamiceffects-section">Properties for Dynamic Effects Formatting Objects</a> (<a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#section-N46115-Properties-for-Dynamic-Effects-Formatting-Objects">&sect;7.22</a>) </td>
+ <td><a name="fo-property-rule-thickness" id=
+ "fo-property-rule-thickness">rule-thickness</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#rule-thickness">&sect;7.21.6</a></td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="left">&nbsp;</td>
</tr>
+
<tr>
- <td>
- <a name="fo-property-active-state">active-state</a> </td>
- <td class="extended">
- Extended </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#active-state">&sect;7.22.1</a> </td>
- <td class="no">
- no </td>
- <td class="no"> no </td>
- <td class="no">
- no </td>
- <td class="no">
- no </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-auto-restore">auto-restore</a> </td>
- <td class="extended">
- Extended </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#auto-restore">&sect;7.22.2</a> </td>
- <td class="no">
- no </td>
- <td class="no"> no </td>
- <td class="no">
- no </td>
- <td class="no">
- no </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-case-name">case-name</a> </td>
- <td class="extended">
- Extended </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#case-name">&sect;7.22.3</a> </td>
- <td class="no">
- no </td>
- <td class="no"> no </td>
- <td class="no">
- no </td>
- <td class="no">
- no </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-case-title">case-title</a> </td>
- <td class="extended">
- Extended </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#case-title">&sect;7.22.4</a> </td>
- <td class="no">
- no </td>
- <td class="no"> no </td>
- <td class="no">
- no </td>
- <td class="no">
- no </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-destination-placement-offset">destination-placement-offset</a> </td>
- <td class="extended">
- Extended </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#destination-placement-offset">&sect;7.22.5</a> </td>
- <td class="no">
- no </td>
- <td class="no"> no </td>
- <td class="no">
- no </td>
- <td class="no">
- no </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-external-destination">external-destination</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#external-destination">&sect;7.22.6</a> </td>
- <td class="yes">
- yes </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-indicate-destination">indicate-destination</a> </td>
- <td class="extended">
- Extended </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#indicate-destination">&sect;7.22.7</a> </td>
- <td class="no">
- no </td>
- <td class="no"> no </td>
- <td class="no">
- no </td>
- <td class="no">
- no </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-internal-destination">internal-destination</a> </td>
- <td class="extended">
- Extended </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#internal-destination">&sect;7.22.8</a> </td>
- <td class="yes">
- yes </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-show-destination">show-destination</a> </td>
- <td class="extended">
- Extended </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#show-destination">&sect;7.22.9</a> </td>
- <td class="no">
- no </td>
- <td class="no"> no </td>
- <td class="no">
- no </td>
- <td class="no">
- no </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-starting-state">starting-state</a> </td>
- <td class="extended">
- Extended </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#starting-state">&sect;7.22.10</a> </td>
- <td class="no">
- no </td>
- <td class="partial"> partial </td>
- <td class="partial">
- partial </td>
- <td class="partial">
- partial </td>
+ <td class="category" colspan="8"><a name="fo-property-dynamiceffects-section" id=
+ "fo-property-dynamiceffects-section">Properties for Dynamic Effects Formatting Objects</a>
+ (<a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#section-N46115-Properties-for-Dynamic-Effects-Formatting-Objects">&sect;7.22</a>)</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-active-state" id="fo-property-active-state">active-state</a></td>
+
+ <td class="extended">Extended</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#active-state">&sect;7.22.1</a></td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-auto-restore" id="fo-property-auto-restore">auto-restore</a></td>
+
+ <td class="extended">Extended</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#auto-restore">&sect;7.22.2</a></td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-case-name" id="fo-property-case-name">case-name</a></td>
+
+ <td class="extended">Extended</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#case-name">&sect;7.22.3</a></td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-case-title" id="fo-property-case-title">case-title</a></td>
+
+ <td class="extended">Extended</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#case-title">&sect;7.22.4</a></td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-destination-placement-offset" id=
+ "fo-property-destination-placement-offset">destination-placement-offset</a></td>
+
+ <td class="extended">Extended</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#destination-placement-offset">&sect;7.22.5</a></td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-external-destination" id=
+ "fo-property-external-destination">external-destination</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#external-destination">&sect;7.22.6</a></td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-indicate-destination" id=
+ "fo-property-indicate-destination">indicate-destination</a></td>
+
+ <td class="extended">Extended</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#indicate-destination">&sect;7.22.7</a></td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-internal-destination" id=
+ "fo-property-internal-destination">internal-destination</a></td>
+
+ <td class="extended">Extended</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#internal-destination">&sect;7.22.8</a></td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-show-destination" id=
+ "fo-property-show-destination">show-destination</a></td>
+
+ <td class="extended">Extended</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#show-destination">&sect;7.22.9</a></td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-starting-state" id=
+ "fo-property-starting-state">starting-state</a></td>
+
+ <td class="extended">Extended</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#starting-state">&sect;7.22.10</a></td>
+
+ <td class="no">no</td>
+
+ <td class="partial">partial</td>
+
+ <td class="partial">partial</td>
+
+ <td class="partial">partial</td>
+
<td align="left">
<ul>
- <li>[0.93 and later] support for starting-state on <a href="#fo-bookmark">fo:bookmark</a></li>
- </ul> </td>
+ <li>[0.94 and later] support for starting-state on <a href=
+ "#fo-bookmark">fo:bookmark</a></li>
+ </ul>
+ </td>
</tr>
+
<tr>
- <td>
- <a name="fo-property-switch-to">switch-to</a> </td>
- <td class="extended">
- Extended </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#switch-to">&sect;7.22.11</a> </td>
- <td class="no">
- no </td>
- <td class="no"> no </td>
- <td class="no">
- no </td>
- <td class="no">
- no </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-target-presentation-context">target-presentation-context</a> </td>
- <td class="extended">
- Extended </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#target-presentation-context">&sect;7.22.12</a> </td>
- <td class="no">
- no </td>
- <td class="no"> no </td>
- <td class="no">
- no </td>
- <td class="no">
- no </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-target-processing-context">target-processing-context</a> </td>
- <td class="extended">
- Extended </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#target-processing-context">&sect;7.22.13</a> </td>
- <td class="no">
- no </td>
- <td class="no"> no </td>
- <td class="no">
- no </td>
- <td class="no">
- no </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-target-stylesheet">target-stylesheet</a> </td>
- <td class="extended">
- Extended </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#target-stylesheet">&sect;7.22.14</a> </td>
- <td class="no">
- no </td>
- <td class="no"> no </td>
- <td class="no">
- no </td>
- <td class="no">
- no </td>
- <td align="center">&nbsp; </td>
+ <td><a name="fo-property-switch-to" id="fo-property-switch-to">switch-to</a></td>
+
+ <td class="extended">Extended</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#switch-to">&sect;7.22.11</a></td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td align="center">&nbsp;</td>
</tr>
+
<tr>
- <td class="category" colspan="8">
- <a name="fo-property-markers-section">Properties for Markers</a> (<a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#section-N48193-Properties-for-Markers">&sect;7.23</a>) </td>
+ <td><a name="fo-property-target-presentation-context" id=
+ "fo-property-target-presentation-context">target-presentation-context</a></td>
+
+ <td class="extended">Extended</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#target-presentation-context">&sect;7.22.12</a></td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td align="center">&nbsp;</td>
</tr>
+
<tr>
- <td>
- <a name="fo-property-marker-class-name">marker-class-name</a> </td>
- <td class="extended">
- Extended </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#marker-class-name">&sect;7.23.1</a> </td>
- <td class="no">
- no </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-retrieve-class-name">retrieve-class-name</a> </td>
- <td class="extended">
- Extended </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#retrieve-class-name">&sect;7.23.2</a> </td>
- <td class="no">
- no </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-retrieve-position">retrieve-position</a> </td>
- <td class="extended">
- Extended </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#retrieve-position">&sect;7.23.3</a> </td>
- <td class="no">
- no </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-retrieve-boundary">retrieve-boundary</a> </td>
- <td class="extended">
- Extended </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#retrieve-boundary">&sect;7.23.4</a> </td>
- <td class="no">
- no </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
+ <td><a name="fo-property-target-processing-context" id=
+ "fo-property-target-processing-context">target-processing-context</a></td>
+
+ <td class="extended">Extended</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#target-processing-context">&sect;7.22.13</a></td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td align="center">&nbsp;</td>
</tr>
+
<tr>
- <td class="category" colspan="8">
- <a name="fo-property-numberstring-section">Properties for Number to String Conversion</a> (<a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#section-N48804-Properties-for-Number-to-String-Conversion">&sect;7.24</a>) </td>
+ <td><a name="fo-property-target-stylesheet" id=
+ "fo-property-target-stylesheet">target-stylesheet</a></td>
+
+ <td class="extended">Extended</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#target-stylesheet">&sect;7.22.14</a></td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td align="center">&nbsp;</td>
</tr>
+
<tr>
- <td>
- <a name="fo-property-format">format</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#format">&sect;7.24.1</a> </td>
- <td class="no">
- no </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-grouping-separator">grouping-separator</a> </td>
- <td class="extended">
- Extended </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#grouping-separator">&sect;7.24.2</a> </td>
- <td class="no">
- no </td>
- <td class="no"> no </td>
- <td class="no">
- no </td>
- <td class="no">
- no </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-grouping-size">grouping-size</a> </td>
- <td class="extended">
- Extended </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#grouping-size">&sect;7.24.3</a> </td>
- <td class="no">
- no </td>
- <td class="no"> no </td>
- <td class="no">
- no </td>
- <td class="no">
- no </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-letter-value">letter-value</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#letter-value">&sect;7.24.4</a> </td>
- <td class="no">
- no </td>
- <td class="no"> no </td>
- <td class="no">
- no </td>
- <td class="no">
- no </td>
- <td align="center">&nbsp; </td>
+ <td class="category" colspan="8"><a name="fo-property-markers-section" id=
+ "fo-property-markers-section">Properties for Markers</a> (<a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#section-N48193-Properties-for-Markers">&sect;7.23</a>)</td>
</tr>
+
<tr>
- <td class="category" colspan="8">
- <a name="fo-property-pagination-section">Pagination and Layout Properties</a> (<a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#section-N49321-Pagination-and-Layout-Properties">&sect;7.25</a>) </td>
+ <td><a name="fo-property-marker-class-name" id=
+ "fo-property-marker-class-name">marker-class-name</a></td>
+
+ <td class="extended">Extended</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#marker-class-name">&sect;7.23.1</a></td>
+
+ <td class="no">no</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
</tr>
+
<tr>
- <td>
- <a name="fo-property-blank-or-not-blank">blank-or-not-blank</a> </td>
- <td class="extended">
- Extended </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#blank-or-not-blank">&sect;7.25.1</a> </td>
- <td class="yes">
- yes </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-column-count">column-count</a> </td>
- <td class="extended">
- Extended </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#column-count">&sect;7.25.2</a> </td>
- <td class="yes">
- yes </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-column-gap">column-gap</a> </td>
- <td class="extended">
- Extended </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#column-gap">&sect;7.25.3</a> </td>
- <td class="yes">
- yes </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-extent">extent</a> </td>
- <td class="extended">
- Extended </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#extent">&sect;7.25.4</a> </td>
- <td class="yes">
- yes </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-flow-name">flow-name</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#flow-name">&sect;7.25.5</a> </td>
- <td class="yes">
- yes </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-force-page-count">force-page-count</a> </td>
- <td class="extended">
- Extended </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#force-page-count">&sect;7.25.6</a> </td>
- <td class="no">
- no </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-initial-page-number">initial-page-number</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#initial-page-number">&sect;7.25.7</a> </td>
- <td class="yes">
- yes </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-master-name">master-name</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#master-name">&sect;7.25.8</a> </td>
- <td class="yes">
- yes </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-master-reference">master-reference</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#master-reference">&sect;7.25.9</a> </td>
- <td class="yes">
- yes </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-maximum-repeats">maximum-repeats</a> </td>
- <td class="extended">
- Extended </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#maximum-repeats">&sect;7.25.10</a> </td>
- <td class="yes">
- yes </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-media-usage">media-usage</a> </td>
- <td class="extended">
- Extended </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#media-usage">&sect;7.25.11</a> </td>
- <td class="no">
- no </td>
- <td class="no"> no </td>
- <td class="no">
- no </td>
- <td class="no">
- no </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-odd-or-even">odd-or-even</a> </td>
- <td class="extended">
- Extended </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#odd-or-even">&sect;7.25.12</a> </td>
- <td class="yes">
- yes </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-page-height">page-height</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#page-height">&sect;7.25.13</a> </td>
- <td class="yes">
- yes </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-page-position">page-position</a> </td>
- <td class="extended">
- Extended </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#page-position">&sect;7.25.14</a> </td>
- <td class="partial">
- partial </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
+ <td><a name="fo-property-retrieve-class-name" id=
+ "fo-property-retrieve-class-name">retrieve-class-name</a></td>
+
+ <td class="extended">Extended</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#retrieve-class-name">&sect;7.23.2</a></td>
+
+ <td class="no">no</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-retrieve-position" id=
+ "fo-property-retrieve-position">retrieve-position</a></td>
+
+ <td class="extended">Extended</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#retrieve-position">&sect;7.23.3</a></td>
+
+ <td class="no">no</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-retrieve-boundary" id=
+ "fo-property-retrieve-boundary">retrieve-boundary</a></td>
+
+ <td class="extended">Extended</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#retrieve-boundary">&sect;7.23.4</a></td>
+
+ <td class="no">no</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td class="category" colspan="8"><a name="fo-property-numberstring-section" id=
+ "fo-property-numberstring-section">Properties for Number to String Conversion</a> (<a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#section-N48804-Properties-for-Number-to-String-Conversion">&sect;7.24</a>)</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-format" id="fo-property-format">format</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#format">&sect;7.24.1</a></td>
+
+ <td class="no">no</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-grouping-separator" id=
+ "fo-property-grouping-separator">grouping-separator</a></td>
+
+ <td class="extended">Extended</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#grouping-separator">&sect;7.24.2</a></td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-grouping-size" id="fo-property-grouping-size">grouping-size</a></td>
+
+ <td class="extended">Extended</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#grouping-size">&sect;7.24.3</a></td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-letter-value" id="fo-property-letter-value">letter-value</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#letter-value">&sect;7.24.4</a></td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td class="category" colspan="8"><a name="fo-property-pagination-section" id=
+ "fo-property-pagination-section">Pagination and Layout Properties</a> (<a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#section-N49321-Pagination-and-Layout-Properties">&sect;7.25</a>)</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-blank-or-not-blank" id=
+ "fo-property-blank-or-not-blank">blank-or-not-blank</a></td>
+
+ <td class="extended">Extended</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#blank-or-not-blank">&sect;7.25.1</a></td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-column-count" id="fo-property-column-count">column-count</a></td>
+
+ <td class="extended">Extended</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#column-count">&sect;7.25.2</a></td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-column-gap" id="fo-property-column-gap">column-gap</a></td>
+
+ <td class="extended">Extended</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#column-gap">&sect;7.25.3</a></td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-extent" id="fo-property-extent">extent</a></td>
+
+ <td class="extended">Extended</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#extent">&sect;7.25.4</a></td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-flow-name" id="fo-property-flow-name">flow-name</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#flow-name">&sect;7.25.5</a></td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-force-page-count" id=
+ "fo-property-force-page-count">force-page-count</a></td>
+
+ <td class="extended">Extended</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#force-page-count">&sect;7.25.6</a></td>
+
+ <td class="no">no</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-initial-page-number" id=
+ "fo-property-initial-page-number">initial-page-number</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#initial-page-number">&sect;7.25.7</a></td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-master-name" id="fo-property-master-name">master-name</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#master-name">&sect;7.25.8</a></td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-master-reference" id=
+ "fo-property-master-reference">master-reference</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#master-reference">&sect;7.25.9</a></td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-maximum-repeats" id=
+ "fo-property-maximum-repeats">maximum-repeats</a></td>
+
+ <td class="extended">Extended</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#maximum-repeats">&sect;7.25.10</a></td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-media-usage" id="fo-property-media-usage">media-usage</a></td>
+
+ <td class="extended">Extended</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#media-usage">&sect;7.25.11</a></td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-odd-or-even" id="fo-property-odd-or-even">odd-or-even</a></td>
+
+ <td class="extended">Extended</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#odd-or-even">&sect;7.25.12</a></td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-page-height" id="fo-property-page-height">page-height</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#page-height">&sect;7.25.13</a></td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-page-position" id="fo-property-page-position">page-position</a></td>
+
+ <td class="extended">Extended</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#page-position">&sect;7.25.14</a></td>
+
+ <td class="partial">partial</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
<td align="left">
<ul>
- <li>
- [0.20.5] "last" isn't implemented! </li>
- </ul> </td>
+ <li>[0.20.5] "last" isn't implemented!</li>
+ </ul>
+ </td>
</tr>
+
<tr>
- <td>
- <a name="fo-property-page-width">page-width</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#page-width">&sect;7.25.15</a> </td>
- <td class="yes">
- yes </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-precedence">precedence</a> </td>
- <td class="extended">
- Extended </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#precedence">&sect;7.25.16</a> </td>
- <td class="no">
- no </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-region-name">region-name</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#region-name">&sect;7.25.17</a> </td>
- <td class="yes">
- yes </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
+ <td><a name="fo-property-page-width" id="fo-property-page-width">page-width</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#page-width">&sect;7.25.15</a></td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-precedence" id="fo-property-precedence">precedence</a></td>
+
+ <td class="extended">Extended</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#precedence">&sect;7.25.16</a></td>
+
+ <td class="no">no</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
</tr>
+
<tr>
- <td class="category" colspan="8">
- <a name="fo-property-table-section">Table Properties</a> (<a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#section-N52000-Table-Properties">&sect;7.26</a>) </td>
+ <td><a name="fo-property-region-name" id="fo-property-region-name">region-name</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#region-name">&sect;7.25.17</a></td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
</tr>
+
<tr>
- <td>
- <a name="fo-property-border-after-precedence">border-after-precedence</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#border-after-precedence">&sect;7.26.1</a> </td>
- <td class="no">
- no </td>
- <td class="no"> no </td>
- <td class="no">
- no </td>
- <td class="no">
- no </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-border-before-precedence">border-before-precedence</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#border-before-precedence">&sect;7.26.2</a> </td>
- <td class="no">
- no </td>
- <td class="no"> no </td>
- <td class="no">
- no </td>
- <td class="no">
- no </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-border-collapse">border-collapse</a> </td>
- <td class="extended">
- Extended </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#border-collapse">&sect;7.26.3</a> </td>
- <td class="partial">partial</td>
+ <td class="category" colspan="8"><a name="fo-property-table-section" id=
+ "fo-property-table-section">Table Properties</a> (<a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#section-N52000-Table-Properties">&sect;7.26</a>)</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-border-after-precedence" id=
+ "fo-property-border-after-precedence">border-after-precedence</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#border-after-precedence">&sect;7.26.1</a></td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-border-before-precedence" id=
+ "fo-property-border-before-precedence">border-before-precedence</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#border-before-precedence">&sect;7.26.2</a></td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
<td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-border-collapse" id=
+ "fo-property-border-collapse">border-collapse</a></td>
+
+ <td class="extended">Extended</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#border-collapse">&sect;7.26.3</a></td>
+
+ <td class="partial">partial</td>
+
<td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
<td class="yes">yes</td>
+
<td align="left">
<ul>
<li>[0.94 and later] Some small limitations</li>
</ul>
</td>
</tr>
+
<tr>
- <td>
- <a name="fo-property-border-end-precedence">border-end-precedence</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#border-end-precedence">&sect;7.26.4</a> </td>
- <td class="no">
- no </td>
- <td class="no"> no </td>
- <td class="no">
- no </td>
- <td class="no">
- no </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-border-separation">border-separation</a> </td>
- <td class="extended">
- Extended </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#border-separation">&sect;7.26.5</a> </td>
- <td class="no">
- no </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-border-start-precedence">border-start-precedence</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#border-start-precedence">&sect;7.26.6</a> </td>
- <td class="no">
- no </td>
- <td class="no"> no </td>
- <td class="no">
- no </td>
- <td class="no">
- no </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-caption-side">caption-side</a> </td>
- <td class="complete">
- Complete </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#caption-side">&sect;7.26.7</a> </td>
- <td class="no">
- no </td>
- <td class="no"> no </td>
- <td class="no">
- no </td>
- <td class="no">
- no </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-column-number">column-number</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#column-number">&sect;7.26.8</a> </td>
- <td class="no">
- no </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-column-width">column-width</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#column-width">&sect;7.26.9</a> </td>
- <td class="partial">
- partial </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
+ <td><a name="fo-property-border-end-precedence" id=
+ "fo-property-border-end-precedence">border-end-precedence</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#border-end-precedence">&sect;7.26.4</a></td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-border-separation" id=
+ "fo-property-border-separation">border-separation</a></td>
+
+ <td class="extended">Extended</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#border-separation">&sect;7.26.5</a></td>
+
+ <td class="no">no</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-border-start-precedence" id=
+ "fo-property-border-start-precedence">border-start-precedence</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#border-start-precedence">&sect;7.26.6</a></td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-caption-side" id="fo-property-caption-side">caption-side</a></td>
+
+ <td class="complete">Complete</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#caption-side">&sect;7.26.7</a></td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-column-number" id="fo-property-column-number">column-number</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#column-number">&sect;7.26.8</a></td>
+
+ <td class="no">no</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-column-width" id="fo-property-column-width">column-width</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#column-width">&sect;7.26.9</a></td>
+
+ <td class="partial">partial</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
<td align="left">
<ul>
- <li>
- [0.20.5] "percentage" not implemented. Workaround is to use the XSL-FO "proportional-column-width" function. </li>
- </ul> </td>
+ <li>[0.20.5] "percentage" not implemented. Workaround is to use the XSL-FO
+ "proportional-column-width" function.</li>
+ </ul>
+ </td>
</tr>
+
<tr>
- <td>
- <a name="fo-property-empty-cells">empty-cells</a> </td>
- <td class="extended">
- Extended </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#empty-cells">&sect;7.26.10</a> </td>
- <td class="no">
- no </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-ends-row">ends-row</a> </td>
- <td class="extended">
- Extended </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#ends-row">&sect;7.26.11</a> </td>
- <td class="no">
- no </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-number-columns-repeated">number-columns-repeated</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#number-columns-repeated">&sect;7.26.12</a> </td>
- <td class="no">
- no </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-number-columns-spanned">number-columns-spanned</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#number-columns-spanned">&sect;7.26.13</a> </td>
- <td class="yes">
- yes </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-number-rows-spanned">number-rows-spanned</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#number-rows-spanned">&sect;7.26.14</a> </td>
- <td class="yes">
- yes </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-starts-row">starts-row</a> </td>
- <td class="extended">
- Extended </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#starts-row">&sect;7.26.15</a> </td>
- <td class="no">
- no </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-table-layout">table-layout</a> </td>
- <td class="extended">
- Extended </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#table-layout">&sect;7.26.16</a> </td>
- <td class="no">
- no </td>
- <td class="no"> no </td>
- <td class="no">
- no </td>
- <td class="no">
- no </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-table-omit-footer-at-break">table-omit-footer-at-break</a> </td>
- <td class="extended">
- Extended </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#table-omit-footer-at-break">&sect;7.26.17</a> </td>
- <td class="yes">
- yes </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-table-omit-header-at-break">table-omit-header-at-break</a> </td>
- <td class="extended">
- Extended </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#table-omit-header-at-break">&sect;7.26.18</a> </td>
- <td class="yes">
- yes </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
+ <td><a name="fo-property-empty-cells" id="fo-property-empty-cells">empty-cells</a></td>
+
+ <td class="extended">Extended</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#empty-cells">&sect;7.26.10</a></td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-ends-row" id="fo-property-ends-row">ends-row</a></td>
+
+ <td class="extended">Extended</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#ends-row">&sect;7.26.11</a></td>
+
+ <td class="no">no</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
</tr>
+
<tr>
- <td class="category" colspan="8">
- <a name="fo-property-writingmode-section">Writing-mode-related Properties</a> (<a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#writing-mode-related">&sect;7.27</a>) </td>
+ <td><a name="fo-property-number-columns-repeated" id=
+ "fo-property-number-columns-repeated">number-columns-repeated</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#number-columns-repeated">&sect;7.26.12</a></td>
+
+ <td class="no">no</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
</tr>
+
<tr>
- <td>
- <a name="fo-property-direction">direction</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#direction">&sect;7.27.1</a> </td>
- <td class="no">
- no </td>
- <td class="no"> no </td>
- <td class="no">
- no </td>
- <td class="no">
- no </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-glyph-orientation-horizontal">glyph-orientation-horizontal</a> </td>
- <td class="extended">
- Extended </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#glyph-orientation-horizontal">&sect;7.27.2</a> </td>
- <td class="no">
- no </td>
- <td class="no"> no </td>
- <td class="no">
- no </td>
- <td class="no">
- no </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-glyph-orientation-vertical">glyph-orientation-vertical</a> </td>
- <td class="extended">
- Extended </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#glyph-orientation-vertical">&sect;7.27.3</a> </td>
- <td class="no">
- no </td>
- <td class="no"> no </td>
- <td class="no">
- no </td>
- <td class="no">
- no </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-text-altitude">text-altitude</a> </td>
- <td class="extended">
- Extended </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#text-altitude">&sect;7.27.4</a> </td>
- <td class="no">
- no </td>
- <td class="no"> no </td>
- <td class="no">
- no </td>
- <td class="no">
- no </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-text-depth">text-depth</a> </td>
- <td class="extended">
- Extended </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#text-depth">&sect;7.27.5</a> </td>
- <td class="no">
- no </td>
- <td class="no"> no </td>
- <td class="no">
- no </td>
- <td class="no">
- no </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-unicode-bidi">unicode-bidi</a> </td>
- <td class="extended">
- Extended </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#unicode-bidi">&sect;7.27.6</a> </td>
- <td class="no">
- no </td>
- <td class="no"> no </td>
- <td class="no">
- no </td>
- <td class="no">
- no </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-writing-mode">writing-mode</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#writing-mode">&sect;7.27.7</a> </td>
- <td class="no">
- no </td>
- <td class="no"> no </td>
- <td class="no">
- no </td>
- <td class="no">
- no </td>
- <td align="center">&nbsp; </td>
+ <td><a name="fo-property-number-columns-spanned" id=
+ "fo-property-number-columns-spanned">number-columns-spanned</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#number-columns-spanned">&sect;7.26.13</a></td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-number-rows-spanned" id=
+ "fo-property-number-rows-spanned">number-rows-spanned</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#number-rows-spanned">&sect;7.26.14</a></td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
</tr>
+
<tr>
- <td class="category" colspan="8">
- <a name="fo-property-misc-section">Miscellaneous Properties</a> (<a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#section-N56509-Miscellaneous-Properties">&sect;7.28</a>) </td>
+ <td><a name="fo-property-starts-row" id="fo-property-starts-row">starts-row</a></td>
+
+ <td class="extended">Extended</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#starts-row">&sect;7.26.15</a></td>
+
+ <td class="no">no</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
</tr>
+
<tr>
- <td>
- <a name="fo-property-content-type">content-type</a> </td>
- <td class="extended">
- Extended </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#content-type">&sect;7.28.1</a> </td>
- <td class="no">
- no </td>
- <td class="no"> no </td>
- <td class="no">
- no </td>
- <td class="no">
- no </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-id">id</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#id">&sect;7.28.2</a> </td>
- <td class="yes">
- yes </td>
- <td class="partial"> partial </td>
- <td class="partial">
- partial </td>
- <td class="partial">
- partial </td>
+ <td><a name="fo-property-table-layout" id="fo-property-table-layout">table-layout</a></td>
+
+ <td class="extended">Extended</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#table-layout">&sect;7.26.16</a></td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-table-omit-footer-at-break" id=
+ "fo-property-table-omit-footer-at-break">table-omit-footer-at-break</a></td>
+
+ <td class="extended">Extended</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#table-omit-footer-at-break">&sect;7.26.17</a></td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-table-omit-header-at-break" id=
+ "fo-property-table-omit-header-at-break">table-omit-header-at-break</a></td>
+
+ <td class="extended">Extended</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#table-omit-header-at-break">&sect;7.26.18</a></td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td class="category" colspan="8"><a name="fo-property-writingmode-section" id=
+ "fo-property-writingmode-section">Writing-mode-related Properties</a> (<a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#writing-mode-related">&sect;7.27</a>)</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-direction" id="fo-property-direction">direction</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#direction">&sect;7.27.1</a></td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-glyph-orientation-horizontal" id=
+ "fo-property-glyph-orientation-horizontal">glyph-orientation-horizontal</a></td>
+
+ <td class="extended">Extended</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#glyph-orientation-horizontal">&sect;7.27.2</a></td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-glyph-orientation-vertical" id=
+ "fo-property-glyph-orientation-vertical">glyph-orientation-vertical</a></td>
+
+ <td class="extended">Extended</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#glyph-orientation-vertical">&sect;7.27.3</a></td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-text-altitude" id="fo-property-text-altitude">text-altitude</a></td>
+
+ <td class="extended">Extended</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#text-altitude">&sect;7.27.4</a></td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-text-depth" id="fo-property-text-depth">text-depth</a></td>
+
+ <td class="extended">Extended</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#text-depth">&sect;7.27.5</a></td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-unicode-bidi" id="fo-property-unicode-bidi">unicode-bidi</a></td>
+
+ <td class="extended">Extended</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#unicode-bidi">&sect;7.27.6</a></td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-writing-mode" id="fo-property-writing-mode">writing-mode</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#writing-mode">&sect;7.27.7</a></td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td class="category" colspan="8"><a name="fo-property-misc-section" id=
+ "fo-property-misc-section">Miscellaneous Properties</a> (<a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#section-N56509-Miscellaneous-Properties">&sect;7.28</a>)</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-content-type" id="fo-property-content-type">content-type</a></td>
+
+ <td class="extended">Extended</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#content-type">&sect;7.28.1</a></td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-id" id="fo-property-id">id</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#id">&sect;7.28.2</a></td>
+
+ <td class="yes">yes</td>
+
+ <td class="partial">partial</td>
+
+ <td class="partial">partial</td>
+
+ <td class="partial">partial</td>
+
<td align="left">
<ul>
- <li>[0.93 and later] IDs on table-header, table-footer, table-body, table-row, table-and-caption, table-caption, inline-container and bidi-override are not available, yet.</li>
- </ul> </td>
+ <li>[0.94 and later] IDs on table-header, table-footer, table-body, table-row,
+ table-and-caption, table-caption, inline-container and bidi-override are not available,
+ yet.</li>
+ </ul>
+ </td>
</tr>
+
<tr>
- <td>
- <a name="fo-property-provisional-label-separation">provisional-label-separation</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#provisional-label-separation">&sect;7.28.3</a> </td>
- <td class="yes">
- yes </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-provisional-distance-between-starts">provisional-distance-between-starts</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#provisional-distance-between-starts">&sect;7.28.4</a> </td>
- <td class="yes">
- yes </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-ref-id">ref-id</a> </td>
- <td class="extended">
- Extended </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#ref-id">&sect;7.28.5</a> </td>
- <td class="yes">
- yes </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-score-spaces">score-spaces</a> </td>
- <td class="extended">
- Extended </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#score-spaces">&sect;7.28.6</a> </td>
- <td class="no">
- no </td>
- <td class="no"> no </td>
- <td class="no">
- no </td>
- <td class="no">
- no </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-src">src</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#src">&sect;7.28.7</a> </td>
- <td class="yes">
- yes </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-visibility">visibility</a> </td>
- <td class="extended">
- Extended </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#visibility">&sect;7.28.8</a> </td>
- <td class="no">
- no </td>
- <td class="no"> no </td>
- <td class="no">
- no </td>
- <td class="no">
- no </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-z-index">z-index</a> </td>
- <td class="extended">
- Extended </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#z-index">&sect;7.28.9</a> </td>
- <td class="no">
- no </td>
- <td class="no"> no </td>
- <td class="no">
- no </td>
- <td class="no">
- no </td>
- <td align="center">&nbsp; </td>
+ <td><a name="fo-property-provisional-label-separation" id=
+ "fo-property-provisional-label-separation">provisional-label-separation</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#provisional-label-separation">&sect;7.28.3</a></td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
</tr>
+
<tr>
- <td class="category" colspan="8">
- <a name="fo-property-shorthand-section">Shorthand Properties</a> (<a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#section-N57854-Shorthand-Properties">&sect;7.29</a>) </td>
+ <td><a name="fo-property-provisional-distance-between-starts" id=
+ "fo-property-provisional-distance-between-starts">provisional-distance-between-starts</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#provisional-distance-between-starts">&sect;7.28.4</a></td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
</tr>
+
<tr>
- <td>
- <a name="fo-property-background">background</a> </td>
- <td class="complete">
- Complete </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#background">&sect;7.29.1</a> </td>
- <td class="no">
- no </td>
- <td class="no"> no </td>
- <td class="no">
- no </td>
- <td class="no">
- no </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-background-position">background-position</a> </td>
- <td class="complete">
- Complete </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#background-position">&sect;7.29.2</a> </td>
- <td class="no">
- no </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-border">border</a> </td>
- <td class="complete">
- Complete </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#border">&sect;7.29.3</a> </td>
- <td class="no">
- no </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-border-bottom">border-bottom</a> </td>
- <td class="complete">
- Complete </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#border-bottom">&sect;7.29.4</a> </td>
- <td class="yes">
- yes </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-border-color">border-color</a> </td>
- <td class="complete">
- Complete </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#border-color">&sect;7.29.5</a> </td>
- <td class="partial">
- partial </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
+ <td><a name="fo-property-ref-id" id="fo-property-ref-id">ref-id</a></td>
+
+ <td class="extended">Extended</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#ref-id">&sect;7.28.5</a></td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-score-spaces" id="fo-property-score-spaces">score-spaces</a></td>
+
+ <td class="extended">Extended</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#score-spaces">&sect;7.28.6</a></td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-src" id="fo-property-src">src</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#src">&sect;7.28.7</a></td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-visibility" id="fo-property-visibility">visibility</a></td>
+
+ <td class="extended">Extended</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#visibility">&sect;7.28.8</a></td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-z-index" id="fo-property-z-index">z-index</a></td>
+
+ <td class="extended">Extended</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#z-index">&sect;7.28.9</a></td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td class="category" colspan="8"><a name="fo-property-shorthand-section" id=
+ "fo-property-shorthand-section">Shorthand Properties</a> (<a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#section-N57854-Shorthand-Properties">&sect;7.29</a>)</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-background" id="fo-property-background">background</a></td>
+
+ <td class="complete">Complete</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#background">&sect;7.29.1</a></td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-background-position" id=
+ "fo-property-background-position">background-position</a></td>
+
+ <td class="complete">Complete</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#background-position">&sect;7.29.2</a></td>
+
+ <td class="no">no</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-border" id="fo-property-border">border</a></td>
+
+ <td class="complete">Complete</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#border">&sect;7.29.3</a></td>
+
+ <td class="no">no</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-border-bottom" id="fo-property-border-bottom">border-bottom</a></td>
+
+ <td class="complete">Complete</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#border-bottom">&sect;7.29.4</a></td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-border-color" id="fo-property-border-color">border-color</a></td>
+
+ <td class="complete">Complete</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#border-color">&sect;7.29.5</a></td>
+
+ <td class="partial">partial</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
<td align="left">
<ul>
- <li>
- [0.20.5] only one value allowed </li>
- </ul> </td>
+ <li>[0.20.5] only one value allowed</li>
+ </ul>
+ </td>
</tr>
+
<tr>
- <td>
- <a name="fo-property-border-left">border-left</a> </td>
- <td class="complete">
- Complete </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#border-left">&sect;7.29.6</a> </td>
- <td class="yes">
- yes </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-border-right">border-right</a> </td>
- <td class="complete">
- Complete </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#border-right">&sect;7.29.7</a> </td>
- <td class="yes">
- yes </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-border-style">border-style</a> </td>
- <td class="complete">
- Complete </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#border-style">&sect;7.29.8</a> </td>
- <td class="partial">
- partial </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
+ <td><a name="fo-property-border-left" id="fo-property-border-left">border-left</a></td>
+
+ <td class="complete">Complete</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#border-left">&sect;7.29.6</a></td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-border-right" id="fo-property-border-right">border-right</a></td>
+
+ <td class="complete">Complete</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#border-right">&sect;7.29.7</a></td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-border-style" id="fo-property-border-style">border-style</a></td>
+
+ <td class="complete">Complete</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#border-style">&sect;7.29.8</a></td>
+
+ <td class="partial">partial</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
<td align="left">
<ul>
- <li>
- [0.20.5] only "solid" works </li>
- </ul> </td>
+ <li>[0.20.5] only "solid" works</li>
+ </ul>
+ </td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-border-spacing" id=
+ "fo-property-border-spacing">border-spacing</a></td>
+
+ <td class="complete">Complete</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#border-spacing">&sect;7.29.9</a></td>
+
+ <td class="no">no</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
</tr>
+
<tr>
- <td>
- <a name="fo-property-border-spacing">border-spacing</a> </td>
- <td class="complete">
- Complete </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#border-spacing">&sect;7.29.9</a> </td>
- <td class="no">
- no </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-border-top">border-top</a> </td>
- <td class="complete">
- Complete </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#border-top">&sect;7.29.10</a> </td>
- <td class="yes">
- yes </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-border-width">border-width</a> </td>
- <td class="complete">
- Complete </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#border-width">&sect;7.29.11</a> </td>
- <td class="yes">
- yes </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-cue">cue</a> </td>
- <td class="complete">
- Complete </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#cue">&sect;7.29.12</a> </td>
- <td class="na">
- na </td>
- <td class="na"> na </td>
- <td class="na">
- na </td>
- <td class="na">
- na </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-font">font</a> </td>
- <td class="complete">
- Complete </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#font">&sect;7.29.13</a> </td>
- <td class="no">
- no </td>
- <td class="partial"> partial </td>
- <td class="partial">
- partial </td>
- <td class="partial">
- partial </td>
+ <td><a name="fo-property-border-top" id="fo-property-border-top">border-top</a></td>
+
+ <td class="complete">Complete</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#border-top">&sect;7.29.10</a></td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-border-width" id="fo-property-border-width">border-width</a></td>
+
+ <td class="complete">Complete</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#border-width">&sect;7.29.11</a></td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-cue" id="fo-property-cue">cue</a></td>
+
+ <td class="complete">Complete</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#cue">&sect;7.29.12</a></td>
+
+ <td class="na">na</td>
+
+ <td class="na">na</td>
+
+ <td class="na">na</td>
+
+ <td class="na">na</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-font" id="fo-property-font">font</a></td>
+
+ <td class="complete">Complete</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#font">&sect;7.29.13</a></td>
+
+ <td class="no">no</td>
+
+ <td class="partial">partial</td>
+
+ <td class="partial">partial</td>
+
+ <td class="partial">partial</td>
+
<td align="center">
<ul>
- <li>
- [0.93 and later] Enum values other than "inherit" not yet supported. </li>
- </ul> </td>
+ <li>[0.94 and later] Enum values other than "inherit" not yet supported.</li>
+ </ul>
+ </td>
</tr>
+
<tr>
- <td>
- <a name="fo-property-margin">margin</a> </td>
- <td class="complete">
- Complete </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#margin">&sect;7.29.14</a> </td>
- <td class="partial">
- partial </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
+ <td><a name="fo-property-margin" id="fo-property-margin">margin</a></td>
+
+ <td class="complete">Complete</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#margin">&sect;7.29.14</a></td>
+
+ <td class="partial">partial</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
<td align="left">
<ul>
- <li>
- [0.20.5] only on pages and regions </li>
- </ul> </td>
+ <li>[0.20.5] only on pages and regions</li>
+ </ul>
+ </td>
</tr>
+
<tr>
- <td>
- <a name="fo-property-padding">padding</a> </td>
- <td class="complete">
- Complete </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#padding">&sect;7.29.15</a> </td>
- <td class="partial">
- partial </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
+ <td><a name="fo-property-padding" id="fo-property-padding">padding</a></td>
+
+ <td class="complete">Complete</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#padding">&sect;7.29.15</a></td>
+
+ <td class="partial">partial</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
<td align="left">
<ul>
- <li>
- [0.20.5] only one value allowed </li>
- <li>
- [0.20.5] only implemented for blocks </li>
- <li>
- [0.20.5] can't be used to make extra space (use indents + spaces instead) </li>
- <li>
- [0.20.5] can be used to control how much the background-color extends beyond the content rectangle </li>
- </ul> </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-page-break-after">page-break-after</a> </td>
- <td class="complete">
- Complete </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#page-break-after">&sect;7.29.16</a> </td>
- <td class="no">
- no </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-page-break-before">page-break-before</a> </td>
- <td class="complete">
- Complete </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#page-break-before">&sect;7.29.17</a> </td>
- <td class="no">
- no </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-page-break-inside">page-break-inside</a> </td>
- <td class="complete">
- Complete </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#page-break-inside">&sect;7.29.18</a> </td>
- <td class="no">
- no </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-pause">pause</a> </td>
- <td class="complete">
- Complete </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#pause">&sect;7.29.19</a> </td>
- <td class="na">
- na </td>
- <td class="na"> na </td>
- <td class="na">
- na </td>
- <td class="na">
- na </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-position">position</a> </td>
- <td class="complete">
- Complete </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#position">&sect;7.29.20</a> </td>
- <td class="partial">
- partial </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
+ <li>[0.20.5] only one value allowed</li>
+
+ <li>[0.20.5] only implemented for blocks</li>
+
+ <li>[0.20.5] can't be used to make extra space (use indents + spaces instead)</li>
+
+ <li>[0.20.5] can be used to control how much the background-color extends beyond the
+ content rectangle</li>
+ </ul>
+ </td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-page-break-after" id=
+ "fo-property-page-break-after">page-break-after</a></td>
+
+ <td class="complete">Complete</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#page-break-after">&sect;7.29.16</a></td>
+
+ <td class="no">no</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-page-break-before" id=
+ "fo-property-page-break-before">page-break-before</a></td>
+
+ <td class="complete">Complete</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#page-break-before">&sect;7.29.17</a></td>
+
+ <td class="no">no</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-page-break-inside" id=
+ "fo-property-page-break-inside">page-break-inside</a></td>
+
+ <td class="complete">Complete</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#page-break-inside">&sect;7.29.18</a></td>
+
+ <td class="no">no</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-pause" id="fo-property-pause">pause</a></td>
+
+ <td class="complete">Complete</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#pause">&sect;7.29.19</a></td>
+
+ <td class="na">na</td>
+
+ <td class="na">na</td>
+
+ <td class="na">na</td>
+
+ <td class="na">na</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-position" id="fo-property-position">position</a></td>
+
+ <td class="complete">Complete</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#position">&sect;7.29.20</a></td>
+
+ <td class="partial">partial</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
<td align="left">
<ul>
- <li>
- [0.20.5] "inherit" not handled </li>
- </ul> </td>
+ <li>[0.20.5] "inherit" not handled</li>
+ </ul>
+ </td>
</tr>
+
<tr>
- <td>
- <a name="fo-property-size">size</a> </td>
- <td class="complete">
- Complete </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#size">&sect;7.29.21</a> </td>
- <td class="no">
- no </td>
- <td class="no"> no </td>
- <td class="no">
- no </td>
- <td class="no">
- no </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-vertical-align">vertical-align</a> </td>
- <td class="complete">
- Complete </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#vertical-align">&sect;7.29.22</a> </td>
- <td class="partial">
- partial </td>
- <td class="partial"> partial </td>
- <td class="partial">
- partial </td>
- <td class="partial">
- partial </td>
+ <td><a name="fo-property-size" id="fo-property-size">size</a></td>
+
+ <td class="complete">Complete</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#size">&sect;7.29.21</a></td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-vertical-align" id=
+ "fo-property-vertical-align">vertical-align</a></td>
+
+ <td class="complete">Complete</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#vertical-align">&sect;7.29.22</a></td>
+
+ <td class="partial">partial</td>
+
+ <td class="partial">partial</td>
+
+ <td class="partial">partial</td>
+
+ <td class="partial">partial</td>
+
<td align="left">
<ul>
- <li>
- [0.20.5] Only works as a shorthand for baseline-shift property. </li>
- <li>
- [0.93 and later] Percentages are not supported, yet. </li>
- </ul> </td>
+ <li>[0.20.5] Only works as a shorthand for baseline-shift property.</li>
+
+ <li>[0.94 and later] Percentages are not supported, yet.</li>
+ </ul>
+ </td>
</tr>
+
<tr>
- <td>
- <a name="fo-property-white-space">white-space</a> </td>
- <td class="complete">
- Complete </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#white-space">&sect;7.29.23</a> </td>
- <td class="no">
- no </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-property-xml:lang">xml:lang</a> </td>
- <td class="complete">
- Complete </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#xml:lang">&sect;7.29.24</a> </td>
- <td class="no">
- no </td>
- <td class="no"> no </td>
- <td class="no">
- no </td>
- <td class="yes">
- yes </td>
- <td align="center">[dev] Very basic parsing; no validation of the specified value.</td>
+ <td><a name="fo-property-white-space" id="fo-property-white-space">white-space</a></td>
+
+ <td class="complete">Complete</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#white-space">&sect;7.29.23</a></td>
+
+ <td class="no">no</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-property-xml:lang" id="fo-property-xml:lang">xml:lang</a></td>
+
+ <td class="complete">Complete</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice7.html#xml:lang">&sect;7.29.24</a></td>
+
+ <td class="no">no</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">[0.95] Very basic parsing; no validation of the specified value.</td>
</tr>
</table>
-<h1><a name="fo-function-core-library-section">XSL-FO Core Function Library Support Table</a> (<a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice5.html#section-N8434-Core-Function-Library">&sect;5.10</a>)</h1>
- <p>
- The following is a summary of FOP's current support for the XSL-FO Core Function Library.
- </p>
+
+ <h1><a name="fo-function-core-library-section" id="fo-function-core-library-section">XSL-FO Core
+ Function Library Support Table</a> (<a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice5.html#section-N8434-Core-Function-Library">&sect;5.10</a>)</h1>
+
+ <p>The following is a summary of FOP's current support for the XSL-FO Core Function Library.</p>
+
<table border="1">
<tr>
- <th rowspan="2">
- Function Name </th>
- <th rowspan="2" align="center">
- XSL-FO Conformance Level </th>
- <th rowspan="2" align="center">
- Citation </th>
- <th colspan="4" align="center">
- Support&nbsp;in&nbsp;FOP </th>
- <th rowspan="2">
- Comments </th>
+ <th rowspan="2">Function Name</th>
+
+ <th rowspan="2" align="center">XSL-FO Conformance Level</th>
+
+ <th rowspan="2" align="center">Citation</th>
+
+ <th colspan="4" align="center">Support&nbsp;in&nbsp;FOP</th>
+
+ <th rowspan="2">Comments</th>
</tr>
+
<tr>
- <th align="center">
- 0.20.5 (previous) </th>
- <th align="center">
- 0.93 (stable) </th>
- <th align="center"> 0.94 (stable) </th>
- <th align="center">
- develop- ment </th>
+ <th align="center">0.20.5 (ancient)</th>
+
+ <th align="center">0.94 (stable)</th>
+
+ <th align="center">0.95 (beta)</th>
+
+ <th align="center">develop- ment</th>
</tr>
+
<tr>
- <td class="category" colspan="8">
- <a name="fo-function-number-section">Number Functions</a> (<a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice5.html#section-N8438-Number-Functions">&sect;5.10.1</a>) </td>
+ <td class="category" colspan="8"><a name="fo-function-number-section" id=
+ "fo-function-number-section">Number Functions</a> (<a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice5.html#section-N8438-Number-Functions">&sect;5.10.1</a>)</td>
</tr>
+
<tr>
- <td>
- <a name="fo-function-floor">floor</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice5.html#section-N8438-Number-Functions">&sect;5.10.1</a> </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-function-ceiling">ceiling</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice5.html#section-N8438-Number-Functions">&sect;5.10.1</a> </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-function-round">round</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice5.html#section-N8438-Number-Functions">&sect;5.10.1</a> </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-function-min">min</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice5.html#section-N8438-Number-Functions">&sect;5.10.1</a> </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-function-max">max</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice5.html#section-N8438-Number-Functions">&sect;5.10.1</a> </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-function-abs">abs</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice5.html#section-N8438-Number-Functions">&sect;5.10.1</a> </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
+ <td><a name="fo-function-floor" id="fo-function-floor">floor</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice5.html#section-N8438-Number-Functions">&sect;5.10.1</a></td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
</tr>
+
<tr>
- <td class="category" colspan="8">
- <a name="fo-function-color-section">Color Functions</a> (<a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice5.html#expr-color-functions">&sect;5.10.2</a>) </td>
+ <td><a name="fo-function-ceiling" id="fo-function-ceiling">ceiling</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice5.html#section-N8438-Number-Functions">&sect;5.10.1</a></td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
</tr>
+
<tr>
- <td>
- <a name="fo-function-rgb">rgb</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice5.html#expr-color-functions">&sect;5.10.2</a> </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-function-rgb-icc">rgb-icc</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice5.html#expr-color-functions">&sect;5.10.2</a> </td>
- <td class="no">
- no </td>
- <td class="yes">
- yes </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-function-system-color">system-color</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice5.html#expr-color-functions">&sect;5.10.2</a> </td>
- <td class="no">
- no </td>
- <td class="yes">
- yes </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
+ <td><a name="fo-function-round" id="fo-function-round">round</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice5.html#section-N8438-Number-Functions">&sect;5.10.1</a></td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
</tr>
+
<tr>
- <td class="category" colspan="8">
- <a name="fo-function-font-section">Font Functions</a> (<a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice5.html#section-N8601-Font-Functions">&sect;5.10.3</a>) </td>
+ <td><a name="fo-function-min" id="fo-function-min">min</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice5.html#section-N8438-Number-Functions">&sect;5.10.1</a></td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
</tr>
+
<tr>
- <td>
- <a name="fo-function-system-font">system-font</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice5.html#section-N8601-Font-Functions">&sect;5.10.3</a> </td>
- <td class="no">
- no </td>
- <td class="no">
- no </td>
+ <td><a name="fo-function-max" id="fo-function-max">max</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice5.html#section-N8438-Number-Functions">&sect;5.10.1</a></td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-function-abs" id="fo-function-abs">abs</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice5.html#section-N8438-Number-Functions">&sect;5.10.1</a></td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td class="category" colspan="8"><a name="fo-function-color-section" id=
+ "fo-function-color-section">Color Functions</a> (<a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice5.html#expr-color-functions">&sect;5.10.2</a>)</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-function-rgb" id="fo-function-rgb">rgb</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice5.html#expr-color-functions">&sect;5.10.2</a></td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-function-rgb-icc" id="fo-function-rgb-icc">rgb-icc</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice5.html#expr-color-functions">&sect;5.10.2</a></td>
+
<td class="no">no</td>
- <td class="no">
- no </td>
- <td align="center">&nbsp; </td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
</tr>
+
<tr>
- <td class="category" colspan="8">
- <a name="fo-function-property-value-section">Property Value Functions</a> (<a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice5.html#section-N8624-Property-Value-Functions">&sect;5.10.4</a>) </td>
+ <td><a name="fo-function-system-color" id="fo-function-system-color">system-color</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice5.html#expr-color-functions">&sect;5.10.2</a></td>
+
+ <td class="no">no</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
</tr>
+
<tr>
- <td>
- <a name="fo-function-inherited-property-value">inherited-property-value</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice5.html#section-N8624-Property-Value-Functions">&sect;5.10.4</a> </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-function-label-end">label-end</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice5.html#section-N8624-Property-Value-Functions">&sect;5.10.4</a> </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-function-body-start">body-start</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice5.html#section-N8624-Property-Value-Functions">&sect;5.10.4</a> </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-function-from-parent">from-parent</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice5.html#section-N8624-Property-Value-Functions">&sect;5.10.4</a> </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-function-from-nearest-specified-value">from-nearest-specified-value</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice5.html#section-N8624-Property-Value-Functions">&sect;5.10.4</a> </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-function-from-table-column">from-table-column</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice5.html#section-N8624-Property-Value-Functions">&sect;5.10.4</a> </td>
- <td class="no">
- no </td>
- <td class="yes">
- yes </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-function-proportional-column-width">proportional-column-width</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice5.html#section-N8624-Property-Value-Functions">&sect;5.10.4</a> </td>
- <td class="yes">
- yes </td>
- <td class="yes">
- yes </td>
- <td class="yes"> yes </td>
- <td class="yes">
- yes </td>
- <td align="center">&nbsp; </td>
- </tr>
- <tr>
- <td>
- <a name="fo-function-merge-property-values">merge-property-values</a> </td>
- <td class="basic">
- Basic </td>
- <td align="center">
- <a href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice5.html#section-N8624-Property-Value-Functions">&sect;5.10.4</a> </td>
- <td class="no">
- no </td>
- <td class="no">
- no </td>
- <td class="no"> no </td>
- <td class="no">
- no </td>
- <td align="center">&nbsp; </td>
+ <td class="category" colspan="8"><a name="fo-function-font-section" id=
+ "fo-function-font-section">Font Functions</a> (<a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice5.html#section-N8601-Font-Functions">&sect;5.10.3</a>)</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-function-system-font" id="fo-function-system-font">system-font</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice5.html#section-N8601-Font-Functions">&sect;5.10.3</a></td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td class="category" colspan="8"><a name="fo-function-property-value-section" id=
+ "fo-function-property-value-section">Property Value Functions</a> (<a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice5.html#section-N8624-Property-Value-Functions">&sect;5.10.4</a>)</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-function-inherited-property-value" id=
+ "fo-function-inherited-property-value">inherited-property-value</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice5.html#section-N8624-Property-Value-Functions">
+ &sect;5.10.4</a></td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-function-label-end" id="fo-function-label-end">label-end</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice5.html#section-N8624-Property-Value-Functions">
+ &sect;5.10.4</a></td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-function-body-start" id="fo-function-body-start">body-start</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice5.html#section-N8624-Property-Value-Functions">
+ &sect;5.10.4</a></td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-function-from-parent" id="fo-function-from-parent">from-parent</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice5.html#section-N8624-Property-Value-Functions">
+ &sect;5.10.4</a></td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-function-from-nearest-specified-value" id=
+ "fo-function-from-nearest-specified-value">from-nearest-specified-value</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice5.html#section-N8624-Property-Value-Functions">
+ &sect;5.10.4</a></td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-function-from-table-column" id=
+ "fo-function-from-table-column">from-table-column</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice5.html#section-N8624-Property-Value-Functions">
+ &sect;5.10.4</a></td>
+
+ <td class="no">no</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-function-proportional-column-width" id=
+ "fo-function-proportional-column-width">proportional-column-width</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice5.html#section-N8624-Property-Value-Functions">
+ &sect;5.10.4</a></td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td class="yes">yes</td>
+
+ <td align="center">&nbsp;</td>
+ </tr>
+
+ <tr>
+ <td><a name="fo-function-merge-property-values" id=
+ "fo-function-merge-property-values">merge-property-values</a></td>
+
+ <td class="basic">Basic</td>
+
+ <td align="center"><a href=
+ "http://www.w3.org/TR/2001/REC-xsl-20011015/slice5.html#section-N8624-Property-Value-Functions">
+ &sect;5.10.4</a></td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td class="no">no</td>
+
+ <td align="center">&nbsp;</td>
</tr>
</table>
</body>
diff --git a/src/documentation/content/xdocs/dev/doc.xml b/src/documentation/content/xdocs/dev/doc.xml
index a9d054316..4fd6bce78 100644
--- a/src/documentation/content/xdocs/dev/doc.xml
+++ b/src/documentation/content/xdocs/dev/doc.xml
@@ -97,9 +97,9 @@ Maintenance branch releases either copy the trunk content to the maintenance bra
Step-by-step instructions for the deployment process again:
</p>
<note>
- Please make sure you use Forrest from the 0.7 branch for the time being. You will need
+ Please make sure you use Forrest from the Trunk (revision 632959 or later) for the time being. You will need
to download it directly from SVN:
- <link href="http://svn.apache.org/repos/asf/forrest/branches/forrest_07_branch">http://svn.apache.org/repos/asf/forrest/branches/forrest_07_branch</link>
+ <link href="http://svn.apache.org/repos/asf/forrest/trunk">http://svn.apache.org/repos/asf/forrest/trunk</link>
</note>
<ul>
<li>Modify the sources of the website and check locally with Forrest (run "forrest run" or just "forrest").</li>
diff --git a/src/documentation/content/xdocs/dev/release.xml b/src/documentation/content/xdocs/dev/release.xml
index fa4dbfa37..641758d78 100644
--- a/src/documentation/content/xdocs/dev/release.xml
+++ b/src/documentation/content/xdocs/dev/release.xml
@@ -73,7 +73,7 @@ The purpose of documenting it here is to facilitate consistency, ensure that the
<code>fop-hyph.jar</code> to lib/ (e.g. from
<code>http://sourceforge.net/projects/offo</code></li>
<li>Alternatively, create a build-local.properties file that points to the above libs.</li>
- <li>Run build[.sh] dist. Do this once using Sun JDK 1.3.1_15 or later and once with Sun JDK 1.4.2_08 or later. A Forrest installation is needed.</li>
+ <li>Run build[.sh] dist. Do this using Sun JDK 1.4.2_08 or later. A Forrest installation is needed.</li>
<li>Create signatures. Don't forget to upload your KEY:
<code>gpg -a -b --force-v3-sigs fop-0.94-src.tar.gz</code> etc.</li>
<li>Upload the dist and signature files to your web directory
diff --git a/src/documentation/content/xdocs/download.xml b/src/documentation/content/xdocs/download.xml
index 40e42236b..f0a2a0a61 100644
--- a/src/documentation/content/xdocs/download.xml
+++ b/src/documentation/content/xdocs/download.xml
@@ -84,7 +84,7 @@
<p/>
<table>
<tr>
- <th colspan="2">Latest Release</th>
+ <th colspan="2">Latest Stable Release</th>
</tr>
<tr>
<td>Repository URL</td>
@@ -103,6 +103,25 @@
</td>
</tr>
<tr>
+ <th colspan="2">Latest Release</th>
+ </tr>
+ <tr>
+ <td>Repository URL</td>
+ <td>
+ <link href="http://svn.apache.org/repos/asf/xmlgraphics/fop/tags/fop-0_95beta/">
+ <code>http://svn.apache.org/repos/asf/xmlgraphics/fop/tags/fop-0_95beta/</code>
+ </link>
+ </td>
+ </tr>
+ <tr>
+ <td>Web view</td>
+ <td>
+ <link href="http://svn.apache.org/viewvc/xmlgraphics/fop/tags/fop-0_95beta/">
+ <code>http://svn.apache.org/viewvc/xmlgraphics/fop/tags/fop-0_95beta/</code>
+ </link>
+ </td>
+ </tr>
+ <tr>
<th colspan="2">Trunk</th>
</tr>
<tr>
diff --git a/src/documentation/content/xdocs/faq.xml b/src/documentation/content/xdocs/faq.xml
index d488a1f3c..a75cd41e0 100644
--- a/src/documentation/content/xdocs/faq.xml
+++ b/src/documentation/content/xdocs/faq.xml
@@ -645,6 +645,21 @@ Check the following:</p>
</p>
</answer>
</faq>
+ <faq id="pdf-ps-java2d-differences">
+ <question>Why is the output of Java2D/AWT-based renderers different than, for example, PDF or PS?</question>
+ <answer>
+ <p>
+ If you render the same document once to a PNG or TIFF and once into a PDF, the output
+ may not be the same, i.e. line breaks are different or lines may have different heights.
+ The reason for this: The Java2D-based renderers use the font subsystem of Java2D/AWT. The
+ PDF and PS renderers use FOP's own font subsystem which provides much better font metrics
+ than Java2D. These can lead to different layout decisions when the same document is
+ rendered with different renderers. An alternative approach to fix this problem might be
+ available but it hasn't been tested, yet. See also the
+ <link href="0.95/output.html#general-fonts">notes on fonts in the various output formats</link>.
+ </p>
+ </answer>
+ </faq>
</part>
<part id="part-embedding">
<title>Embedding FOP. Using FOP in a servlet.</title>
diff --git a/src/documentation/content/xdocs/index.xml b/src/documentation/content/xdocs/index.xml
index b0f44fac3..9ed040184 100644
--- a/src/documentation/content/xdocs/index.xml
+++ b/src/documentation/content/xdocs/index.xml
@@ -29,14 +29,15 @@
<p>Apache FOP (Formatting Objects Processor) is a print formatter driven by XSL
formatting objects (XSL-FO) and an output independent formatter. It is a Java
application that reads a formatting object (FO) tree and renders the resulting
- pages to a specified output. <link href="0.94/output.html">Output formats</link>
+ pages to a specified output. <link href="0.95/output.html">Output formats</link>
currently supported include PDF, PS, PCL, AFP, XML (area tree representation),
Print, AWT and PNG, and to a lesser extent, RTF and TXT. The primary output target is PDF.
</p>
<figure width="480" height="260" src="images/document.jpg" alt="Render Diagram" />
<p>
- The latest stable version of FOP (<link href="0.94/">0.94</link>) is the second
- stable release after a large redesign effort and implements a large subset of the
+ A beta release of the latest version of FOP (<link href="0.95/">0.95</link>) is now
+ available. After a short testing period it will become the third
+ stable release after the large redesign effort and will implement a large subset of the
<link href="http://www.w3.org/TR/xsl11/">XSL-FO Version 1.1 W3C
Recommendation</link>.
</p>
diff --git a/src/documentation/content/xdocs/quickstartguide.xml b/src/documentation/content/xdocs/quickstartguide.xml
new file mode 100644
index 000000000..ca205f5a2
--- /dev/null
+++ b/src/documentation/content/xdocs/quickstartguide.xml
@@ -0,0 +1,124 @@
+<?xml version="1.0" standalone="no"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements. See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<!-- $Id: gethelp.xml 627324 2008-02-13 09:35:01Z maxberger $ -->
+<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.3//EN" "http://forrest.apache.org/dtd/document-v13.dtd">
+<document>
+ <header>
+ <title>FOP: Quick Start Guide</title>
+ <subtitle>Everything you need to start using and appreciating Apache FOP quickly.</subtitle>
+ <version>$Revision: 627324 $</version>
+ </header>
+ <body>
+ <section id="essentials">
+ <title>FOP Essentials</title>
+ <p>The goal of this <strong>Quick Start Guide</strong> is to help novice users get Apache FOP up and running quickly. Typically, you'll need to:</p>
+ <ol>
+ <li><link href="download.html">Download FOP</link></li>
+ <li><link href="0.95/compiling.html">Build FOP</link> (you can skip this step if you download the binary distribution!)</li>
+ <li><link href="0.95/configuration.html">Configure FOP</link></li>
+ <li><link href="0.95/running.html">Run FOP</link></li>
+ </ol>
+ <p>Here are some links to help you find out what FOP can do, as well as how and where to get help:</p>
+ <ul>
+ <li><link href="0.95/embedding.html">Calling FOP from a Java Application</link></li>
+ <li><link href="0.95/servlets.html">Using FOP in Servlets</link></li>
+ <li><link href="0.95/anttask.html">Using FOP in an 'Ant' Build Script</link></li>
+ <li><link href="compliance.html" title="FOP Compliance">XSL-FO Compliance</link> (what FOP supports and what it doesn't)</li>
+ <li><link href="faq.html">FAQs</link></li>
+ <li><link href="gethelp.html">Getting Help</link></li>
+ <li><link href="maillist.html">Mailing Lists</link></li>
+ </ul>
+ <p>
+ Once you've familiarized yourself with the basics, you can get more detailed information,
+ in the detailed FOP <link href="0.95/index.html">product documentation</link>.
+ </p>
+ </section>
+
+ <section id="hello-world">
+ <title>Hello World with FOP</title>
+ <p>
+ This section walks you through a "Hello World!" page with Apache FOP. We're assuming you
+ download the binary distribution and that you have a Java Runtime Environment (version 1.4
+ or later) installed.
+ </p>
+ <ol>
+ <li>
+ Unpack the downloaded binary distribution to a directory of your choice (for example,
+ <code>C:\FOP</code> if you're on Windows). Let's call that
+ directory &lt;fop-home&gt;.
+ </li>
+ <li>
+ Get a command prompt in the &lt;fop-home&gt; directory and write:<br/>
+ Windows: <code>fop -fo examples/fo/basic/readme.fo -awt</code><br/>
+ Unix: <code>./fop.sh -fo examples/fo/basic/readme.fo -awt</code><br/>
+ </li>
+ <li>
+ If all went well, this should open a window showing you a "readme"-style document.
+ This is just to verify that FOP runs correctly.
+ </li>
+ <li>
+ Now, take your favorite XML editor and create a small XML file like the following. Replace
+ "Frank" with your own first name to make it a bit more personal and save it as
+ <code>name.xml</code>:<br/>
+ <source><![CDATA[<name>Frank</name>]]></source>
+ </li>
+ <li>
+ To produce a PDF file from this XML file, we need an XSLT stylesheet that converts the
+ XML to XSL-FO. This is the first step in the processing chain. The second step will be
+ done by FOP when it reads the generated XSL-FO document and formats it to a PDF document.
+ You can copy the following minimal XSLT stylesheet, which takes your first name and
+ produces a "Hello World!"-style document (save it as <code>name2fo.xsl</code>):<br/>
+ <source><![CDATA[<?xml version="1.0" encoding="utf-8"?>
+<xsl:stylesheet version="1.0"
+ xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+ xmlns:fo="http://www.w3.org/1999/XSL/Format">
+ <xsl:output method="xml" indent="yes"/>
+ <xsl:template match="/">
+ <fo:root>
+ <fo:layout-master-set>
+ <fo:simple-page-master master-name="A4-portrait"
+ page-height="29.7cm" page-width="21.0cm" margin="2cm">
+ <fo:region-body/>
+ </fo:simple-page-master>
+ </fo:layout-master-set>
+ <fo:page-sequence master-reference="A4-portrait">
+ <fo:flow flow-name="xsl-region-body">
+ <fo:block>
+ Hello, <xsl:value-of select="name"/>!
+ </fo:block>
+ </fo:flow>
+ </fo:page-sequence>
+ </fo:root>
+ </xsl:template>
+</xsl:stylesheet>]]></source>
+
+ </li>
+ <li>
+ Finally, let's put the previous two steps together: Go back to the command prompt and
+ enter the following command:<br/>
+ Windows: <code>fop -xml name.xml -xsl name2fo.xsl -pdf name.pdf</code><br/>
+ Unix: <code>./fop.sh -xml name.xml -xsl name2fo.xsl -pdf name.pdf</code><br/>
+ </li>
+ <li>
+ You've produced your first PDF with Apache FOP! Please open <code>name.pdf</code>
+ in your favorite PDF viewer.
+ </li>
+ </ol>
+ </section>
+ </body>
+</document>
diff --git a/src/documentation/content/xdocs/site.xml b/src/documentation/content/xdocs/site.xml
index 7914d5ef2..18716903c 100644
--- a/src/documentation/content/xdocs/site.xml
+++ b/src/documentation/content/xdocs/site.xml
@@ -15,6 +15,7 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
+<!-- $Id$ -->
<site label="FOP" href="" xmlns="http://apache.org/forrest/linkmap/1.0" tab="home">
<!--
BEGIN Home tab
@@ -22,6 +23,7 @@
<about label="About">
<index label="Introduction" href="index.html"/>
<download label="Download" href="download.html"/>
+ <quickstartguide label="Quick Start Guide" href="quickstartguide.html"/>
<compliance label="Compliance" href="compliance.html" description="FOP Compliance"/>
<help label="Getting Help" href="gethelp.html"/>
<faqs label="FAQs" href="faq.html"/>
@@ -34,7 +36,6 @@
<all_sitePDF label="Full PDF" href="wholesite.pdf"/>
-->
</about>
-
<resources label="Resources">
<xsl-fo label="XSL-FO" href="fo.html"/>
@@ -57,12 +58,12 @@
-->
<!--
- BEGIN Version 0.93 documentation tab
+ BEGIN Version 0.94 documentation tab
-->
- <trunk label="FOP 0.93" href="0.93/" tab="oldstableversion">
+ <trunk label="FOP 0.94" href="0.94/" tab="previousversion">
<about label="About" href="index.html"/>
- <release label="Release Notes" href="releaseNotes_0.93.html"/>
- <changes label="Changes" href="changes_0.93.html"/>
+ <release label="Release Notes" href="releaseNotes_0.94.html"/>
+ <changes label="Changes" href="changes_0.94.html"/>
<knownissues label="Known Issues" href="knownissues_overview.html"/>
<upgrading label="Upgrading" href="upgrading.html"/>
@@ -89,16 +90,16 @@
</trunk>
<!--
- END Version 0.93 documentation tab
+ END Version 0.94 documentation tab
-->
<!--
- BEGIN Version 0.94 documentation tab
+ BEGIN Version 0.95 documentation tab
-->
- <trunk label="FOP 0.94" href="0.94/" tab="stableversion">
+ <trunk label="FOP 0.95beta" href="0.95/" tab="stableversion">
<about label="About" href="index.html"/>
- <release label="Release Notes" href="releaseNotes_0.94.html"/>
- <changes label="Changes" href="changes_0.94.html"/>
+ <release label="Release Notes" href="releaseNotes_0.95beta.html"/>
+ <changes label="Changes" href="changes_0.95beta.html"/>
<knownissues label="Known Issues" href="knownissues_overview.html"/>
<upgrading label="Upgrading" href="upgrading.html"/>
@@ -125,9 +126,9 @@
</trunk>
<!--
- END Version 0.94 documentation tab
+ END Version 0.95 documentation tab
-->
-
+
<!--
BEGIN Trunk documentation tab
-->
diff --git a/src/documentation/content/xdocs/status.xml b/src/documentation/content/xdocs/status.xml
index cb2c4aa0b..fa3e2e643 100644
--- a/src/documentation/content/xdocs/status.xml
+++ b/src/documentation/content/xdocs/status.xml
@@ -27,13 +27,13 @@
<body>
<section>
<title>Status</title>
- <p>[last updated 9 January 2007]</p>
+ <p>[last updated 4 March 2008]</p>
<figure width="585" height="175" src="images/track.png" alt="Planning and branches of FOP development"/>
<p>
This is the development status of Apache FOP. Development on
the maintenance branch where FOP 0.20.5 came from has been
halted. The code base has been largely redesigned. The new
- code base has reached release 0.94.
+ code base has reached release 0.95.
</p>
</section>
<section>
@@ -44,7 +44,7 @@
handle large documents.</p>
<p>The redesign of the code base has largely been completed. The
new code reached production quality with release 0.93. In the
- course of 2007 we plan to release version 1.0.</p>
+ course of 2008 or 2009 we hope to release version 1.0.</p>
<p>
If you're looking for a long-term road-map we have to disappoint you. This is Open
Source and we're mostly volunteers working in their free time. What we have
@@ -122,7 +122,7 @@
</tr>
<tr>
<td>Image Support</td>
- <td>stable, but in need of a redesign</td>
+ <td>beta (recently rewritten)</td>
</tr>
<tr>
<td>Hyphenation Subsystem</td>
diff --git a/src/documentation/content/xdocs/tabs.xml b/src/documentation/content/xdocs/tabs.xml
index bb2fd7e72..a42fc9bd7 100644
--- a/src/documentation/content/xdocs/tabs.xml
+++ b/src/documentation/content/xdocs/tabs.xml
@@ -21,14 +21,8 @@
<tabs software="FOP" title="FOP" copyright="@year@ The Apache Software Foundation" xmlns:xlink="http://www.w3.org/1999/xlink">
<tab label="Home" dir=""/>
- <tab label="Version 0.93" dir="0.93/"/>
<tab label="Version 0.94" dir="0.94/"/>
+ <tab label="Version 0.95beta" dir="0.95/"/>
<tab label="FOP Trunk" dir="trunk/"/>
<tab label="Development" dir="dev/"/>
- <!--
- <tab label="Design" dir="design/"/>
- -->
- <!--
- <tab label="Alt Design" dir="design/alt.design/"/>
- -->
</tabs>
diff --git a/src/documentation/content/xdocs/team.xml b/src/documentation/content/xdocs/team.xml
index 23cb87708..bd9f72fde 100644
--- a/src/documentation/content/xdocs/team.xml
+++ b/src/documentation/content/xdocs/team.xml
@@ -31,7 +31,6 @@
<title>Active Committers</title>
<note label="Important">Please don't write to any developer directly if you need help on using FOP. Only if you submit questions to the <link href="maillist.html#fop-user">FOP User Mailing List</link> will other FOP users be able to profit from answers given to your question. Another point is that a developer may have gone inactive or is on holidays in which case you may not get an answer in time.</note>
<ul>
- <li id="fb"><link href="mailto:bckfnn@worldonline.dk">Finn Bock</link> (FB)</li>
<li id="cb"><link href="mailto:bowditch_chris@hotmail.com">Chris Bowditch</link> (CB)
is a Java/VB Programmer from England.</li>
<li id="jb"><link href="mailto:jay@bryantcs.com">Jay Bryant</link> (JB) is a
@@ -51,10 +50,6 @@
<li id="vh"><link href="mailto:vhennebert@apache.org">Vincent Hennebert</link>
(VH), a Java developer from France; with an interest in typography, and in using
Fop as a pdf renderer for book-like documents.</li>
- <li id="ph"><link href="mailto:pherweg@web.de">Peter Herweg</link> (PH) is helping to
- integrate the jfor project's RTF support into the upcoming FOP 1.0 version.
- Born in 1978, he has been serving as an application developer for a small
- industrial company in Germany since 1999.</li>
<li id="cl"><link href="mailto:clay@apache.org">Clay Leeds</link> (CL)
is a web/WAP/Palm developer from Laguna Beach, California, USA. A
recent XML/XSL-FO convert, he has been nit-picking FAQs &amp; assorted web
@@ -78,7 +73,11 @@
from the TeX/LaTeX world. See his <fork href="http://www.leverkruid.eu">home
page</fork> for some of his private projects.</li>
<li id="jp"><link href="mailto:pietsch@apache.org">J&#x00F6;rg Pietschmann</link> (JP)</li>
- <li id="ot"><link href="mailto:olegt@apache.org">Oleg Tkachenko</link> (OT)</li>
+ <li id="mb"><link href="mailto:max AT berger DOT name">Max Berger</link> (MB) is currently a
+ PostDoc pursuing an academic career in computer science. His main interest in FOP is to
+ improve the DocBook to PDF tool-chain to produce high quality output, while still
+ conforming to given style-guides. See his <link href="http://max.berger.name">home
+ page</link> for more information.</li>
<li id="mb"><link href="mailto:max AT berger DOT name">Max Berger</link> (MB) is currently a
PostDoc pursuing an academic career in computer science. His main interest in FOP is to
improve the DocBook to PDF tool-chain to produce high quality output, while still
@@ -109,11 +108,16 @@
<section id="commit-inactive">
<title>Inactive Committers</title>
<ul>
+ <li id="fb"><link href="mailto:bckfnn@worldonline.dk">Finn Bock</link> (FB)</li>
<li id="kc"><link href="mailto:kellyc@apache.org">Kelly Campbell</link></li>
<li id="sc"><link href="mailto:gears@apache.org">Steven Coffman</link></li>
<li id="bd"><link href="mailto:bdelacretaz@apache.org">Bertrand Delacretaz</link></li>
<li id="te"><link href="mailto:tore@apache.org">Tore Engvig</link></li>
<li id="sg"><link href="mailto:stanislav@apache.org">Stanislav Gorkhover</link></li>
+ <li id="ph"><link href="mailto:pherweg@web.de">Peter Herweg</link> (PH)<!-- is helping to
+ integrate the jfor project's RTF support into the upcoming FOP 1.0 version.
+ Born in 1978, he has been serving as an application developer for a small
+ industrial company in Germany since 1999.--></li>
<li id="fj"><link href="mailto:fotis@apache.org">Fotis Jannidis</link></li>
<li id="kl"><link href="mailto:klease@apache.org">Karen Lease</link></li>
<li id="kll"><link href="mailto:keiron@apache.org">Keiron Liddle</link></li>
@@ -122,6 +126,7 @@
<li id="jn"><link href="mailto:jordan@apache.org">Jordan Naftolin</link></li>
<li id="as"><link href="mailto:arved@apache.org">Arved Sandstrom</link></li>
<li id="es"><link href="mailto:eschaeffer@apache.org">Eric Schaeffer</link></li>
+ <li id="ot"><link href="mailto:olegt@apache.org">Oleg Tkachenko</link> (OT)</li>
<li id="aw"><link href="mailto:artw@apache.org">Art Welch</link></li>
<li id="pbw"><link href="mailto:pbwest@apache.org">Peter B. West</link></li>
</ul>
@@ -264,7 +269,7 @@
<td/>
<td/>
<td/>
- <td/>
+ <td>X</td>
<td/>
<td/>
<td/>
@@ -299,6 +304,19 @@
<td/>
</tr>
<tr>
+ <td>AFP</td>
+ <td/>
+ <td/>
+ <td/>
+ <td/>
+ <td/>
+ <td/>
+ <td/>
+ <td/>
+ <td/>
+ <td/>
+ </tr>
+ <tr>
<td>Forrest</td>
<td/>
<td/>
diff --git a/src/documentation/content/xdocs/trunk/compiling.xml b/src/documentation/content/xdocs/trunk/compiling.xml
index c6c17a3c0..57761429f 100644
--- a/src/documentation/content/xdocs/trunk/compiling.xml
+++ b/src/documentation/content/xdocs/trunk/compiling.xml
@@ -41,7 +41,7 @@
<section id="env-jdk">
<title>JDK</title>
<p>
- Building FOP requires a minimum Java Development Kit (JDK/SDK) of 1.3
+ Building FOP requires a minimum Java Development Kit (JDK/SDK) of 1.4
(A Java Runtime Environment is not sufficient).
</p>
</section>
@@ -59,7 +59,7 @@
<p>
The build script uses <a href="ext:ant">Apache Ant</a>, a popular
Java-based build tool, which usually requires that the environment variable JAVA_HOME point to
- your local JDK root directory. This is true even if you use JDK 1.3 or above, which normally
+ your local JDK root directory. This is true even if you use JDK 1.4 or above, which normally
does not need this setting.
</p>
</section>
diff --git a/src/documentation/content/xdocs/trunk/fonts.xml b/src/documentation/content/xdocs/trunk/fonts.xml
index e12527fe3..423eaad11 100644
--- a/src/documentation/content/xdocs/trunk/fonts.xml
+++ b/src/documentation/content/xdocs/trunk/fonts.xml
@@ -31,11 +31,6 @@
<body>
<section id="intro">
<title>Summary</title>
- <note>The FOP Font subsystem is currently undergoing a significant change.
- The details provided here especially related to the generation of FOP Font
- Metrics files and the FOP Font configuration are likely to change substantially
- in the future.
- </note>
<p>The following table summarizes the font capabilities of the various FOP renderers:</p>
<table>
<tr>
@@ -59,22 +54,22 @@
<td>yes</td>
<td>yes</td>
</tr>
- <!--tr> NOT AVAILABLE YET!!!
+ <tr>
<td>PCL</td>
<td>yes (modified)</td>
+ <td>yes (painted as bitmaps)</td>
+ <td>yes (painted as bitmaps)</td>
<td>no</td>
- <td>no</td>
- <td>no</td>
- </tr-->
+ </tr>
<tr>
- <td>TXT</td>
- <td>yes (used for layout but not for output)</td>
+ <td>AFP</td>
<td>no</td>
- <td>yes (used for layout but not for output)</td>
<td>no</td>
+ <td>yes</td>
+ <td>yes</td>
</tr>
<tr>
- <td>AWT</td>
+ <td>Java2D/AWT/Bitmap</td>
<td>if available from OS</td>
<td>yes</td>
<td>yes</td>
@@ -95,19 +90,26 @@
<td>n/a</td>
</tr>
<tr>
+ <td>TXT</td>
+ <td>yes (used for layout but not for output)</td>
+ <td>no</td>
+ <td>yes (used for layout but not for output)</td>
+ <td>no</td>
+ </tr>
+ <!--tr> NOT AVAILABLE
<td>MIF</td>
<td>n/a (font metrics not needed)</td>
<td>n/a</td>
<td>n/a</td>
<td>n/a</td>
- </tr>
- <tr>
+ </tr-->
+ <!--tr> NOT AVAILABLE
<td>SVG</td>
<td>if available from OS</td>
<td>yes</td>
<td>no</td>
<td>no</td>
- </tr>
+ </tr-->
<tr>
<td>XML</td>
<td>yes</td>
@@ -120,8 +122,8 @@
<section>
<title>Base-14 Fonts</title>
<p>
- The Adobe PDF Specification specifies a set of 14 fonts that must be
- available to every PDF reader:
+ The Adobe PostScript and PDF Specification specify a set of 14 fonts that must be
+ available to every PostScript interpreter and PDF reader:
Helvetica (normal, bold, italic, bold italic),
Times (normal, bold, italic, bold italic),
Courier (normal, bold, italic, bold italic),
@@ -147,73 +149,132 @@
</p>
</section>
<section id="awt">
- <title>AWT/Operating System Fonts</title>
- <p>The AWT family of renderers (AWT, Print, SVG), use the Java AWT libraries for font metric information. Through operating system registration, the AWT libraries know what fonts are available on the system, and the font metrics for each one.</p>
+ <title>Java2D/AWT/Operating System Fonts</title>
+ <p>
+ The Java2D family of renderers (Java2D, AWT, Print, TIFF, PNG), use the
+ Java AWT subsystem for font metric information. Through operating system
+ registration, the AWT subsystem knows what fonts are available on the system,
+ and the font metrics for each one.
+ </p>
+ <p>
+ When working with one of these output formats and you're missing a font, just
+ install it in your operating system and they should be available for these
+ renderers. Please note that this is not true for other output formats such as
+ PDF or PostScript.
+ </p>
</section>
+
<section id="custom">
<title>Custom Fonts</title>
- <p>Support for custom fonts is added by creating font metric files (written in XML) from the actual font files, and registering them with FOP. Currently only Type 1 and TrueType fonts can be added.
-More information about fonts can be found at:</p>
+ <p>
+ Support for custom fonts is highly output format dependent (see above table).
+ This section shows how to add Type 1 and TrueType fonts to the PDF, PostScript and
+ Java2D-based renderers. Other renderers (like AFP) support other font formats. Details
+ in this case can be found on the page about <a href="output.html">output formats</a>.
+ </p>
+ <p>
+ Prior to FOP version 0.94, it was always necessary to create an XML font metrics file
+ if you wanted to add a custom font. This unconvenient step has been removed and in
+ addition to that, FOP supports auto-registration of fonts, i.e. FOP can find fonts
+ installed in your operating system or can scan user-specified directories for fonts.
+ Font registration via XML font metrics file is still supported and is still necessary
+ if you want to use a TrueType Collection (*.ttc). Direct support for TrueType
+ collections may be added later. Furthermore, the XML font metrics files are still
+ required if you don't want to embed, but only reference a font.
+ </p>
+ <p>
+ Basic information about fonts can be found at:
+ </p>
<ul>
<li><a href="http://partners.adobe.com/asn/developer/type/ftypes.html">Adobe font types</a></li>
<li><a href="http://partners.adobe.com/asn/developer/technotes/fonts.html">Adobe Font Technote</a></li>
</ul>
+ </section>
+
+ <section id="basics">
+ <title>Basic font configuration</title>
+ <p>
+ If you want FOP to use custom fonts, you need to tell it where to find them. This
+ is done in the configuration file and once per renderer (because each output format
+ is a little different). In the basic form, you can either tell FOP to find your
+ operating system fonts or you can specify directories that it will search for
+ support fonts. These fonts will then automatically be registered.
+ </p>
+ <source><![CDATA[
+<fonts>
+ <!-- register all the fonts found in a directory -->
+ <directory>C:\MyFonts1</directory>
+
+ <!-- register all the fonts found in a directory
+ and all of its sub directories (use with care) -->
+ <directory recursive="true">C:\MyFonts2</directory>
+
+ <!-- automatically detect operating system installed fonts -->
+ <auto-detect/>
+</fonts>]]></source>
+ <note>
+ Review the documentation for <a href="configuration.html">FOP Configuration</a>
+ for instructions on making the FOP configuration available to FOP when it runs.
+ Otherwise, FOP has no way of finding your custom font information. It is currently
+ not possible to easily configure fonts from Java code.
+ </note>
+ </section>
+
+ <section id="advanced">
+ <title>Advanced font configuration</title>
+ <p>
+ The instructions found above should be sufficient for most users. Below are some
+ additional instructions in case the basic font configuration doesn't lead to
+ the desired results.
+ </p>
<section id="type1-metrics">
<title>Type 1 Font Metrics</title>
<p>FOP includes PFMReader, which reads the PFM file that normally comes with a Type 1 font, and generates an appropriate font metrics file for it.
-To use it, run the class org.apache.fop.fonts.apps.PFMReader:</p>
- <p>Windows (on JDK 1.4 and later):</p>
+ To use it, run the class org.apache.fop.fonts.apps.PFMReader:</p>
+ <p>Windows:</p>
<source>java -cp build\fop.jar;lib\avalon-framework.jar;lib\commons-logging.jar;lib\commons-io.jar
- org.apache.fop.fonts.apps.PFMReader [options] pfm-file xml-file</source>
- <p>Windows (on JDK 1.3.x):</p>
- <source>java -cp build\fop.jar;lib\avalon-framework.jar;lib\commons-logging.jar;lib\commons-io.jar;lib\xml-apis.jar;
- lib\xercesImpl.jar;lib\xalan.jar;lib\serializer.jar
- org.apache.fop.fonts.apps.PFMReader [options] pfm-file xml-file</source>
- <p>Unix (on JDK 1.4 and later):</p>
+ org.apache.fop.fonts.apps.PFMReader [options] pfm-file xml-file</source>
+ <p>Unix:</p>
<source>java -cp build/fop.jar:lib/avalon-framework.jar:lib/commons-logging.jar:lib/commons-io.jar
- org.apache.fop.fonts.apps.PFMReader [options] pfm-file xml-file</source>
- <p>Unix (on JDK 1.3.1):</p>
- <source>java -cp build/fop.jar:lib/avalon-framework.jar:lib/commons-logging.jar:lib/commons-io.jar:lib/xml-apis.jar:
- lib/xercesImpl.jar:lib/xalan.jar:lib/serializer.jar
- org.apache.fop.fonts.apps.PFMReader [options] pfm-file xml-file</source>
+ org.apache.fop.fonts.apps.PFMReader [options] pfm-file xml-file</source>
<p>PFMReader [options]:</p>
<ul>
<li><strong>-fn &lt;fontname&gt;</strong> By default, FOP uses the fontname from the
-.pfm file when embedding the font. Use the "-fn" option to override this name with one you have
-chosen. This may be useful in some cases to ensure that applications using the output document
-(Acrobat Reader for example) use the embedded font instead of a local font with the same
-name.</li>
+ .pfm file when embedding the font. Use the "-fn" option to override this name with one you have
+ chosen. This may be useful in some cases to ensure that applications using the output document
+ (Acrobat Reader for example) use the embedded font instead of a local font with the same
+ name.</li>
</ul>
<note>The classpath in the above example has been simplified for readability.
-You will have to adjust the classpath to the names of the actual JAR files in the lib directory.
-xml-apis.jar, xercesImpl.jar, xalan.jar and serializer.jar are not necessary for JDK version 1.4 or later.</note>
+ You will have to adjust the classpath to the names of the actual JAR files in the lib directory.
+ xml-apis.jar, xercesImpl.jar, xalan.jar and serializer.jar are not necessary for JDK version 1.4 or later.</note>
<note>The tool will construct some values (FontBBox, StemV and ItalicAngle) based on assumptions and calculations which are only an approximation to the real values.
-FontBBox and Italic Angle can be found in the human-readable part of the PFB file or in the AFM file.
-The PFMReader tool does not yet interpret PFB or AFM files, so if you want to be correct, you may have to adjust the values in the XML file manually.
-The constructed values however appear to have no visible influence.</note>
+ FontBBox and Italic Angle can be found in the human-readable part of the PFB file or in the AFM file.
+ The PFMReader tool does not yet interpret PFB or AFM files, so if you want to be correct, you may have to adjust the values in the XML file manually.
+ The constructed values however appear to have no visible influence.</note>
</section>
<section id="truetype-metrics">
<title>TrueType Font Metrics</title>
<p>FOP includes TTFReader, which reads the TTF file and generates an appropriate font metrics file for it.
-Use it in a similar manner to PFMReader.
-For example, to create such a metrics file in Windows from the TrueType font at c:\myfonts\cmr10.ttf:</p>
+ Use it in a similar manner to PFMReader.
+ For example, to create such a metrics file in Windows from the TrueType font at c:\myfonts\cmr10.ttf:</p>
<source>java -cp build\fop.jar;lib\avalon-framework.jar;lib\commons-logging.jar;lib\commons-io.jar
- org.apache.fop.fonts.apps.TTFReader [options]
- C:\myfonts\cmr10.ttf ttfcm.xml</source>
+ org.apache.fop.fonts.apps.TTFReader [options]
+ C:\myfonts\cmr10.ttf ttfcm.xml</source>
<p>TTFReader [options]:</p>
<ul>
<li><strong>-d &lt;DEBUG | INFO &gt;</strong> Sets the debug level (default is
-INFO).</li>
+ INFO).</li>
<li><strong>-fn &lt;fontname&gt;</strong> Same as for PFMReader.</li>
<li><strong>-ttcname &lt;fontname&gt;</strong> If you're reading data from a
-TrueType Collection (.ttc file) you must specify which font from the collection you will read
-metrics from.
-If you read from a .ttc file without this option, the fontnames will be listed for you.</li>
+ TrueType Collection (.ttc file) you must specify which font from the collection you will read
+ metrics from.
+ If you read from a .ttc file without this option, the fontnames will be listed for you.</li>
<li><strong>-enc ansi</strong> Creates a WinAnsi-encoded font metrics file.
-Without this option, a CID-keyed font metrics file is created.
-The table below summarizes the differences between these two encoding options as currently
-used within FOP.
-Please note that this information only applies to TrueType fonts and TrueType collections:</li>
+ Without this option, a CID-keyed font metrics file is created.
+ The table below summarizes the differences between these two encoding options as currently
+ used within FOP.
+ Please note that this information only applies to TrueType fonts and TrueType collections:</li>
</ul>
<table id="ttf-encoding">
<tr>
@@ -240,13 +301,13 @@ Please note that this information only applies to TrueType fonts and TrueType co
<section id="truetype-collections-metrics">
<title>TrueType Collections Font Metrics</title>
<p>TrueType collections (.ttc files) contain more than one font.
-To create metrics files for these fonts, you must specify which font in the collection should be generated, by using the "-ttcname" option with the TTFReader.</p>
+ To create metrics files for these fonts, you must specify which font in the collection should be generated, by using the "-ttcname" option with the TTFReader.</p>
<p>To get a list of the fonts in a collection, just start the TTFReader as if it were a normal TrueType file (without the -ttcname option).
-It will display all of the font names and exit with an Exception.</p>
+ It will display all of the font names and exit with an Exception.</p>
<p>Here is an example of generating a metrics file for a .ttc file:</p>
<source>java -cp build\fop.jar;lib\avalon-framework.jar;lib\commons-logging.jar;lib\commons-io.jar
- org.apache.fop.fonts.apps.TTFReader -ttcname "MS Mincho"
- msmincho.ttc msminch.xml</source>
+ org.apache.fop.fonts.apps.TTFReader -ttcname "MS Mincho"
+ msmincho.ttc msminch.xml</source>
</section>
<section id="register">
<title>Register Fonts with FOP</title>
@@ -269,16 +330,16 @@ It will display all of the font names and exit with an Exception.</p>
<!-- automatically detect operating system installed fonts -->
<auto-detect/>
</fonts>]]></source>
- <note>Review the documentation for <a href="configuration.html">FOP Configuration</a> for instructions on making the FOP configuration available to FOP when it runs. Otherwise, FOP has no way of finding your custom font information.</note>
<ul>
<li>
URLs are used to access the font metric and font files.
Relative URLs are resolved relative to the font-base property (or base) if available.
See <a href="configuration.html">FOP: Configuration</a> for more information.
</li>
+ <li>The "metrics-url" attribute is generally not necessary except if you run into problems with certain fonts.</li>
<li>Either an "embed-url" or a "metrics-url" must be specified for font tag configurations.</li>
- <li>The font "kerning" attribute is optional.</li>
- <li>If embedding is off, the output will position the text correctly (from the metrics file), but it will not be displayed or printed correctly unless the viewer has the applicable font available to their local system.</li>
+ <li>The font "kerning" attribute is optional. Default is "true".</li>
+ <li>If embedding is off (i.e. embed-url is not set), the output will position the text correctly (from the metrics file), but it will not be displayed or printed correctly unless the viewer has the applicable font available to their local system.</li>
<li>When setting the "embed-url" attribute for Type 1 fonts, be sure to specify the PFB (actual font data), not PFM (font metrics) file that you used to generate the XML font metrics file.</li>
<li>The fonts "directory" tag can be used to register fonts contained within a single or list of directory paths. The "recursive" attribute can be specified to recursively add fonts from all sub directories.</li>
<li>The fonts "auto-detect" tag can be used to automatically register fonts that are found to be installed on the native operating system.</li>
@@ -294,37 +355,38 @@ It will display all of the font names and exit with an Exception.</p>
</section>
<section id="autodetect">
<title>Auto-Detect and auto-embedd feature</title>
- <p>When the "auto-detect" flag is set in the configuration, FOP will automatically search for fonts in the default paths for your operating system.</p>
- <p>FOP will also auto-detect fonts which are available in the classpath, if they are described as "application/x-font" in the MANIFEST.MF file. For example, if your .jar file contains font/myfont.ttf:</p>
- <source>Manifest-Version: 1.0
-
-Name: font/myfont.ttf
-Content-Type: application/x-font</source>
- <p>This feature allows you to create JAR files containing fonts. The JAR files can be added to fop by providem them in the classpath, e.g. copying them into the lib/ directory.</p>
+ <p>When the "auto-detect" flag is set in the configuration, FOP will automatically search for fonts in the default paths for your operating system.</p>
+ <p>FOP will also auto-detect fonts which are available in the classpath, if they are described as "application/x-font" in the MANIFEST.MF file. For example, if your .jar file contains font/myfont.ttf:</p>
+ <source>Manifest-Version: 1.0
+
+ Name: font/myfont.ttf
+ Content-Type: application/x-font</source>
+ <p>This feature allows you to create JAR files containing fonts. The JAR files can be added to fop by providem them in the classpath, e.g. copying them into the lib/ directory.</p>
</section>
<section id="embedding">
<title>Embedding</title>
<note>The PostScript renderer does not yet support TrueType fonts, but can embed Type 1 fonts.</note>
<note>The font is simply embedded into the PDF file, it is not converted.</note>
<p>Font embedding is enabled in the userconfig.xml file and controlled by the embed-url attribute.
-If you don't specify the embed-url attribute the font will not be embedded, but will only be referenced.</p>
+ If you don't specify the embed-url attribute the font will not be embedded, but will only be referenced.</p>
<warning>
Omitting the embed-url attribute for CID-encoded TrueType fonts will currently produce invalid
PDF files! If you create the XML font metric file using the "-enc ansi" option, you can omit
the embed-url attribute for TrueType fonts but you're restricted to the WinAnsi character set.
</warning>
<p>When FOP embeds a font, it adds a prefix to the fontname to ensure that the name will not match the fontname of an installed font.
-This is helpful with older versions of Acrobat Reader that preferred installed fonts over embedded fonts.</p>
+ This is helpful with older versions of Acrobat Reader that preferred installed fonts over embedded fonts.</p>
<p>When embedding PostScript fonts, the entire font is always embedded.</p>
<p>When embedding TrueType fonts (ttf) or TrueType Collections (ttc), a subset of the
original font, containing only the glyphs used, is embedded in the output document.</p>
</section>
+ <!-- The following section should no longer be required
<section id="embedding-base14">
<title>Explicitly embedding the base 14 fonts</title>
<p>
There are cases where you might want to force the embedding of one or more of the base 14 fonts that
can normally be considered available on the target platform (viewer, printer). One of these cases is
- PDF/A which mandates the embedding of even the base 14 fonts. Embedding a font such as Helvetica or
+ <a href="pdfa.html">PDF/A</a> which mandates the embedding of even the base 14 fonts. Embedding a font such as Helvetica or
Courier is straight-forward. The "Symbol" and "ZapfDingbats" fonts, however, currently present a
problem because FOP cannot correctly determine the encoding of these two single-byte fonts through
the PFM file. FOP now correctly interprets the "encoding" value in the XML font metrics file, but the
@@ -342,7 +404,7 @@ This is helpful with older versions of Acrobat Reader that preferred installed f
<cap-height>673</cap-height>
<x-height>766</x-height>
[..]]]></source>
- </section>
+ </section-->
</section>
</body>
</document>
diff --git a/src/documentation/content/xdocs/trunk/output.xml b/src/documentation/content/xdocs/trunk/output.xml
index d6021414f..628df1248 100644
--- a/src/documentation/content/xdocs/trunk/output.xml
+++ b/src/documentation/content/xdocs/trunk/output.xml
@@ -48,6 +48,35 @@
The net effect is that the layout of a given FO document can be quite different between
renderers that do not use the same font information.
</p>
+ <p>
+ Theoretically, there's some potential to make the output of the PDF/PS renderers match
+ the output of the Java2D-based renderers. If FOP used the font metrics from its own
+ font subsystem but still used Java2D for text painting in the Java2D-based renderers,
+ this could probably be achieved. However, this approach hasn't been implemented, yet.
+ </p>
+ <p>
+ With a work-around, it is possible to match the PDF/PS output in a Java2D-based
+ renderer pretty closely. The clue is to use the
+ <a href="intermediate.html">intermediate format</a>. The trick is to layout the
+ document using FOP's own font subsystem but then render the document using Java2D.
+ Here are the necessary steps (using the command-line):
+ </p>
+ <ol>
+ <li>
+ Produce an IF file: <code>fop -fo myfile.fo -at application/pdf myfile.at.xml</code><br/>
+ Specifying "application/pdf" for the "-at" parameter causes FOP to use FOP's own
+ font subsystem (which is used by the PDF renderer). Note that no PDF file is created
+ in this step.
+ </li>
+ <li>Render to a PDF file: <code>fop -atin myfile.at.xml -pdf myfile.pdf</code></li>
+ <li>Render to a Java2D-based renderer:
+ <ul>
+ <li><code>fop -atin myfile.at.xml -print</code></li>
+ <li><code>fop -atin myfile.at.xml -awt</code></li>
+ <li><code>fop -atin myfile.at.xml -tiff myfile.tiff</code></li>
+ </ul>
+ </li>
+ </ol>
</section>
<section id="general-direct-output">
<title>Output to a Printer or Other Device</title>
diff --git a/src/documentation/content/xdocs/trunk/pdfencryption.xml b/src/documentation/content/xdocs/trunk/pdfencryption.xml
index c8cdbb29c..22d965057 100644
--- a/src/documentation/content/xdocs/trunk/pdfencryption.xml
+++ b/src/documentation/content/xdocs/trunk/pdfencryption.xml
@@ -204,15 +204,13 @@ Fop fop = fopFactory.newFop(MimeConstants.MIME_PDF, userAgent);
</p>
<ol>
<li>
- Download the binary distribution for your JDK version. If you have JDK
- 1.3 or earlier you must also download a JCE from the same page.
+ Download the binary distribution for your JDK version.
</li>
<li>
Unpack the distribution. Add the jar file to your classpath. A
convenient way to use the jar on Linux is to simply drop it into the
FOP lib directory, it will be automatically picked up by
- <code>fop.sh</code>. If you have JDK 1.3 or earlier don't forget to
- install the JCE as well.
+ <code>fop.sh</code>.
</li>
<li>
Open the <code>java.security</code> file and add<br/>
diff --git a/src/documentation/content/xdocs/trunk/running.xml b/src/documentation/content/xdocs/trunk/running.xml
index 38df4be82..38e31cc6c 100644
--- a/src/documentation/content/xdocs/trunk/running.xml
+++ b/src/documentation/content/xdocs/trunk/running.xml
@@ -305,7 +305,7 @@ Fop [options] [-fo|-xml] infile [-xsl file] [-awt|-pdf|-mif|-rtf|-tiff|-png|-pcl
<ul>
<li>
Increase memory available to the JVM. See
- <a href="http://java.sun.com/j2se/1.3/docs/tooldocs/solaris/java.html">the -Xmx option</a>
+ <a href="http://java.sun.com/j2se/1.4/docs/tooldocs/solaris/java.html">the -Xmx option</a>
for more information.
<warning>
It is usually unwise to increase the memory allocated to the JVM beyond the amount of