Add svg element (#46) Also add `cols` and `rows` attributes. Fixes #43.
1 file changed, 2 insertions(+), 0 deletions(-)
changed files
M attr/simple_test.go → attr/simple_test.go
@@ -15,6 +15,7 @@ "accept": attr.Accept, "autocomplete": attr.AutoComplete, "charset": attr.Charset, "class": attr.Class, + "cols": attr.Cols, "content": attr.Content, "form": attr.Form, "height": attr.Height,@@ -30,6 +31,7 @@ "pattern": attr.Pattern, "preload": attr.Preload, "placeholder": attr.Placeholder, "rel": attr.Rel, + "rows": attr.Rows, "src": attr.Src, "style": attr.Style, "tabindex": attr.TabIndex,