diff options
author | Andreas L. Delmelle <adelmelle@apache.org> | 2009-08-26 16:08:01 +0000 |
---|---|---|
committer | Andreas L. Delmelle <adelmelle@apache.org> | 2009-08-26 16:08:01 +0000 |
commit | ccc743d929c38077f06886f245bd05f3a7780999 (patch) | |
tree | 978080cf18f7e542220ebae0587ae88c68894e01 | |
parent | 4201d1086df85f39f3774c12db6d1057622c97a6 (diff) | |
download | xmlgraphics-fop-ccc743d929c38077f06886f245bd05f3a7780999.tar.gz xmlgraphics-fop-ccc743d929c38077f06886f245bd05f3a7780999.zip |
Fixed some oversights: fo:title was already implemented long ago, fo:wrapper works correctly as of trunk.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@808081 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | src/documentation/content/xdocs/compliance.ihtml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/documentation/content/xdocs/compliance.ihtml b/src/documentation/content/xdocs/compliance.ihtml index fc38bad8b..0b3a7706a 100644 --- a/src/documentation/content/xdocs/compliance.ihtml +++ b/src/documentation/content/xdocs/compliance.ihtml @@ -870,11 +870,11 @@ <td class="no">no</td> - <td class="no">no</td> + <td class="yes">yes</td> - <td class="no">no</td> + <td class="yes">yes</td> - <td class="no">no</td> + <td class="yes">yes</td> <td align="center"> </td> </tr> @@ -1714,11 +1714,11 @@ <td class="partial">partial</td> - <td class="partial">partial</td> + <td class="yes">yes</td> <td align="left"> <ul> - <li>[0.94 and later] Only works as expected with inline-level content.</li> + <li>[0.95] Only works as expected with inline-level content.</li> </ul> </td> </tr> @@ -4827,7 +4827,7 @@ <li>[0.95] works on all implemented FOs, except list- and inline-level FOs.</li> <li>[Trunk] does not work on inline-level FOs.</li> - + <li>[0.95 and earlier] <integer> values are not supported.</li> <li>[Trunk] minimal support for <integer> value.</li> </ul> |