Add form to element list

Signed-off-by: Newbyte <newbie13xd@gmail.com>
This commit is contained in:
Newbyte 2020-11-02 20:58:29 +01:00
parent 103dc53841
commit 3ab70861cc

View file

@ -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"]
};