diff options
| author | Albert Krewinkel <albert@zeitkraut.de> | 2023-02-17 23:03:32 +0100 |
|---|---|---|
| committer | Albert Krewinkel <albert@zeitkraut.de> | 2023-02-18 00:09:21 +0100 |
| commit | d08d1c04c54a91eceff2ad3e8cc628b730a7cc9b (patch) | |
| tree | 2ac1a95a72e96766b4f9ab407f9dad67651f3eed /test/writer.jats_archiving | |
| parent | da9c196e09ecd87b2d727294810357f485733be8 (diff) | |
JATS writer: include alt-text in `<graphic>`, `<inline-graphic>` elements
Closes: #8631
Diffstat (limited to 'test/writer.jats_archiving')
| -rw-r--r-- | test/writer.jats_archiving | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/test/writer.jats_archiving b/test/writer.jats_archiving index d762c735a..31c619314 100644 --- a/test/writer.jats_archiving +++ b/test/writer.jats_archiving @@ -845,8 +845,9 @@ These should not be escaped: \$ \\ \> \[ \{</preformat> <graphic mimetype="image" mime-subtype="jpeg" xlink:href="lalune.jpg" xlink:title="Voyage dans la Lune" /> </fig> <p>Here is a movie - <inline-graphic mimetype="image" mime-subtype="jpeg" xlink:href="movie.jpg" /> - icon.</p> + <inline-graphic mimetype="image" mime-subtype="jpeg" xlink:href="movie.jpg"> + <alt-text>movie</alt-text> + </inline-graphic> icon.</p> </sec> <sec id="footnotes"> <title>Footnotes</title> |
