You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The change in #14685 seems to have broken links in blocks within SVGs. Looking at that change, it now infers a "html" namespace (in the else branch) for the <a> as it's not clear from the <a> node itself which namespace it should have.
Describe the bug
The change in #14685 seems to have broken links in blocks within SVGs. Looking at that change, it now infers a "html" namespace (in the else branch) for the
<a>
as it's not clear from the<a>
node itself which namespace it should have.See playground links below for a reproduction.
A possible temporary workaround is to add a
<g>
wrapper elementReproduction
Broken in
https://svelte.dev/playground/c498e7e6bb884b379bf1350e141c85dc
Since
https://svelte.dev/playground/c498e7e6bb884b379bf1350e141c85dc?version=5.12.0
Still worked in
https://svelte.dev/playground/c498e7e6bb884b379bf1350e141c85dc?version=5.11.3
Logs
No response
System Info
n/a, see REPL (Tested in Firefox)
Severity
blocking an upgrade
The text was updated successfully, but these errors were encountered: