diff options
author | Jeremias Maerki <jeremias@apache.org> | 2005-10-07 12:03:18 +0000 |
---|---|---|
committer | Jeremias Maerki <jeremias@apache.org> | 2005-10-07 12:03:18 +0000 |
commit | fddad6760d0bc8e076704e3ec4f9e8d63bf84ebf (patch) | |
tree | 661bc79151df9c91ff49c878861a566896c7d0c9 /src/documentation/content/xdocs/compliance.ihtml | |
parent | 815d8293f8433b0851d12bd953d6f1c52324c2af (diff) | |
download | xmlgraphics-fop-fddad6760d0bc8e076704e3ec4f9e8d63bf84ebf.tar.gz xmlgraphics-fop-fddad6760d0bc8e076704e3ec4f9e8d63bf84ebf.zip |
Clarification for wrap-option. Supporting wrap-option="no-wrap" on fo:inline will take some additional work in FOP Trunk. It works fine in 0.20.5.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@307094 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation/content/xdocs/compliance.ihtml')
-rw-r--r-- | src/documentation/content/xdocs/compliance.ihtml | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/src/documentation/content/xdocs/compliance.ihtml b/src/documentation/content/xdocs/compliance.ihtml index e7fd11977..a17400701 100644 --- a/src/documentation/content/xdocs/compliance.ihtml +++ b/src/documentation/content/xdocs/compliance.ihtml @@ -4057,11 +4057,15 @@ <td class="yes"> yes </td> - <td class="yes"> - yes + <td class="partial"> + partial </td> - <td align="center"> - + <td align="left"> + <ul> + <li> + [Trunk] Only supported on fo:block. + </li> + </ul> </td> </tr> <tr> |