From aade77281e640f52c1ee19d9336493d953bacc2c Mon Sep 17 00:00:00 2001 From: Yarden Shoham Date: Mon, 19 Aug 2024 13:01:33 +0300 Subject: Add `cite` attribute (#192) It can appear in a `
`. - Closes https://github.com/maragudk/gomponents/issues/189 Signed-off-by: Yarden Shoham --- html/attributes_test.go | 1 + 1 file changed, 1 insertion(+) (limited to 'html/attributes_test.go') diff --git a/html/attributes_test.go b/html/attributes_test.go index 92ce0d6..3eb0252 100644 --- a/html/attributes_test.go +++ b/html/attributes_test.go @@ -49,6 +49,7 @@ func TestSimpleAttributes(t *testing.T) { {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}, -- cgit 1.4.1