Add `cite` attribute (#192) It can appear in a `<blockquote>`. - Closes https://github.com/maragudk/gomponents/issues/189 Signed-off-by: Yarden Shoham <git@yardenshoham.com>
1 file changed, 1 insertion(+), 0 deletions(-)
changed files
M html/attributes_test.go → html/attributes_test.go
@@ -49,6 +49,7 @@ {Name: "alt", Func: Alt}, {Name: "as", Func: As}, {Name: "autocomplete", Func: AutoComplete}, {Name: "charset", Func: Charset}, + {Name: "cite", Func: CiteAttr}, {Name: "class", Func: Class}, {Name: "cols", Func: Cols}, {Name: "colspan", Func: ColSpan},