aboutsummaryrefslogtreecommitdiff
path: root/test/command/7416.md
diff options
context:
space:
mode:
authorAner Lucero <4rgento@gmail.com>2021-07-02 11:17:14 -0300
committerJohn MacFarlane <jgm@berkeley.edu>2021-07-02 13:02:52 -0700
commitcb038bb3125028e17a5b05c32495219a17fb6537 (patch)
tree2ba9d07187000860703b29f22c15ddff70322f9d /test/command/7416.md
parent0948af9cc549f0ea3b85fa760aa521b8deaad2c0 (diff)
downloadpandoc-cb038bb3125028e17a5b05c32495219a17fb6537.tar.gz
HTML5 writer, remove aria-hidden when explicit atl text is provided.
Diffstat (limited to 'test/command/7416.md')
-rw-r--r--test/command/7416.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/command/7416.md b/test/command/7416.md
index 70a0257fa..2f9577f10 100644
--- a/test/command/7416.md
+++ b/test/command/7416.md
@@ -4,7 +4,7 @@
^D
<figure>
-<img src="../media/rId25.jpg" title="title" alt="alt" /><figcaption aria-hidden="true">caption</figcaption>
+<img src="../media/rId25.jpg" title="title" alt="alt" /><figcaption>caption</figcaption>
</figure>
```