diff --git a/web/types/making_a_web_site.anubis b/web/types/making_a_web_site.anubis index fdd0d30..e46bb9b 100644 --- a/web/types/making_a_web_site.anubis +++ b/web/types/making_a_web_site.anubis @@ -571,6 +571,14 @@ public type CoreAttrs: spellcheck(Bool) //Specifies whether the element represents an element whose contents are subject to spell checking and grammar checking. . +public define CoreAttrs + boolean + ( + String name + )= + attr(name, name) +. + public type HTTP_Answer: html_page (HTTP_Status /*http_status*/, List(HTML_Head_Tag) /*html tags*/, -- libgit2 0.21.4