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, 2 insertions(+), 0 deletions(-)

changed files
M attr/simple_test.goattr/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,