mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2025-01-08 19:35:43 +01:00
Add form to element list
Signed-off-by: Newbyte <newbie13xd@gmail.com>
This commit is contained in:
parent
103dc53841
commit
3ab70861cc
@ -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"]
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user