all repos — gomponents @ b2475a7680d50740eca93447eb6f8d2454c05656

HTML components in pure Go

Add draggable attribute (#185)

Leonardo Silveira
commit

b2475a7680d50740eca93447eb6f8d2454c05656

parent

8b43a908820fb8c6b8a0f6d68d11bb2596a9e033

1 file changed, 1 insertion(+), 0 deletions(-)

changed files
M html/attributes_test.gohtml/attributes_test.go
@@ -55,6 +55,7 @@ {Name: "colspan", Func: ColSpan},
{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},