mirror of
https://github.com/sveltejs/svelte.git
synced 2024-11-28 16:12:17 +01:00
551284ca22
`<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
6 lines
66 B
Markdown
6 lines
66 B
Markdown
---
|
|
'svelte': patch
|
|
---
|
|
|
|
fix: correctly infer `<a>` tag namespace
|