tomayac’s avatartomayac’s Twitter Archive—№ 13,682

    1. …in reply to @mrdoob
      @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 -->
  1. …in reply to @tomayac
    @mrdoob @mathias Thinking about it more, probably one should prohibit all network-involving operations to avoid tracking (onhover etc.).