Removed deprecated/experimental stuff

This commit is contained in:
2019-04-26 19:23:27 -06:00
parent 391d7a912b
commit 9a4d859c7c
3 changed files with 0 additions and 113 deletions

View File

@ -38,22 +38,6 @@ func Action(value string) hatmill.Attrib {
}
}
// Align creates a "align" attribute
func Align(value string) hatmill.Attrib {
return hatmill.Attrib{
Key: "align",
Value: value,
}
}
// Allow creates a "allow" attribute
func Allow(value string) hatmill.Attrib {
return hatmill.Attrib{
Key: "allow",
Value: value,
}
}
// Alt creates a "alt" attribute
func Alt(value string) hatmill.Attrib {
return hatmill.Attrib{
@ -99,14 +83,6 @@ func Autoplay() hatmill.Attrib {
}
}
// Challenge creates a "challenge" attribute
func Challenge(value string) hatmill.Attrib {
return hatmill.Attrib{
Key: "challenge",
Value: value,
}
}
// Charset creates a "charset" attribute
func Charset(value string) hatmill.Attrib {
return hatmill.Attrib{
@ -357,14 +333,6 @@ func HttpEquiv(value string) hatmill.Attrib {
}
}
// Icon creates a "icon" attribute
func Icon(value string) hatmill.Attrib {
return hatmill.Attrib{
Key: "icon",
Value: value,
}
}
// Id creates a "id" attribute
func Id(value string) hatmill.Attrib {
return hatmill.Attrib{
@ -373,14 +341,6 @@ func Id(value string) hatmill.Attrib {
}
}
// Integrity creates a "integrity" attribute
func Integrity(value string) hatmill.Attrib {
return hatmill.Attrib{
Key: "integrity",
Value: value,
}
}
// Ismap creates a "ismap" attribute
func Ismap() hatmill.Attrib {
return hatmill.Attrib{
@ -396,14 +356,6 @@ func Itemprop(value string) hatmill.Attrib {
}
}
// Keytype creates a "keytype" attribute
func Keytype(value string) hatmill.Attrib {
return hatmill.Attrib{
Key: "keytype",
Value: value,
}
}
// Kind creates a "kind" attribute
func Kind(value string) hatmill.Attrib {
return hatmill.Attrib{
@ -428,14 +380,6 @@ func Lang(value string) hatmill.Attrib {
}
}
// Language creates a "language" attribute
func Language(value string) hatmill.Attrib {
return hatmill.Attrib{
Key: "language",
Value: value,
}
}
// List creates a "list" attribute
func List(value string) hatmill.Attrib {
return hatmill.Attrib{
@ -459,14 +403,6 @@ func Low(value float32) hatmill.Attrib {
}
}
// Manifest creates a "manifest" attribute
func Manifest(value string) hatmill.Attrib {
return hatmill.Attrib{
Key: "manifest",
Value: value,
}
}
// Max creates a "max" attribute
func Max(value float32) hatmill.Attrib {
return hatmill.Attrib{
@ -699,14 +635,6 @@ func Sizes(value string) hatmill.Attrib {
}
}
// Slot creates a "slot" attribute
func Slot(value string) hatmill.Attrib {
return hatmill.Attrib{
Key: "slot",
Value: value,
}
}
// Span creates a "span" attribute
func Span(value string) hatmill.Attrib {
return hatmill.Attrib{
@ -771,14 +699,6 @@ func Style(value string) hatmill.Attrib {
}
}
// Summary creates a "summary" attribute
func Summary(value string) hatmill.Attrib {
return hatmill.Attrib{
Key: "summary",
Value: value,
}
}
// Tabindex creates a "tabindex" attribute
func Tabindex(value int) hatmill.Attrib {
return hatmill.Attrib{
@ -803,14 +723,6 @@ func Title(value string) hatmill.Attrib {
}
}
// Translate creates a "translate" attribute
func Translate(value string) hatmill.Attrib {
return hatmill.Attrib{
Key: "translate",
Value: value,
}
}
// Type creates a "type" attribute
func Type(value string) hatmill.Attrib {
return hatmill.Attrib{