-
Notifications
You must be signed in to change notification settings - Fork 1
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
Namespace issues #21
Comments
Okay, I see that turning that on (and adding I donʼt know enough about |
@dhouck Thank you for your reply and I'm sorry for the late. If it is possible to introduce it without breaking compatibility, I would like to implement it. @diogo464 Is there any known concern? |
@kitsuyui I don't remember why that was commented out. It was likely due to some issue that didn't impact what I was using that crate for and that was the easiest workaround, so if you can get namespaces to work that would be great. |
@diogo464 |
Currently,
sxd_html
puts all elements in no namespace, instead of the correct HTML, SVG, or MathML namespaces. There is code for handling namespaces, but itʼs commented out; Iʼm not sure why this is but itʼd be nice if it could be working and uncommented. Thehtml5ever
crate already puts all the elements in their proper namespace (according to the HTML5 spec, at least).The text was updated successfully, but these errors were encountered: