Closed
Description
Vue.js version
2.0.2
Reproduction Link
What is Expected?
I would expect <font>
tags to be left alone – but if Vue is intentionally stripping invalid HTML tags, I'd expect <blink>
and such to be stripped instead.
What is actually happening?
<font>
tags appear to be stripped or hidden. Although it's a deprecated tag, other deprecated tags (like <center>
and <blink>
) aren't stripped, and there's some systems that are sufficiently behind the times (looking at you xdebug) which still render out HTML that contains <font>
tags.
Digging a little further, is I remove font from makeMap()
for isSVG
, then the <font>
tags are left alone.
Metadata
Metadata
Assignees
Labels
No labels