diff --git a/src/ui/web/general/html.js b/src/ui/web/general/html.js index 846539c7..67d9fcd9 100644 --- a/src/ui/web/general/html.js +++ b/src/ui/web/general/html.js @@ -92,7 +92,7 @@ export const SVG_NS = "http://www.w3.org/2000/svg"; export const TAG_NAMES = { [HTML_NS]: [ - "a", "ol", "ul", "li", "div", "h1", "h2", "h3", "h4", "h5", "h6", + "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"], [SVG_NS]: ["svg", "circle"]