Add form to element list
Signed-off-by: Newbyte <newbie13xd@gmail.com>
This commit is contained in:
parent
103dc53841
commit
3ab70861cc
1 changed files with 1 additions and 1 deletions
|
@ -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"]
|
||||
};
|
||||
|
||||
|
|
Reference in a new issue