diff options
author | Vincent Hennebert <vhennebert@apache.org> | 2012-11-02 20:47:32 +0000 |
---|---|---|
committer | Vincent Hennebert <vhennebert@apache.org> | 2012-11-02 20:47:32 +0000 |
commit | 28fc4cf264fb73e6aec0f5a2f373845e685a8955 (patch) | |
tree | 035066cf30bdd42ab8c59fd98094f2e18f171839 /src/documentation/intermediate-format-ng | |
parent | 4b4c1f125c93ad159a19e1da103d5e03d6976d8e (diff) | |
download | xmlgraphics-fop-28fc4cf264fb73e6aec0f5a2f373845e685a8955.tar.gz xmlgraphics-fop-28fc4cf264fb73e6aec0f5a2f373845e685a8955.zip |
Bugzilla #54081: properly tag hyphenated words in PDF output when accessibility is enabled
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1405158 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation/intermediate-format-ng')
-rw-r--r-- | src/documentation/intermediate-format-ng/fop-intermediate-format-ng-content.xsd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/documentation/intermediate-format-ng/fop-intermediate-format-ng-content.xsd b/src/documentation/intermediate-format-ng/fop-intermediate-format-ng-content.xsd index 5e58c8208..d6f0c694c 100644 --- a/src/documentation/intermediate-format-ng/fop-intermediate-format-ng-content.xsd +++ b/src/documentation/intermediate-format-ng/fop-intermediate-format-ng-content.xsd @@ -68,6 +68,7 @@ <xs:attribute name="word-spacing" type="mf:lengthType"/> <xs:attribute name="dx" type="mf:lengthListType"/> <xs:attribute name="dp" type="mf:dpListType"/> + <xs:attribute name="hyphenated" type="xs:boolean"/> </xs:extension> </xs:simpleContent> </xs:complexType> |