Skip to content
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

The font node in td rendered error #4459

Closed
NewSilen opened this issue Dec 13, 2016 · 1 comment
Closed

The font node in td rendered error #4459

NewSilen opened this issue Dec 13, 2016 · 1 comment

Comments

@NewSilen
Copy link

The font node in td rendered error, the html seems ok but the font dose not display. The bug I found when upgrade vue from 1.0 to 2.0. code here. https://jsfiddle.net/newsilen/m0qef51f/

@yyx990803
Copy link
Member

yyx990803 commented Dec 13, 2016

<font> is deprecated since HTML 4.1, in Vue 2.0 it's being recognized as an SVG element and thus created with SVG namespace.

If you have control over it, you should not be using <font> in HTML anymore. Is there any reason that forces you to use it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants