diff options
| author | John MacFarlane <[email protected]> | 2022-11-29 09:37:31 -0800 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2022-11-29 09:37:31 -0800 |
| commit | 6a23ac0d1dc91260fb86abd517cfbdf24b0dfe1b (patch) | |
| tree | 484eee1d4197787aab12dc216230f8bf15825d8c /test/writer.docbook4 | |
| parent | 8f9e16265b7ca41ea171b16880b9e5fbec0ab533 (diff) | |
DocBook writer: render image alt text using textobject element.
See #8437.
Diffstat (limited to 'test/writer.docbook4')
| -rw-r--r-- | test/writer.docbook4 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/writer.docbook4 b/test/writer.docbook4 index baf1937b5..af26f32c9 100644 --- a/test/writer.docbook4 +++ b/test/writer.docbook4 @@ -1357,6 +1357,9 @@ or here: <http://example.com/> Here is a movie <inlinemediaobject> <imageobject> <imagedata fileref="movie.jpg" /> + <textobject> + <phrase>movie</phrase> + </textobject> </imageobject> </inlinemediaobject> icon. </para> |
