**Describe the bug** you can run code by converting HTML to SVG **To Reproduce** Steps to reproduce the behavior: 1. create an html file 2. `<img src="x" onerror="document.write('<h1>lorem ipsum dolor sit amet 🔥</h1>')">` 3. convert it to SVG on the website 4. onerror executes **Expected behavior** it doesnt execute **Screenshots** https://github.com/user-attachments/assets/b53cb072-dbbd-4d68-bde6-ce7a9ee6b0bb **Desktop (please complete the following information):** - OS: windows 11 - Browser: tested on chrome - Version: tested on 145.0.7632.160
Describe the bug
you can run code by converting HTML to SVG
To Reproduce
Steps to reproduce the behavior:
<img src="x" onerror="document.write('<h1>lorem ipsum dolor sit amet 🔥</h1>')">Expected behavior
it doesnt execute
Screenshots
2026-03-12.17-44-41.mp4
Desktop (please complete the following information):