From f9b2ca7465e53e78fa70115a803d403b5c71bc82 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 21 Apr 2022 08:07:37 -0700 Subject: HTML writer: do not include the deprecated doc-endnote role. doc-endnote was deprecated in DPUB-ARIA 1.1. Closes #8030. --- src/Text/Pandoc/Writers/HTML.hs | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/Text') diff --git a/src/Text/Pandoc/Writers/HTML.hs b/src/Text/Pandoc/Writers/HTML.hs index f443c446b..a38c2d95c 100644 --- a/src/Text/Pandoc/Writers/HTML.hs +++ b/src/Text/Pandoc/Writers/HTML.hs @@ -1642,8 +1642,6 @@ blockListToNote opts ref blocks = do let noteItem' = case epubVersion of Just EPUB3 -> noteItem ! customAttribute "epub:type" "footnote" - _ | html5 -> noteItem ! - customAttribute "role" "doc-endnote" _ -> noteItem return $ nl >> noteItem' -- cgit v1.2.3