Add ColSpan and RowSpan attributes (#125)
1 file changed, 2 insertions(+), 0 deletions(-)
changed files
M html/attributes_test.go → html/attributes_test.go
@@ -44,6 +44,7 @@ "autocomplete": AutoComplete, "charset": Charset, "class": Class, "cols": Cols, + "colspan": ColSpan, "content": Content, "enctype": EncType, "for": For,@@ -66,6 +67,7 @@ "preload": Preload, "rel": Rel, "role": Role, "rows": Rows, + "rowspan": RowSpan, "src": Src, "srcset": SrcSet, "style": StyleAttr,