When wrapping an <a> tag around an <svg> tag with some <text>, the text is only underlined on IOS/MacOS Safari whereas on Chrome and Firefox not. I am not sure which one is expected by specification (as there is also the possibilty to put an <a> tag inside an <svg> tag) but I hope we can normalize this behavior here.
When wrapping an
<a>
tag around an<svg>
tag with some<text>
, the text is only underlined on IOS/MacOS Safari whereas on Chrome and Firefox not. I am not sure which one is expected by specification (as there is also the possibilty to put an<a>
tag inside an<svg>
tag) but I hope we can normalize this behavior here.https://codepen.io/polatm/pen/oNXrZVx