From 827f9010646bbf1c31b0de0d0d18b4edcbe82c47 Mon Sep 17 00:00:00 2001 From: totoro Date: Sun, 22 Dec 2019 21:09:29 +0100 Subject: [PATCH] add boolean for CoreAttrs --- web/types/making_a_web_site.anubis | 8 ++++++++ 1 file changed, 8 insertions(+), 0 deletions(-) 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