Add svg element (#46) Also add `cols` and `rows` attributes. Fixes #43.
1 file changed, 1 insertion(+), 0 deletions(-)
changed files
M el/simple_test.go → el/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,