compiler-dom: Incorrect display of `<xmg></xmg>` tag content
Vue version
The lasted version
Link to minimal reproduction
Steps to reproduce
In vue, the above code are rendered as:
What is expected?
In standard html, the above code should be rendered as:
What is actually happening?
https://html.spec.whatwg.org/multipage/parsing.html#parsing-html-fragments
<xmg></xmg>
is a RAWTEXT tag, all content in it should be displayed as text, but vue compile it uncorrectly.
System Info
No response
Any additional comments?
No response