@mrdoob@mathias Definitely cool!
🤔 If SVG <script> were scoped to the enclosing <svg> tags (rather than being global, as spec'ed now), could we then have scripts execute safely in an <img>?
<!-- Unreachable -->
<svg […]>
<script>/* Can't reach outside */</script>
</svg>
<!-- Unreachable -->