From 7c0f2e4cbb4da6d7074bd78be9c55d3495c0dad7 Mon Sep 17 00:00:00 2001 From: Markus Wüstenberg Date: Tue, 8 Jun 2021 16:52:57 +0200 Subject: Add LinkStylesheet and LinkPreload components (#79) These are often used in the `` part of the HTML.--- 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 b0f76c1..1d0b312 100644 --- a/html/attributes_test.go +++ b/html/attributes_test.go @@ -36,6 +36,7 @@ func TestSimpleAttributes(t *testing.T) { "accept": Accept, "action": Action, "alt": Alt, + "as": As, "autocomplete": AutoComplete, "charset": Charset, "class": Class, -- cgit 1.4.1