diff options
author | Markus Wüstenberg | 2021-06-08 16:52:57 +0200 |
---|---|---|
committer | GitHub | 2021-06-08 16:52:57 +0200 |
commit | 7c0f2e4cbb4da6d7074bd78be9c55d3495c0dad7 (patch) | |
tree | b78fca0bfdde07f730c24b9a23c0b835c0911829 /html/attributes_test.go | |
parent | 3e9e00ca0dc6b58e58694d84c97a1d2f2ab4002b (diff) | |
download | gomponents-7c0f2e4cbb4da6d7074bd78be9c55d3495c0dad7.tar.lz gomponents-7c0f2e4cbb4da6d7074bd78be9c55d3495c0dad7.tar.zst gomponents-7c0f2e4cbb4da6d7074bd78be9c55d3495c0dad7.zip |
Add LinkStylesheet and LinkPreload components (#79)
These are often used in the `<head>` part of the HTML.
Diffstat (limited to 'html/attributes_test.go')
-rw-r--r-- | html/attributes_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
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, |