diff options
| author | John MacFarlane <[email protected]> | 2025-09-29 12:09:19 +0200 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2025-09-29 12:10:27 +0200 |
| commit | e8bdaab34e1a4117ff646cf66a62d471718b47dd (patch) | |
| tree | 2bfb207b159362e4961baa344339fa10bf2e5905 | |
| parent | ca0fc7dc5578cfcef30ee5eb0ade74cf1361e2b5 (diff) | |
T.P.XML: Add `fetchpriority` to list of HTML attributes.
Closes #11176.
| -rw-r--r-- | src/Text/Pandoc/XML.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Text/Pandoc/XML.hs b/src/Text/Pandoc/XML.hs index 249d4999d..c63debdde 100644 --- a/src/Text/Pandoc/XML.hs +++ b/src/Text/Pandoc/XML.hs @@ -208,6 +208,7 @@ html5Attributes = Set.fromList , "draggable" , "enctype" , "enterkeyhint" + , "fetchpriority" , "for" , "form" , "formaction" |
