From 3ab70861cc2b0bc9ed4efb42060c5c1a255d79eb Mon Sep 17 00:00:00 2001 From: Newbyte Date: Mon, 2 Nov 2020 20:58:29 +0100 Subject: [PATCH] Add form to element list Signed-off-by: Newbyte --- src/platform/web/ui/general/html.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"] };