math tag clone's tag name is "MATH" instead of "math" #3642
Comments
For me it is |
In IE 11 |
Thanks for the report! Confirmed: https://output.jsbin.com/fedodip. The problem exists in IE 11 & 10 but not in IE 9. This is an issue with the |
It seems like there's a |
If you try this approach, would you mind providing perf tests? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
When a div with math elements is cloned, math elements were cloned with with tagName "MATH" instead of "math" which is making clone.getElementsByTagName('math') is returning null.
Link to test case
https://jsfiddle.net/3fa8fjgh/3/
The text was updated successfully, but these errors were encountered: