aboutsummaryrefslogtreecommitdiff
path: root/test/writer.html5
diff options
context:
space:
mode:
authorMauro Bieg <mb21@users.noreply.github.com>2019-05-28 18:31:41 +0200
committerJohn MacFarlane <jgm@berkeley.edu>2019-05-28 12:31:41 -0400
commit3f57f49033d78fab158af77983611ffcb5cac4bc (patch)
treea97af38267738c5975b2aabcff0d0807c2e45323 /test/writer.html5
parent0e2d6561bef9b0558b0bd96fa06e748a51219d88 (diff)
downloadpandoc-3f57f49033d78fab158af77983611ffcb5cac4bc.tar.gz
HTML writer: emit empty alt tag in figures (#5518)
The same text is already in the <figcaption> and screen-readers would read it twice, see #4737
Diffstat (limited to 'test/writer.html5')
-rw-r--r--test/writer.html52
1 files changed, 1 insertions, 1 deletions
diff --git a/test/writer.html5 b/test/writer.html5
index 88b382ed2..d26b83d9b 100644
--- a/test/writer.html5
+++ b/test/writer.html5
@@ -521,7 +521,7 @@ Blah
<h1 id="images">Images</h1>
<p>From “Voyage dans la Lune” by Georges Melies (1902):</p>
<figure>
-<img src="lalune.jpg" title="Voyage dans la Lune" alt="lalune" /><figcaption>lalune</figcaption>
+<img src="lalune.jpg" title="Voyage dans la Lune" alt="" /><figcaption>lalune</figcaption>
</figure>
<p>Here is a movie <img src="movie.jpg" alt="movie" /> icon.</p>
<hr />