Add to html5 attributes.

Add: allow, autocapitalize, decoding, enterkeyhint,
imagesizes, imagesrcset, loading.
This commit is contained in:
John MacFarlane 2020-03-19 16:10:51 -07:00
parent 44f8c2725e
commit 7601953205

View file

@ -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"