aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Geisert <chrisg@apache.org>2003-03-25 01:57:56 +0000
committerChristian Geisert <chrisg@apache.org>2003-03-25 01:57:56 +0000
commit204a72974d690b098e4865c9782fa688278810e7 (patch)
tree6933dc2df65717fe2010089f521475e8a74bd1d0
parentd64e9f37fbe3d4810b1286d77f876ba412f6abf2 (diff)
downloadxmlgraphics-fop-204a72974d690b098e4865c9782fa688278810e7.tar.gz
xmlgraphics-fop-204a72974d690b098e4865c9782fa688278810e7.zip
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
-rw-r--r--src/documentation/content/xdocs/implemented.xml20
1 files changed, 10 insertions, 10 deletions
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 @@
<section>
<title>What's Implemented?</title>
<p>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 <jump href="limitations.html">limitations</jump>.
</p>
</section>
<section>
<title>1) Formatting Objects</title>
- <p>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.</p>
-
+ <p>This section follows the tables in
+ <jump href="http://www.w3.org/TR/2001/REC-xsl-20011015/sliceB.html#FO-summary">Appendix B, "Formatting Object Summary"</jump> of the XSL-FO specification.
+ Items that are not currently implemented are listed at the end of each sub-section.</p>
<section>
<title>B.1 Declaration and Pagination and Layout Formatting Objects</title>
<ul>
@@ -119,7 +119,7 @@
<section>
<title>2) Properties</title>
- <p>Property values can be computed. Compound properties are also understood by Fop.</p>
+ <p>Property values can be computed. Compound properties are also understood by FOP.</p>
<ul>
<li>background-color </li>
<li>background-image </li>
@@ -239,15 +239,15 @@
</section>
<section>
- <title>3)SVG Support</title>
+ <title>3) SVG Support</title>
<p>
FOP uses <jump href="http://xml.apache.org/batik/">Batik</jump> 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.
</p>
<p>
-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.
</p>
</section>
</section>