0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-11-28 16:12:17 +01:00
svelte/.changeset/modern-pets-punch.md
Simon H 551284ca22
fix: correctly infer <a> tag namespace (#14134)
`<a>` tags are valid in both the SVG and HTML namespace.  If there's no parent, we therefore have to look downwards to see if it's the parent of a SVG or HTML element.

fixes #7807
fixes #13793
2024-11-03 15:04:52 +01:00

66 B

svelte
patch

fix: correctly infer <a> tag namespace