aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Text/Pandoc/XML.hs7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/Text/Pandoc/XML.hs b/src/Text/Pandoc/XML.hs
index 4c5035c71..10ec4f611 100644
--- a/src/Text/Pandoc/XML.hs
+++ b/src/Text/Pandoc/XML.hs
@@ -147,12 +147,14 @@ html5Attributes = Set.fromList
, "accept-charset"
, "accesskey"
, "action"
+ , "allow"
, "allowfullscreen"
, "allowpaymentrequest"
, "allowusermedia"
, "alt"
, "as"
, "async"
+ , "autocapitalize"
, "autocomplete"
, "autofocus"
, "autoplay"
@@ -170,6 +172,7 @@ html5Attributes = Set.fromList
, "crossorigin"
, "data"
, "datetime"
+ , "decoding"
, "default"
, "defer"
, "dir"
@@ -178,6 +181,7 @@ html5Attributes = Set.fromList
, "download"
, "draggable"
, "enctype"
+ , "enterkeyhint"
, "for"
, "form"
, "formaction"
@@ -193,6 +197,8 @@ html5Attributes = Set.fromList
, "hreflang"
, "http-equiv"
, "id"
+ , "imagesizes"
+ , "imagesrcset"
, "inputmode"
, "integrity"
, "is"
@@ -206,6 +212,7 @@ html5Attributes = Set.fromList
, "label"
, "lang"
, "list"
+ , "loading"
, "loop"
, "low"
, "manifest"