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"
|
||||
, "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"
|
||||
|
|
Loading…
Reference in a new issue