Skip to content

Commit e8bdaab

Browse files
committed
T.P.XML: Add fetchpriority to list of HTML attributes.
Closes #11176.
1 parent ca0fc7d commit e8bdaab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Text/Pandoc/XML.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@ html5Attributes = Set.fromList
208208
, "draggable"
209209
, "enctype"
210210
, "enterkeyhint"
211+
, "fetchpriority"
211212
, "for"
212213
, "form"
213214
, "formaction"

0 commit comments

Comments
 (0)