From: Christian Geisert Date: Tue, 25 Mar 2003 01:57:56 +0000 (+0000) Subject: fixed typos on implemented.xml X-Git-Tag: Root_Temp_KnuthStylePageBreaking~1737 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=204a72974d690b098e4865c9782fa688278810e7;p=xmlgraphics-fop.git fixed typos on implemented.xml PR: 18023 Submitted by: glenmazza@yahoo.com (Glen Mazza) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196136 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/documentation/content/xdocs/implemented.xml b/src/documentation/content/xdocs/implemented.xml index a3a700724..7216669f7 100644 --- a/src/documentation/content/xdocs/implemented.xml +++ b/src/documentation/content/xdocs/implemented.xml @@ -12,15 +12,15 @@
What's Implemented?

The following formatting objects and properties of the XSL-FO 1.0 - W3C Recommandation are implemented. Please have also a look at the + W3C Recommendation are implemented. Please also have a look at the section on limitations.

1) Formatting Objects -

This section follows the table "B Formatting Object Summary" in the xsl:fo specification. At the - end of each sub-section you find listed what is not implemented.

- +

This section follows the tables in + Appendix B, "Formatting Object Summary" of the XSL-FO specification. + Items that are not currently implemented are listed at the end of each sub-section.

B.1 Declaration and Pagination and Layout Formatting Objects
    @@ -119,7 +119,7 @@
    2) Properties -

    Property values can be computed. Compound properties are also understood by Fop.

    +

    Property values can be computed. Compound properties are also understood by FOP.

    • background-color
    • background-image
    • @@ -239,15 +239,15 @@
    - 3)SVG Support + 3) SVG Support

    FOP uses Batik directly for its SVG support. Therefore FOP supports the same -elements and properties as are supported by Batik. As FOP is designed for -rendering to a static medium then only static SVG is rendered. +elements and properties as are supported by Batik. Because FOP is designed for +rendering to a static medium, only static SVG is supported.

    -Due to some limitations in PDF some SVG images, particularly ones with effects -or transparency, may not come out correctly. The images should still be renderedcorrectly for the AWT and Print renderers. +Due to certain PDF limitations, some SVG images, particularly those with filter effects +or transparency, may not come out correctly. However, these images should still be rendered correctly by the AWT and Print renderers.