From b2475a7680d50740eca93447eb6f8d2454c05656 Mon Sep 17 00:00:00 2001 From: Leonardo Silveira Date: Mon, 8 Jul 2024 14:52:42 -0300 Subject: Add draggable attribute (#185) --- html/attributes_test.go | 1 + 1 file changed, 1 insertion(+) (limited to 'html/attributes_test.go') diff --git a/html/attributes_test.go b/html/attributes_test.go index aba185e..92ce0d6 100644 --- a/html/attributes_test.go +++ b/html/attributes_test.go @@ -55,6 +55,7 @@ func TestSimpleAttributes(t *testing.T) { {Name: "content", Func: Content}, {Name: "crossorigin", Func: CrossOrigin}, {Name: "datetime", Func: DateTime}, + {Name: "draggable", Func: Draggable}, {Name: "enctype", Func: EncType}, {Name: "dir", Func: Dir}, {Name: "for", Func: For}, -- cgit 1.4.1