all repos — gomponents @ ec86ca5c71fecf21590b872737fbadd9aa3e158b

HTML components in pure Go

Add video element and related attributes (#84) Adds the `video` element and `loop`, `muted`, `playsinline`, `poster` attributes.

Markus Wüstenberg
commit

ec86ca5c71fecf21590b872737fbadd9aa3e158b

parent

0efc71d6f326efc88d25688f50f83b948b40fc38

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

changed files
M html/elements_test.gohtml/elements_test.go
@@ -118,6 +118,7 @@ "tr": Tr,
"u": U, "ul": Ul, "var": Var, + "video": Video, } for name, fn := range cases {