aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/events
diff options
context:
space:
mode:
authorVincent Hennebert <vhennebert@apache.org>2009-10-16 15:53:13 +0000
committerVincent Hennebert <vhennebert@apache.org>2009-10-16 15:53:13 +0000
commit0a05a9f1295e06d158bba4bb7e86f96d4bd845a7 (patch)
tree8897ea2123cf2f1040bd2ebb0314ba5d94ee6fa6 /src/java/org/apache/fop/events
parentc7e17515ef3e7b09b5a822fe81ffbb1e21da6ff9 (diff)
downloadxmlgraphics-fop-0a05a9f1295e06d158bba4bb7e86f96d4bd845a7.tar.gz
xmlgraphics-fop-0a05a9f1295e06d158bba4bb7e86f96d4bd845a7.zip
Route message for missing alt-text property through event notification system
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_Accessibility@825964 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/java/org/apache/fop/events')
-rw-r--r--src/java/org/apache/fop/events/EventFormatter.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/java/org/apache/fop/events/EventFormatter.xml b/src/java/org/apache/fop/events/EventFormatter.xml
index 147744a0d..7561f1548 100644
--- a/src/java/org/apache/fop/events/EventFormatter.xml
+++ b/src/java/org/apache/fop/events/EventFormatter.xml
@@ -105,4 +105,5 @@ Any reference to it will be considered a reference to the first occurrence in th
<message key="org.apache.fop.fonts.FontEventAdapter.fontSubstituted">Font "{requested}" not found. Substituting with "{effective}".</message>
<message key="org.apache.fop.fonts.FontEventAdapter.fontLoadingErrorAtAutoDetection">Unable to load font file: {fontURL}.[ Reason: {e}]</message>
<message key="org.apache.fop.fonts.FontEventAdapter.glyphNotAvailable">Glyph "{ch}" (0x{ch,hex}[, {ch,glyph-name}]) not available in font "{fontName}".</message>
+ <message key="org.apache.fop.fo.FOValidationEventProducer.altTextMissing">Alternate text is missing on {foElement}.{{locator}}</message>
</catalogue>