From cbd897677bbef7f5af0199a5149828af256d9076 Mon Sep 17 00:00:00 2001 From: Brandon Dyck Date: Mon, 22 Apr 2019 22:14:39 -0600 Subject: [PATCH] Removed read-only and experimental properties --- attribute/generated.go | 16 ---------------- defs.json | 2 -- 2 files changed, 18 deletions(-) diff --git a/attribute/generated.go b/attribute/generated.go index 355410b..8370fe4 100644 --- a/attribute/generated.go +++ b/attribute/generated.go @@ -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{ diff --git a/defs.json b/defs.json index 93ee1d5..16b0e49 100644 --- a/defs.json +++ b/defs.json @@ -12,7 +12,6 @@ {"name": "autocomplete", "type": "string"}, {"name": "autofocus", "type": "bool"}, {"name": "autoplay", "type": "bool"}, - {"name": "buffered", "type": "string"}, {"name": "challenge", "type": "string"}, {"name": "charset", "type": "string"}, {"name": "checked", "type": "bool"}, @@ -35,7 +34,6 @@ {"name": "disabled", "type": "bool"}, {"name": "download", "type": "string"}, {"name": "draggable", "type": "string"}, - {"name": "dropzone", "type": "string"}, {"name": "enctype", "type": "string"}, {"name": "for", "type": "string"}, {"name": "form", "type": "string"},