all repos — gomponents @ 633b000d9115dbf7d4cc072cb1349268a09c3375

HTML components in pure Go

Add svg element (#46) Also add `cols` and `rows` attributes. Fixes #43.

Markus Wüstenberg
commit

633b000d9115dbf7d4cc072cb1349268a09c3375

parent

108f8d9ba564aef06155f6fdc83e140bb5953b3d

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

changed files
M el/simple_test.goel/simple_test.go
@@ -54,6 +54,7 @@ "section": el.Section,
"span": el.Span, "style": el.Style, "summary": el.Summary, + "svg": el.SVG, "table": el.Table, "tbody": el.TBody, "td": el.Td,