Removed read-only and experimental properties

This commit is contained in:
Brandon Dyck 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 // Challenge creates a "challenge" attribute
func Challenge(value string) hatmill.Attrib { func Challenge(value string) hatmill.Attrib {
return 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 // Enctype creates a "enctype" attribute
func Enctype(value string) hatmill.Attrib { func Enctype(value string) hatmill.Attrib {
return hatmill.Attrib{ return hatmill.Attrib{

View File

@ -12,7 +12,6 @@
{"name": "autocomplete", "type": "string"}, {"name": "autocomplete", "type": "string"},
{"name": "autofocus", "type": "bool"}, {"name": "autofocus", "type": "bool"},
{"name": "autoplay", "type": "bool"}, {"name": "autoplay", "type": "bool"},
{"name": "buffered", "type": "string"},
{"name": "challenge", "type": "string"}, {"name": "challenge", "type": "string"},
{"name": "charset", "type": "string"}, {"name": "charset", "type": "string"},
{"name": "checked", "type": "bool"}, {"name": "checked", "type": "bool"},
@ -35,7 +34,6 @@
{"name": "disabled", "type": "bool"}, {"name": "disabled", "type": "bool"},
{"name": "download", "type": "string"}, {"name": "download", "type": "string"},
{"name": "draggable", "type": "string"}, {"name": "draggable", "type": "string"},
{"name": "dropzone", "type": "string"},
{"name": "enctype", "type": "string"}, {"name": "enctype", "type": "string"},
{"name": "for", "type": "string"}, {"name": "for", "type": "string"},
{"name": "form", "type": "string"}, {"name": "form", "type": "string"},