We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Preact doesn't correctly namespace MathML elements.
To Reproduce
Steps to reproduce the behavior:
<math>
$0.namespaceURI
http://www.w3.org/1999/xhtml
<svg>
http://www.w3.org/2000/svg
Expected behavior
I would expect Preact to handle MathML element namespacing correctly.
See https://w3c.github.io/mathml-core/ for the latest MathML spec.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Describe the bug
Preact doesn't correctly namespace MathML elements.
To Reproduce
Steps to reproduce the behavior:
<math>
element, then run$0.namespaceURI
and you will seehttp://www.w3.org/1999/xhtml
<svg>
element, and repeat, you will correctly seehttp://www.w3.org/2000/svg
Expected behavior
I would expect Preact to handle MathML element namespacing correctly.
See https://w3c.github.io/mathml-core/ for the latest MathML spec.
The text was updated successfully, but these errors were encountered: