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" , "accept-charset"
, "accesskey" , "accesskey"
, "action" , "action"
, "allow"
, "allowfullscreen" , "allowfullscreen"
, "allowpaymentrequest" , "allowpaymentrequest"
, "allowusermedia" , "allowusermedia"
, "alt" , "alt"
, "as" , "as"
, "async" , "async"
, "autocapitalize"
, "autocomplete" , "autocomplete"
, "autofocus" , "autofocus"
, "autoplay" , "autoplay"
@ -170,6 +172,7 @@ html5Attributes = Set.fromList
, "crossorigin" , "crossorigin"
, "data" , "data"
, "datetime" , "datetime"
, "decoding"
, "default" , "default"
, "defer" , "defer"
, "dir" , "dir"
@ -178,6 +181,7 @@ html5Attributes = Set.fromList
, "download" , "download"
, "draggable" , "draggable"
, "enctype" , "enctype"
, "enterkeyhint"
, "for" , "for"
, "form" , "form"
, "formaction" , "formaction"
@ -193,6 +197,8 @@ html5Attributes = Set.fromList
, "hreflang" , "hreflang"
, "http-equiv" , "http-equiv"
, "id" , "id"
, "imagesizes"
, "imagesrcset"
, "inputmode" , "inputmode"
, "integrity" , "integrity"
, "is" , "is"
@ -206,6 +212,7 @@ html5Attributes = Set.fromList
, "label" , "label"
, "lang" , "lang"
, "list" , "list"
, "loading"
, "loop" , "loop"
, "low" , "low"
, "manifest" , "manifest"