-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
Embed HTML into an HTML5 SVG fragment got wrong namespace in template #6642
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Thanks @rrandom . An issue related with #6506 A svg namespace now is attached to the I'm trying to fix it. PS, it seems also broken with the previous vue version because of the Something more about https://developer.mozilla.org/en-US/docs/Web/SVG/Element/foreignObject |
Seems that the parameter of method |
Uh oh!
There was an error while loading. Please reload this page.
Version
2.4.4
Reproduction link
https://jsfiddle.net/sn7o1mm3/
Steps to reproduce
Embed
<p xmlns="http://www.w3.org/1999/xhtml">
in the svg elementWhat is expected?
the
<p>
should be rendered as a htmlElment and show.What is actually happening?
<p>
did not showseems related to this #6506
The text was updated successfully, but these errors were encountered: