diff --git a/src/platform/web/ui/general/html.js b/src/platform/web/ui/general/html.js
index 67d9fcd9..5ab33e86 100644
--- a/src/platform/web/ui/general/html.js
+++ b/src/platform/web/ui/general/html.js
@@ -94,7 +94,7 @@ export const TAG_NAMES = {
[HTML_NS]: [
"br", "a", "ol", "ul", "li", "div", "h1", "h2", "h3", "h4", "h5", "h6",
"p", "strong", "em", "span", "img", "section", "main", "article", "aside",
- "pre", "button", "time", "input", "textarea", "label"],
+ "pre", "button", "time", "input", "textarea", "label", "form"],
[SVG_NS]: ["svg", "circle"]
};