Add to html5 attributes.
Add: allow, autocapitalize, decoding, enterkeyhint, imagesizes, imagesrcset, loading.
This commit is contained in:
parent
44f8c2725e
commit
7601953205
1 changed files with 7 additions and 0 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue