Removed read-only and experimental properties

This commit is contained in:
2019-04-22 22:14:39 -06:00
parent 296f7c71da
commit cbd897677b
2 changed files with 0 additions and 18 deletions

View File

@ -99,14 +99,6 @@ func Autoplay() hatmill.Attrib {
}
}
// Buffered creates a "buffered" attribute
func Buffered(value string) hatmill.Attrib {
return hatmill.Attrib{
Key: "buffered",
Value: value,
}
}
// Challenge creates a "challenge" attribute
func Challenge(value string) hatmill.Attrib {
return hatmill.Attrib{
@ -278,14 +270,6 @@ func Draggable(value string) hatmill.Attrib {
}
}
// Dropzone creates a "dropzone" attribute
func Dropzone(value string) hatmill.Attrib {
return hatmill.Attrib{
Key: "dropzone",
Value: value,
}
}
// Enctype creates a "enctype" attribute
func Enctype(value string) hatmill.Attrib {
return hatmill.Attrib{