add helper for closedby attribute (on dialog tag)
1 file changed, 1 insertion(+), 0 deletions(-)
changed files
M html/attributes_test.go → html/attributes_test.go
@@ -53,6 +53,7 @@ {Name: "autocomplete", Func: AutoComplete}, {Name: "charset", Func: Charset}, {Name: "cite", Func: CiteAttr}, {Name: "class", Func: Class}, + {Name: "closedby", Func: ClosedBy}, {Name: "cols", Func: Cols}, {Name: "colspan", Func: ColSpan}, {Name: "content", Func: Content},