urish
Explore posts from serversSVG A elements not created correctly
Thanks for the suggestion! The
<svg>
workaround works - but it does create an extra <svg>
in DOM, around the <a>
tag.
I'm not yet sure if that would be a problem - it's definitely better than nothing, though, I wish there was a way to somehow tell what namespace the tag would be in. I tried adding a xmlns="http://www.w3.org/2000/svg"
to the <a>
element, but unfortunately, this didn't do the trick.12 replies