Add video element and related attributes (#84) Adds the `video` element and `loop`, `muted`, `playsinline`, `poster` attributes.
1 file changed, 1 insertion(+), 0 deletions(-)
changed files
M html/elements_test.go → html/elements_test.go
@@ -118,6 +118,7 @@ "tr": Tr, "u": U, "ul": Ul, "var": Var, + "video": Video, } for name, fn := range cases {