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/elements_test.go | 1 + 1 file changed, 1 insertion(+) (limited to 'html/elements_test.go') diff --git a/html/elements_test.go b/html/elements_test.go index 88688f4..00639b9 100644 --- a/html/elements_test.go +++ b/html/elements_test.go @@ -45,6 +45,7 @@ func TestSimpleElements(t *testing.T) { {Name: "canvas", Func: Canvas}, {Name: "caption", Func: Caption}, {Name: "cite", Func: Cite}, + {Name: "cite", Func: CiteEl}, {Name: "code", Func: Code}, {Name: "colgroup", Func: ColGroup}, {Name: "data", Func: DataEl}, -- cgit 1.4.1