aboutsummaryrefslogtreecommitdiffstats
path: root/lib/html.client.moon
diff options
context:
space:
mode:
Diffstat (limited to 'lib/html.client.moon')
-rw-r--r--lib/html.client.moon2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/html.client.moon b/lib/html.client.moon
index 45794da..098b974 100644
--- a/lib/html.client.moon
+++ b/lib/html.client.moon
@@ -29,7 +29,7 @@ add = (e) -> elements[e] = element e
for e in *{'div', 'form', 'span', 'a', 'p', 'button', 'ul', 'ol', 'li', 'i', 'b', 'u', 'tt'} do add e
for e in *{'article', 'section', 'header', 'footer', 'content', 'pre'} do add e
-for e in *{'br', 'hr', 'img', 'input', 'p', 'textarea'} do add e
+for e in *{'br', 'hr', 'img', 'input', 'p', 'canvas', 'textarea', 'script'} do add e
for i=1,8 do add "h" .. i
elements