necolas / normalize.css

A modern alternative to CSS resets
http://necolas.github.io/normalize.css/
MIT License
52.48k stars 10.67k forks source link

SVG in <a> tag underline inconsistency #815

Open metp opened 4 years ago

metp commented 4 years ago

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